diff options
author | Björn Esser <besser82@fedoraproject.org> | 2023-05-31 16:52:12 +0200 |
---|---|---|
committer | Björn Esser <besser82@fedoraproject.org> | 2023-05-31 16:52:12 +0200 |
commit | e80cfde51bb4fe4bcf27585810e0b4ea3d1e4d7d (patch) | |
tree | 02a682f2d0c66f8ea51216b77e9ba0bf933863fd | |
parent | 429a9ca4f8730c29628200df523083c38496aa72 (diff) | |
download | libxcrypt-e80cfde51bb4fe4bcf27585810e0b4ea3d1e4d7d.tar.gz libxcrypt-e80cfde51bb4fe4bcf27585810e0b4ea3d1e4d7d.tar.bz2 libxcrypt-e80cfde51bb4fe4bcf27585810e0b4ea3d1e4d7d.zip |
Update NEWS.
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -4,6 +4,13 @@ Please send bug reports, questions and suggestions to <https://github.com/besser82/libxcrypt/issues>. Version 4.4.34 +* Update build-aux/m4/ax_valgrind_check.m4 to v23. +* Optimize some cast operation for performance in + lib/alg-yescrypt-platform.c. +* Add SHA-2 Maj() optimization proposed by Wei Dai in lib/alg-sha512.c. +* Explicitly clean the stack and context state after computation in + lib/alg-gost3411-2012-hmac.c, lib/alg-hmac-sha1.c, and lib/alg-sha256.c + (issue #168). Version 4.4.33 * Fix -Werror=sign-conversion in lib/alg-yescrypt-platform.c. |