From e269537b807ce066cc31fe10f5c8d975f19c8362 Mon Sep 17 00:00:00 2001 From: Ron Eldor Date: Thu, 16 May 2019 11:52:57 +0300 Subject: [PATCH] Add ChangeLog entry about listing all SAN Add a ChangeLog entry that indicates that all SAN types are now listed in the corresponding certificate field. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index f6763fc2c..959904a33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,8 @@ Features * Add support for parsing certificate policies extension, as defined in RFC 5280 section 4.2.1.4. Currently, only the "Any Policy" policy is supported. + * List all SAN types in the subject_alt_names field of the certificate. + Resolves #459. Bugfix * Fix private key DER output in the key_app_writer example. File contents