On 22/05/20 11:29 pm, Emil Velikov wrote:
On Mon, 11 May 2020 at 09:46, Emil Velikov wrote:
The direct $HASH_{Init,Update,Final} has been discouraged for a while. With the upcoming OpenSSL 3.0 it will be officially deprecated.
Add a handy macro, to avoid repetition and mistakes like in the current code. Namely - we're using SHA cblock/digest_len for md5 :-\
The macro will also make it easier to add more, as seen with next patch.
v2: Align it with the crypto implementations, namely:
- use openssh_hash_ctx::evp, use correct sizeof()
- move hash_update out of the macro
- remove forward declarations for hash functions
Humble poke?
Hope that Niels and the nettle team are OK. It seems strange to have ~2 weeks of silence, when the original patches got immediate feedback.
Niels takes breaks (at least from list related work) occasionally without notice. Given the recent release focus I suspect a short holiday. Even with the current world situation I'd give it 4-5 weeks before getting worried.
HTH AYJ