summaryrefslogtreecommitdiff
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 10:57:46 +0200
commitdbcc7b45670483cc89428afe1d3c363ef83d76df (patch)
tree9bb4501644667adcdcf74b041a26c4555952706e /CHANGES
parent8c95977fbf401df72c9a236348130ba4483d7691 (diff)
downloadopenssl-new-dbcc7b45670483cc89428afe1d3c363ef83d76df.tar.gz
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)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 65b344efe4..c32f768fc8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,10 @@
Changes between 1.1.1 and 3.0.0 [xx XXX xxxx]
+ *) Print all values for a PKCS#12 attribute with 'openssl pkcs12', not just
+ the first value.
+ [Jon Spillett]
+
*) Deprecated the public definition of ERR_STATE as well as the function
ERR_get_state(). This is done in preparation of making ERR_STATE an
opaque type.