Branch: refs/heads/master Home: https://github.com/openssl/openssl Commit: cc31db1eb6ccdfa3028b21a4a6236d721e0ca36b https://github.com/openssl/openssl/commit/cc31db1eb6ccdfa3028b21a4a6236d721e0ca36b Author: Dr. David von Oheimb <david.von.ohe...@siemens.com> Date: 2024-07-17 (Wed, 17 Jul 2024)
Changed paths: M crypto/cms/cms_lib.c M doc/man3/CMS_add0_cert.pod Log Message: ----------- CMS_get1_{certs,crls}(): make sure they return NULL only on error Reviewed-by: Viktor Dukhovni <vik...@openssl.org> Reviewed-by: Tomas Mraz <to...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18916) Commit: 29bbe7d0086aec1f0fec1ffc03d05aa4610c4a12 https://github.com/openssl/openssl/commit/29bbe7d0086aec1f0fec1ffc03d05aa4610c4a12 Author: Dr. David von Oheimb <david.von.ohe...@siemens.com> Date: 2024-07-17 (Wed, 17 Jul 2024) Changed paths: M apps/cms.c M apps/smime.c M crypto/cms/cms_smime.c M crypto/pkcs7/pk7_lib.c M crypto/pkcs7/pk7_local.h M crypto/pkcs7/pk7_smime.c M doc/man1/openssl-cms.pod.in M doc/man1/openssl-smime.pod.in M doc/man3/CMS_verify.pod M doc/man3/PKCS7_verify.pod M test/recipes/80-test_cms.t Log Message: ----------- {CMS,PKCS7}_verify(): use 'certs' parameter ('-certfile' option) also for chain building Reviewed-by: Viktor Dukhovni <vik...@openssl.org> Reviewed-by: Tomas Mraz <to...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18916) Compare: https://github.com/openssl/openssl/compare/22e08c7cdc59...29bbe7d0086a To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications