You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2020/06/04 14:15:07 UTC

[tomcat] branch 8.5.x updated: Add a comment about SRP

This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 1c96520  Add a comment about SRP
1c96520 is described below

commit 1c9652055c28470e4e027591e892c1fe4183db66
Author: remm <re...@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org