openssl/include
Lutz Jaenicke 178696d602 X509: Add "code sign" as purpose for verification of certificates
Code signing certificates have other properties as for example described in
CA Browser Forum documents. This leads to "unsupported certificate purpose" errors when
verifying signed objects.
This patch adds the purpose "codesign" to the table in X.509 certificate verification and
the verification parameter "code_sign" to X509_VERIFY_PARAM.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18567)
2022-08-18 10:24:53 +02:00
..
crypto Implement AES-GCM-SIV (RFC8452) 2022-07-29 08:32:16 -04:00
internal Make OSSL_TIME a structure 2022-08-12 15:44:01 +01:00
openssl X509: Add "code sign" as purpose for verification of certificates 2022-08-18 10:24:53 +02:00