[openssl/openssl] 513b20: Add Tests for RSA signatures using X931 padding.
Shane
noreply at github.com
Tue Mar 14 21:50:27 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 513b20a982e237fbd4c281c1c7ba817864f9a827
https://github.com/openssl/openssl/commit/513b20a982e237fbd4c281c1c7ba817864f9a827
Author: slontis <shane.lontis at oracle.com>
Date: 2023-03-15 (Wed, 15 Mar 2023)
Changed paths:
A test/recipes/15-test_rsax931.t
Log Message:
-----------
Add Tests for RSA signatures using X931 padding.
Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20211)
Commit: 9191dfb0ef48f95002aecfa8e11d9db434b4093d
https://github.com/openssl/openssl/commit/9191dfb0ef48f95002aecfa8e11d9db434b4093d
Author: slontis <shane.lontis at oracle.com>
Date: 2023-03-15 (Wed, 15 Mar 2023)
Changed paths:
M crypto/pkcs12/p12_npas.c
M test/pkcs12_api_test.c
Log Message:
-----------
Fix PKCS12_newpass() to work with PBES2.
Fixes #19092
The code looks like it was written to work with PBES1.
As it had no tests, this would of then broken when PBES2
was introduced at a later point.
Also added libctx and propq support.
This affects the shroudedkeybag object.
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20134)
Compare: https://github.com/openssl/openssl/compare/07626ea9e540...9191dfb0ef48
More information about the openssl-commits
mailing list