Fix credit for SRP code
authorRich Salz <rsalz@openssl.org>
Sun, 4 Mar 2018 23:54:42 +0000 (18:54 -0500)
committerRich Salz <rsalz@openssl.org>
Sun, 4 Mar 2018 23:54:42 +0000 (18:54 -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 83ec14e1b0df8cb53ca20ded9c938c334376625f..f2bc2b321d562661eb374d7dd46fb76d5d6d09ca 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]