th5/testdata
Adam Langley 594d36e1f7 crypto/tls: update the supported signature algorithms.
This is the second in a two-part change. See https://golang.org/cl/9415
for details of the overall change.

This change updates the supported signature algorithms to include
SHA-384 and updates all the testdata/ files accordingly. Even some of
the testdata/ files named “TLS1.0” and “TLS1.1” have been updated
because they have TLS 1.2 ClientHello's even though the server picks a
lower version.

Fixes #9757.

Change-Id: Ia76de2b548d3b39cd4aa3f71132b0da7c917debd
Reviewed-on: https://go-review.googlesource.com/9472
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2015-04-30 03:47:51 +00:00
..
Client-TLSv10-ClientCert-ECDSA-ECDSA crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Client-TLSv10-ClientCert-ECDSA-RSA crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Client-TLSv10-ClientCert-RSA-ECDSA crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Client-TLSv10-ClientCert-RSA-RSA crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Client-TLSv10-ECDHE-ECDSA-AES crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Client-TLSv10-ECDHE-RSA-AES crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Client-TLSv10-RSA-RC4 crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Client-TLSv11-ECDHE-ECDSA-AES crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Client-TLSv11-ECDHE-RSA-AES crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Client-TLSv11-RSA-RC4 crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Client-TLSv12-ALPN crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Client-TLSv12-ALPN-NoMatch crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Client-TLSv12-ClientCert-ECDSA-ECDSA crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Client-TLSv12-ClientCert-ECDSA-RSA crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Client-TLSv12-ClientCert-RSA-AES256-GCM-SHA384 crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Client-TLSv12-ClientCert-RSA-ECDSA crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Client-TLSv12-ClientCert-RSA-RSA crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Client-TLSv12-ECDHE-ECDSA-AES crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Client-TLSv12-ECDHE-ECDSA-AES256-GCM-SHA384 crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Client-TLSv12-ECDHE-ECDSA-AES-GCM crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Client-TLSv12-ECDHE-RSA-AES crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Client-TLSv12-RSA-RC4 crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Client-TLSv12-SCT crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Server-SSLv3-RSA-3DES crypto/tls: support renegotiation extension. 2014-01-09 13:38:11 -05:00
Server-SSLv3-RSA-AES crypto/tls: support renegotiation extension. 2014-01-09 13:38:11 -05:00
Server-SSLv3-RSA-RC4 crypto/tls: support renegotiation extension. 2014-01-09 13:38:11 -05:00
Server-TLSv10-ECDHE-ECDSA-AES crypto/ecdsa: make Sign safe with broken entropy sources 2015-01-28 01:39:51 +00:00
Server-TLSv10-RSA-3DES crypto/tls: support renegotiation extension. 2014-01-09 13:38:11 -05:00
Server-TLSv10-RSA-AES crypto/tls: support renegotiation extension. 2014-01-09 13:38:11 -05:00
Server-TLSv10-RSA-RC4 crypto/tls: support renegotiation extension. 2014-01-09 13:38:11 -05:00
Server-TLSv11-FallbackSCSV crypto/tls: support TLS_FALLBACK_SCSV as a server. 2014-10-15 17:54:04 -07:00
Server-TLSv11-RSA-RC4 crypto/tls: support renegotiation extension. 2014-01-09 13:38:11 -05:00
Server-TLSv12-ALPN crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Server-TLSv12-ALPN-NoMatch crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Server-TLSv12-CipherSuiteCertPreferenceECDSA crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Server-TLSv12-CipherSuiteCertPreferenceRSA crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Server-TLSv12-ClientAuthRequestedAndECDSAGiven crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Server-TLSv12-ClientAuthRequestedAndGiven crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Server-TLSv12-ClientAuthRequestedNotGiven crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Server-TLSv12-ECDHE-ECDSA-AES crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Server-TLSv12-IssueTicket crypto/tls: add support for session ticket key rotation 2015-04-26 20:57:28 +00:00
Server-TLSv12-IssueTicketPreDisable crypto/tls: add support for session ticket key rotation 2015-04-26 20:57:28 +00:00
Server-TLSv12-Resume crypto/tls: add support for session ticket key rotation 2015-04-26 20:57:28 +00:00
Server-TLSv12-ResumeDisabled crypto/tls: add support for session ticket key rotation 2015-04-26 20:57:28 +00:00
Server-TLSv12-RSA-3DES crypto/tls: support renegotiation extension. 2014-01-09 13:38:11 -05:00
Server-TLSv12-RSA-AES crypto/tls: support renegotiation extension. 2014-01-09 13:38:11 -05:00
Server-TLSv12-RSA-AES256-GCM-SHA384 crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Server-TLSv12-RSA-AES-GCM crypto/tls: update the supported signature algorithms. 2015-04-30 03:47:51 +00:00
Server-TLSv12-RSA-RC4 crypto/tls: support renegotiation extension. 2014-01-09 13:38:11 -05:00
Server-TLSv12-SNI crypto/tls: support renegotiation extension. 2014-01-09 13:38:11 -05:00
Server-TLSv12-SNI-GetCertificate crypto/tls: fix test data generation 2015-04-16 18:16:37 +00:00
Server-TLSv12-SNI-GetCertificateNotFound crypto/tls: fix test data generation 2015-04-16 18:16:37 +00:00