[openssl/openssl] acd633: Fix the incorrect checks of EVP_CIPHER_CTX_set_key...
Tomas Mraz
noreply at reply.github.openssl.org
Fri May 27 05:58:56 UTC 2022
Branch: refs/heads/openssl-3.0
Home: https://github.openssl.org/openssl/openssl
Commit: acd6338ff0afa31730a0cff62d993a8ebc63db5c
https://github.openssl.org/openssl/openssl/commit/acd6338ff0afa31730a0cff62d993a8ebc63db5c
Author: Peiwei Hu <jlu.hpw at foxmail.com>
Date: 2022-05-27 (Fri, 27 May 2022)
Changed paths:
M apps/speed.c
M crypto/cmac/cmac.c
M crypto/evp/p_open.c
M crypto/pkcs7/pk7_doit.c
M providers/implementations/kdfs/krb5kdf.c
M test/aesgcmtest.c
Log Message:
-----------
Fix the incorrect checks of EVP_CIPHER_CTX_set_key_length
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18397)
(cherry picked from commit 8d9fec1781751d2106d899c6076eeb3da6930bfe)
Commit: 275037b3fd7c0b3d3a22eaa66fdb41ed86510b96
https://github.openssl.org/openssl/openssl/commit/275037b3fd7c0b3d3a22eaa66fdb41ed86510b96
Author: Peiwei Hu <jlu.hpw at foxmail.com>
Date: 2022-05-27 (Fri, 27 May 2022)
Changed paths:
M apps/speed.c
M test/evp_libctx_test.c
Log Message:
-----------
Fix the incorrect checks of EVP_CIPHER_CTX_rand_key
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18397)
(cherry picked from commit f15e3f3aa95df743f0da793da952f87370efb4ff)
Commit: 48fc1a5c0e46e56cd38067cd2e3aea5ca8ccb41f
https://github.openssl.org/openssl/openssl/commit/48fc1a5c0e46e56cd38067cd2e3aea5ca8ccb41f
Author: Peiwei Hu <jlu.hpw at foxmail.com>
Date: 2022-05-27 (Fri, 27 May 2022)
Changed paths:
M crypto/ui/ui_util.c
Log Message:
-----------
Fix the check of UI_method_set_ex_data
UI_method_set_ex_data returns 0 and 1 instead of negative numbers.
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18397)
(cherry picked from commit 1aef2c10f10e0685298008be596c80e148c71a51)
Compare: https://github.openssl.org/openssl/openssl/compare/d3c5aff6cbf1...48fc1a5c0e46
More information about the openssl-commits
mailing list