Skip to content

Commit

Permalink
Merge pull request #1458 from SoniaZaldana/ELY-2024
Browse files Browse the repository at this point in the history
[ELY-2024] Elytron server-ssl-context allowed protocols
  • Loading branch information
darranl authored Jun 1, 2021
2 parents 3df8fcd + 2c15e6e commit d06839c
Show file tree
Hide file tree
Showing 3 changed files with 594 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ssl/src/main/java/org/wildfly/security/ssl/Protocol.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ public enum Protocol {
* The TLS version 1.3 protocol.
*/
TLSv1_3 ("TLSV1.3"),
/**
* The SSL version 2 hello protocol
*/
SSLv2Hello("SSLV2HELLO")
;

static final int fullSize = values().length;
Expand Down
Loading

0 comments on commit d06839c

Please sign in to comment.