Skip to content

Commit

Permalink
adding @SInCE
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Nov 18, 2024
1 parent 2de2f05 commit 909a137
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tls/Network/TLS/Extra/Cipher.hs
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,8 @@ sets_strong =

-- | DHE-RSA cipher suite. This only includes ciphers bound specifically to
-- DHE-RSA so TLS 1.3 ciphers must be added separately.
--
-- @since 2.1.5
ciphersuite_dhe_rsa :: [Cipher]
ciphersuite_dhe_rsa =
[ cipher_DHE_RSA_AES256GCM_SHA384
Expand Down

0 comments on commit 909a137

Please sign in to comment.