summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2018-03-04 18:54:42 -0500
committerRich Salz <rsalz@openssl.org>2018-03-04 18:54:42 -0500
commit726cd62662616b3db1cf535df9a7797eb3ff7489 (patch)
tree72eaea9522d03364f960c4e0fd06daf200253f85 /CHANGES
parentda25dc2985a93ffade1f3467b496eb53577a1f8c (diff)
Fix credit for SRP code
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5504)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 83ec14e1b0..f2bc2b321d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2016,8 +2016,11 @@
to work with OPENSSL_NO_SSL_INTERN defined.
[Steve Henson]
- *) Add SRP support.
- [Tom Wu <tjw@cs.stanford.edu> and Ben Laurie]
+ *) A long standing patch to add support for SRP from EdelWeb (Peter
+ Sylvester and Christophe Renou) was integrated.
+ [Christophe Renou <christophe.renou@edelweb.fr>, Peter Sylvester
+ <peter.sylvester@edelweb.fr>, Tom Wu <tjw@cs.stanford.edu>, and
+ Ben Laurie]
*) Add functions to copy EVP_PKEY_METHOD and retrieve flags and id.
[Steve Henson]