summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2022-08-25 17:24:27 +0200
committerTomas Mraz <tomas@openssl.org>2022-11-18 15:10:01 +0100
commit3fa6dbd1be0791210853b0367b8483d4e6291e4f (patch)
tree5b261b8195edeb5d1cb12572ad435446cd52054d /CHANGES.md
parentad60cd522b4f717a69c690f68f1591371a048591 (diff)
x509/v3_purp.c etc.: improve doc/comments on codesign and timestamp purpose checks
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19064)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index a55a6c47aa..e4dd7833fa 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -170,6 +170,11 @@ OpenSSL 3.2
*Tomáš Mráz*
+ * Add X.509 certificate codeSigning purpose and related checks on key usage and
+ extended key usage of the leaf certificate according to the CA/Browser Forum.
+
+ * Lutz Jänicke*
+
* Fix and extend certificate handling and the apps `x509`, `verify` etc.
such as adding a trace facility for debugging certificate chain building.