]> git.ipfire.org Git - thirdparty/openssl.git/commit
apps/pkcs12: print multiple PKCS#12 safeBag attribute values if present
authorJon Spillett <jon.spillett@oracle.com>
Mon, 2 Sep 2019 00:06:29 +0000 (10:06 +1000)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Tue, 17 Sep 2019 09:03:19 +0000 (11:03 +0200)
commit58f0a4f16b6e7f876f8ba68e4e850304a729cd5c
tree18eccafee0ca9f9245ad743a0336b101b751779b
parent8dcd57461972dceaaf014b71d173d0a8758e7054
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)
CHANGES
apps/pkcs12.c