Displaying 1 result from an estimated 1 matches for "insitng".
Did you mean:
initng
2016 Sep 18
2
OpenSSL 1.1.0 support
...erent license.
- I've replaced the 2 EVP_CipherInit() calls in cipher_init() with
1. OpenSSL now clears everything when you call EVP_CipherInit()
again, so what was passed in the first but not in the second
call, and what the function calls between them did, was lost.
- The test suite was insitng that things like rsa->n where not
NULL in sshkey/test_sshkey.c. sshkey_add_private was also doing
something like that for the private parts. I don't agree that it
should just have BN members that are not set to a real value. So I
removed that code and the checks. I'm not even sur...