summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-08-12 18:06:00 +0200
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-08-19 09:50:21 +0200
commitfc0aae737eb1cb2d2554caa8bffea80b8cbd38f9 (patch)
treeb1c9a7e0327e77d5f95ccbf30f544fabede325e9 /CHANGES.md
parent9a30f40c575eeac094b81f884e6585e35725adaf (diff)
PKCS12_parse(): Fix reversed order of certs parsed and output via *ca
Fixes #6698 Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12641)
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 3ecdd5d99b..31e183f395 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1172,6 +1172,11 @@ OpenSSL 3.0
*Martin Elshuber*
+ * `PKCS12_parse` now maintains the order of the parsed certificates
+ when outputting them via `*ca` (rather than reversing it).
+
+ *David von Oheimb*
+
OpenSSL 1.1.1
-------------