From: Andre Noll Date: Sun, 24 Dec 2023 15:43:04 +0000 (+0100) Subject: Merge topic branch t/crypt-cleanups into master X-Git-Tag: v0.7.3~9 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=a7f9189eff6a035849ee95ea6b3492f96d4e0c16 Merge topic branch t/crypt-cleanups into master This bunch of mostry trivial changes can be merged early, before the openssl code is converted to use the EVP API. The topic was cooking in next for six months. * refs/heads/t/crypt-cleanups: openssl: Assign bignums in canonical order. openssl: Unify naming of public key structures. openssl: Rename read_private_rsa_params() -> read_openssh_private_key(). openssl: Rename read_rsa_bignums() -> read_public_key(). openssl: Dedox crypt_init(). server: Improve "loading pubkey" log message. gcrypt: Remove pointless state variable. client: Reduce line length. --- a7f9189eff6a035849ee95ea6b3492f96d4e0c16 diff --cc NEWS.md index 5430790b,a259ef3e..4b718d8a --- a/NEWS.md +++ b/NEWS.md @@@ -11,15 -11,6 +11,16 @@@ NEW - Version 1.0 of the openssl library has been deprecated. A warning is printed at compile-time on systems which have this outdated version because it will no longer be supported once paraslash-0.8.0 comes out. +- A spring cleanup for the senescent code in fd.c. +- The --admissible option of the ls command now takes an optional + argument. When invoked like --admissible=m/foo, only files which are + admissible with respect to mood foo are listed. +- The select server command is now quiet by default, The new --verbose + option can be used to show information about the newly loaded mood + or playlist. +- The ls server command gained the --limit option to force a limit + on the number of files listed. ++- Cleanup of the openssl-specific code. Downloads: [tarball](./releases/paraslash-git.tar.xz)