Skip to content

Commit

Permalink
deleting unnecessary comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Apr 12, 2017
1 parent 8132425 commit aba8174
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/Network/TLS/Handshake/Server.hs
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,6 @@ handshakeServerWith sparams ctx clientHello@(ClientHello clientVersion _ clientS
-- such a cipher if no hash is available for it. It's best to skip this
-- cipher and pick another one (with another key exchange).

-- FIXME ciphers should also be checked for other requirements
-- (i.e. elliptic curves and D-H groups)
let possibleGroups = negotiatedGroupsInCommon ctx exts
hasCommonGroupForECDHE = not (null possibleGroups)
hasCommonGroup cipher =
Expand Down

0 comments on commit aba8174

Please sign in to comment.