summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-07-07 14:50:10 +0200
committerRichard Levitte <levitte@openssl.org>2015-07-07 14:50:10 +0200
commit9cf315ef90d0cfeb8bb7a38873eea07a8f0dffec (patch)
tree455e99b5af75a93265f31a96682407f86cc49d36 /CHANGES
parentf1cece554ddf282f1512b4da04664467746ffd24 (diff)
Document the nameopt change
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 88b3d67273..057909ea47 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,10 @@
_______________
Changes between 1.0.2 and 1.1.0 [xx XXX xxxx]
+ *) Changed the default name options in the "ca", "crl", "req" and "x509"
+ to be "oneline" instead of "compat".
+ [Richard Levitte]
+
*) Remove SSL_OP_TLS_BLOCK_PADDING_BUG. This is SSLeay legacy, we're
not aware of clients that still exhibit this bug, and the workaround
hasn't been working properly for a while.