summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJon Spillett <jon.spillett@oracle.com>2019-09-02 10:06:29 +1000
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-09-17 11:03:19 +0200
commit58f0a4f16b6e7f876f8ba68e4e850304a729cd5c (patch)
tree18eccafee0ca9f9245ad743a0336b101b751779b /CHANGES
parent8dcd57461972dceaaf014b71d173d0a8758e7054 (diff)
apps/pkcs12: print multiple PKCS#12 safeBag attribute values if present
Currently the pkcs12 app will only ever print the first value of a multi-value attribute. This is OK for some attributes (e.g. friendlyName, localKeyId) but may miss values for other attributes. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/9751) (cherry picked from commit dbcc7b45670483cc89428afe1d3c363ef83d76df)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 18e47078b6..a10d679ddb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,7 +9,9 @@
Changes between 1.1.1d and 1.1.1e [xx XXX xxxx]
- *)
+ *) Print all values for a PKCS#12 attribute with 'openssl pkcs12', not just
+ the first value.
+ [Jon Spillett]
Changes between 1.1.1c and 1.1.1d [10 Sep 2019]