[openssl/openssl] 91208a: test: evp_extra: fix indentation error
Matthias St. Pierre
noreply at github.com
Wed Oct 4 10:24:43 UTC 2023
Branch: refs/heads/openssl-3.0
Home: https://github.com/openssl/openssl
Commit: 91208ae9a6208eb7dc27ac688f0e9741a744db4d
https://github.com/openssl/openssl/commit/91208ae9a6208eb7dc27ac688f0e9741a744db4d
Author: Matthias St. Pierre <matthias.st.pierre at ncp-e.com>
Date: 2023-10-04 (Wed, 04 Oct 2023)
Changed paths:
M test/evp_extra_test.c
Log Message:
-----------
test: evp_extra: fix indentation error
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22185)
(cherry picked from commit b49cafd86b295aa5e177d6c1368b06a1202ec2b3)
Commit: 5e01ec3088ffb054393373ae2b3dc9b13878b6ce
https://github.com/openssl/openssl/commit/5e01ec3088ffb054393373ae2b3dc9b13878b6ce
Author: Matthias St. Pierre <matthias.st.pierre at ncp-e.com>
Date: 2023-10-04 (Wed, 04 Oct 2023)
Changed paths:
M test/evp_extra_test.c
Log Message:
-----------
test: evp_extra: test signing with legacy app method based keys
This commit adds `test_EVP_PKEY_sign_with_app_method`, a regression
test for the bug fix in commit 1acc3e8cc3c6 (pull request #22163).
It is analogous to `test_EVP_PKEY_sign`, only with a fake app method
based key. (The EC key test case was omitted, because there is no
`EC_KEY_METHOD_dup` method.)
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22185)
(cherry picked from commit 860e36d0dd72f4aa4791e88aa185cb42065a30c4)
Commit: 0905ad2978dc30b5761a8f3560e0a4b5ef21b484
https://github.com/openssl/openssl/commit/0905ad2978dc30b5761a8f3560e0a4b5ef21b484
Author: Matthias St. Pierre <matthias.st.pierre at ncp-e.com>
Date: 2023-10-04 (Wed, 04 Oct 2023)
Changed paths:
M crypto/dh/dh_key.c
M crypto/dh/dh_lib.c
M crypto/dsa/dsa_lib.c
M crypto/dsa/dsa_ossl.c
Log Message:
-----------
Don't (re-)initialize the FFC_PARAMs in dh_init and dsa_init
The initialization was introduced in commit dc8de3e6f1ee and
changes the behaviour of the `init` method for DSA and DH
between 1.1.1 and 3.0, while the behaviour for RSA and EC_KEY
remains unchanged.
The initialization is not necessary in 3.x and master imho and
breaks the use-case of intercepting the methods of an existing
key.
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22185)
(cherry picked from commit 706512ecbc31585d447b53c3aa89acdf6951f996)
Compare: https://github.com/openssl/openssl/compare/624ea825e453...0905ad2978dc
More information about the openssl-commits
mailing list