Hello,
сб, 11 мая 2019 г. в 22:40, Niels Möller nisse@lysator.liu.se:
Dmitry Eremin-Solenikov dbaryshkov@gmail.com writes:
Is there anything that we can do to help with 3.5?
I've just updated the NEWS file, please review. Since it's an ABI break, maybe a few more things could be deleted.
- Can we delete _rsa_blind/_rsa_unblind (currently demoted from rsa.h to rsa-internal.h, and with internal symbol names).
Seems to be unused according to sources.debian.org
- dsa-compat.h (compatibility with Nettle older than 3.0)?
Seems to be used by unbound, lsh-utils and getdns.
- des-compat.h (compatibility with old libdes/openssl)? Also mentioned as a candidate for deletion when Nettle-3.0 was released.
Seems unused at the first glance.
I'm still playing around HMAC/digest refactoring, but I'm not happy with the way code looks in my tree.
I've committed changes to move buffers last in the hash context structs. That should make it a bit easier, but probably still not so pretty.
yes, I saw that.