Skip to content

Commit

Permalink
Remove CCM from default cipher suites
Browse files Browse the repository at this point in the history
If users want CCM they need to explicitly request it.

Resolves #199
  • Loading branch information
Sean-Der committed Feb 23, 2020
1 parent 147774b commit 86643a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cipher_suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ func defaultCipherSuites() []cipherSuite {
&cipherSuiteTLSEcdheRsaWithAes128GcmSha256{},
&cipherSuiteTLSEcdheEcdsaWithAes256CbcSha{},
&cipherSuiteTLSEcdheRsaWithAes256CbcSha{},
newCipherSuiteTLSEcdheEcdsaWithAes128Ccm(),
newCipherSuiteTLSEcdheEcdsaWithAes128Ccm8(),
}
}

Expand Down

0 comments on commit 86643a9

Please sign in to comment.