This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new 8d20346 Add a comment about SRP 8d20346 is described below commit 8d20346257dcfd0b924d27da501e6fb0ed12c0c2 Author: remm <r...@apache.org> AuthorDate: Thu Jun 4 16:13:48 2020 +0200 Add a comment about SRP --- java/org/apache/tomcat/util/net/openssl/ciphers/Authentication.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/tomcat/util/net/openssl/ciphers/Authentication.java b/java/org/apache/tomcat/util/net/openssl/ciphers/Authentication.java index 6489dea..e9ae1d0 100644 --- a/java/org/apache/tomcat/util/net/openssl/ciphers/Authentication.java +++ b/java/org/apache/tomcat/util/net/openssl/ciphers/Authentication.java @@ -29,6 +29,6 @@ public enum Authentication { GOST94 /* GOST R 34.10-94 signature auth */, GOST01 /* GOST R 34.10-2001 */, FZA /* Fortezza */, - SRP, + SRP /* Secure Remote Password */, ANY /* TLS 1.3 */ } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org