Branch: refs/heads/openssl-3.0
Home: https://github.com/openssl/openssl
Commit: aa97297427fe60e89bbd11cc2f8a181dfc5ca89d
https://github.com/openssl/openssl/commit/aa97297427fe60e89bbd11cc2f8a181dfc5ca89d
Author: Bernd Edlinger <[email protected]>
Date: 2022-11-10 (Thu, 10 Nov 2022)
Changed paths:
M engines/e_dasync.c
M test/recipes/05-test_rand.t
Log Message:
-----------
Add a test case for the engine crash with AES-256-CTR
Implement the AES-256-CTR cipher in the dasync engine.
Use that to reproduce the reported problems with the
devcrypto engine in our normal test environment.
See #17995 and #17532 for details.
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/19390)
Commit: d0f8056c47f7aea40a34815fe459404f14501e81
https://github.com/openssl/openssl/commit/d0f8056c47f7aea40a34815fe459404f14501e81
Author: Tomas Mraz <[email protected]>
Date: 2022-11-10 (Thu, 10 Nov 2022)
Changed paths:
M crypto/context.c
M crypto/rand/rand_lib.c
M include/crypto/rand.h
M include/internal/cryptlib.h
Log Message:
-----------
Release the drbg in the global default context before engines
Fixes #17995
Fixes #18578
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Bernd Edlinger <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/19390)
Compare: https://github.com/openssl/openssl/compare/e285a0b5a0ee...d0f8056c47f7