aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/tls/testdata
AgeCommit message (Expand)Author
2016-04-28crypto/tls: allow renegotiation to be handled by a client.Adam Langley
2015-11-15crypto/tls: add TLS_RSA_WITH_AES_128_GCM_SHA256 and TLS_RSA_WITH_AES_256_GCM_...Shenghou Ma
2015-08-05crypto/tls: update testing certificates.Adam Langley
2015-04-30crypto/tls: update the supported signature algorithms.Adam Langley
2015-04-30crypto/tls: decouple handshake signatures from the handshake hash.Adam Langley
2015-04-26crypto/tls: add support for session ticket key rotationJonathan Rudenberg
2015-04-26crypto/tls: add support for Certificate TransparencyJonathan Rudenberg
2015-04-16crypto/tls: fix test data generationJonathan Rudenberg
2015-03-16crypto/tls: return correct hash function when using client certificates in ha...Joël Stemmer
2015-02-04crypto/tls: add support for AES_256_GCM_SHA384 cipher suites specified in RFC...Jacob H. Haven
2015-01-28crypto/ecdsa: make Sign safe with broken entropy sourcesDavid Leon Gil
2014-10-15crypto/tls: support TLS_FALLBACK_SCSV as a server.Adam Langley
2014-09-26crypto/tls: ensure that we don't resume when tickets are disabled.Adam Langley
2014-09-08build: move package sources from src/pkg to srcRuss Cox