summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorDarshan Sen <raisinten@gmail.com>2022-01-22 17:56:05 +0530
committerTomas Mraz <tomas@openssl.org>2022-01-26 17:15:52 +0100
commit1d28ada1c39997c10fe5392f4235bbd2bc44b40f (patch)
tree14c32dd7ef4cf57393d59a39d4d332fc83706549 /CHANGES.md
parent59ccb72cd5cec3b4e312853621e12a68dacdbc7e (diff)
Allow empty passphrase in PEM_write_bio_PKCS8PrivateKey_nid()
Signed-off-by: Darshan Sen <raisinten@gmail.com> Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17507)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index c4922be032..a542e25374 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -24,8 +24,8 @@ OpenSSL 3.1
### Changes between 3.0 and 3.1 [xx XXX xxxx]
- * Fixed PEM_write_bio_PKCS8PrivateKey() to make it possible to use empty
- passphrase strings.
+ * Fixed PEM_write_bio_PKCS8PrivateKey() and PEM_write_bio_PKCS8PrivateKey_nid()
+ to make it possible to use empty passphrase strings.
*Darshan Sen*