projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bae16c9
)
OpenSSL 1.0.1n: add missing CHANGES entry
author
Emilia Kasper
<emilia@openssl.org>
Tue, 1 Sep 2015 15:19:52 +0000
(17:19 +0200)
committer
Emilia Kasper
<emilia@openssl.org>
Tue, 1 Sep 2015 18:13:21 +0000
(20:13 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
CHANGES
patch
|
blob
|
history
diff --git
a/CHANGES
b/CHANGES
index 6e19f3d861017793c7e862dc45c21e4e26bb1960..3ac66ae5083537ea70be2d022bafe3d094ea07bb 100644
(file)
--- a/
CHANGES
+++ b/
CHANGES
@@
-103,6
+103,9
@@
*) Reject DH handshakes with parameters shorter than 768 bits.
[Kurt Roeckx and Emilia Kasper]
+ *) dhparam: generate 2048-bit parameters by default.
+ [Kurt Roeckx and Emilia Kasper]
+
Changes between 1.0.1l and 1.0.1m [19 Mar 2015]
*) Segmentation fault in ASN1_TYPE_cmp fix