Branch: refs/heads/master Home: https://github.openssl.org/openssl/openssl Commit: 8d9fec1781751d2106d899c6076eeb3da6930bfe https://github.openssl.org/openssl/openssl/commit/8d9fec1781751d2106d899c6076eeb3da6930bfe Author: Peiwei Hu <jlu....@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 <m...@openssl.org> Reviewed-by: Tomas Mraz <to...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18397) Commit: f15e3f3aa95df743f0da793da952f87370efb4ff https://github.openssl.org/openssl/openssl/commit/f15e3f3aa95df743f0da793da952f87370efb4ff Author: Peiwei Hu <jlu....@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 <m...@openssl.org> Reviewed-by: Tomas Mraz <to...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18397) Commit: 1aef2c10f10e0685298008be596c80e148c71a51 https://github.openssl.org/openssl/openssl/commit/1aef2c10f10e0685298008be596c80e148c71a51 Author: Peiwei Hu <jlu....@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 <m...@openssl.org> Reviewed-by: Tomas Mraz <to...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18397) Compare: https://github.openssl.org/openssl/openssl/compare/7e5e91176b77...1aef2c10f10e