pivotal-jbarrett commented on code in PR #7680:
URL: https://github.com/apache/geode/pull/7680#discussion_r871517286


##########
geode-core/src/main/java/org/apache/geode/internal/net/SSLUtil.java:
##########
@@ -36,48 +35,15 @@
 
 public class SSLUtil {
   /**
-   * This is a list of the algorithms that are tried, in order, when "any" is 
specified. Update
+   * This is a list of the algorithms that are tried, in order, to create an 
SSLContext. Update
    * this list as new algorithms become available and are supported by Geode. 
Remove old,
    * no-longer trusted algorithms.
    */
   static final String[] DEFAULT_ALGORITHMS = {"TLSv1.3", "TLSv1.2"};

Review Comment:
   I wonder now if this makes more sense as `SUPPORTED_CONTEXTS` or 
`SUPPORTED_PROTOCOLS` now?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@geode.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to