Fix credit for SRP code
authorRich Salz <rsalz@openssl.org>
Sun, 4 Mar 2018 23:53:45 +0000 (18:53 -0500)
committerRich Salz <rsalz@openssl.org>
Sun, 4 Mar 2018 23:53:45 +0000 (18:53 -0500)
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5504)

CHANGES

diff --git a/CHANGES b/CHANGES
index 8840bd6c00e70999e5e1cd01a7db10cb47a3ad9c..3eb1cc3d19e1016157bc95a42936be9fcd6620ab 100644 (file)
--- a/CHANGES
+++ b/CHANGES
      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]