• Adam Langley's avatar
    crypto/tls: update how we create testing scripts. · 7247dcab
    Adam Langley authored
    crypto/tls is tested, in part, by replaying recorded TLS connections
    and checking that the bytes sent by the Go code haven't changed.
    
    Previously we used GnuTLS's debug output and extracted the bytes of
    the TLS connection using a Python script. That wasn't great, and I
    think GnuTLS removed that level of debugging in a more current
    release.
    
    This change records the connection with Go code and adds a test for
    ECDHE-AES clients generating using this method.
    
    R=golang-dev, rsc
    CC=golang-dev
    https://golang.org/cl/5988048
    7247dcab
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...