• Adam Langley's avatar
    crypto/tls: check curve equation in ECDHE. · 30fbcc75
    Adam Langley authored
    This change causes a TLS client and server to verify that received
    elliptic curve points are on the expected curve. This isn't actually
    necessary in the Go TLS stack, but Watson Ladd has convinced me that
    it's worthwhile because it's pretty cheap and it removes the
    possibility that some change in the future (e.g. tls-unique) will
    depend on it without the author checking that precondition.
    
    LGTM=bradfitz
    R=bradfitz
    CC=golang-codereviews
    https://golang.org/cl/115290046
    30fbcc75
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...