Fix credit for SRP code
authorRich Salz <rsalz@openssl.org>
Sun, 4 Mar 2018 23:51:57 +0000 (18:51 -0500)
committerRich Salz <rsalz@openssl.org>
Sun, 4 Mar 2018 23:51:57 +0000 (18:51 -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 c835f6aae482b92a82ff684a91bea7df30ae4716..415260fe2fc382029afd15cdc9ac4aa57f666fd5 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]