aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2016-05-11 12:41:58 +0100
committerDr. Stephen Henson <steve@openssl.org>2016-05-11 20:36:10 +0100
commit8fc06e8860d91aefa32f0de2dd7d46a719b81cad (patch)
tree974edc6e5d7247be997b216550ed167cfa8e57aa /CHANGES
parent2ab851b779a77d119e1677b2495b368a46d83eef (diff)
downloadopenssl-8fc06e8860d91aefa32f0de2dd7d46a719b81cad.tar.gz
Update pkcs8 defaults.
Update pkcs8 utility to use 256 bit AES using SHA256 by default. Update documentation. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 55e7aa4c62..0b533acb54 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 1.0.2g and 1.1.0 [xx XXX xxxx]
+ *) Change default algorithms in pkcs8 utility to use PKCS#5 v2.0,
+ 256 bit AES and HMAC with SHA256.
+ [Steve Henson]
+
*) Remove support for MIPS o32 ABI on IRIX (and IRIX only).
[Andy Polyakov]