th5/testdata
Adam Langley cde0e97e4c crypto/x509: require a NULL parameters for RSA public keys.
The RFC is clear that the Parameters in an AlgorithmIdentifer for an RSA
public key must be NULL. BoringSSL enforces this so we have strong
evidence that this is a widely compatible change.

Embarrassingly enough, the major source of violations of this is us. Go
used to get this correct in only one of two places. This was only fixed
in 2013 (with 4874bc9b). That's why lots of test certificates are
updated in this change.

Fixes #16166.

Change-Id: Ib9a4551349354c66e730d44eb8cee4ec402ea8ab
Reviewed-on: https://go-review.googlesource.com/27312
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-08-17 23:47:18 +00:00
..
Client-TLSv10-ClientCert-ECDSA-ECDSA crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Client-TLSv10-ClientCert-ECDSA-RSA crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Client-TLSv10-ClientCert-RSA-ECDSA crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Client-TLSv10-ClientCert-RSA-RSA crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Client-TLSv10-ECDHE-ECDSA-AES crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Client-TLSv10-ECDHE-RSA-AES crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Client-TLSv10-RSA-RC4 crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Client-TLSv11-ECDHE-ECDSA-AES crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Client-TLSv11-ECDHE-RSA-AES crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Client-TLSv11-RSA-RC4 crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Client-TLSv12-AES128-GCM-SHA256 crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Client-TLSv12-AES256-GCM-SHA384 crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Client-TLSv12-ALPN crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Client-TLSv12-ALPN-NoMatch crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Client-TLSv12-ClientCert-ECDSA-ECDSA crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Client-TLSv12-ClientCert-ECDSA-RSA crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Client-TLSv12-ClientCert-RSA-AES256-GCM-SHA384 crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Client-TLSv12-ClientCert-RSA-ECDSA crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Client-TLSv12-ClientCert-RSA-RSA crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Client-TLSv12-ECDHE-ECDSA-AES crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Client-TLSv12-ECDHE-ECDSA-AES256-GCM-SHA384 crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Client-TLSv12-ECDHE-ECDSA-AES-GCM crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Client-TLSv12-ECDHE-RSA-AES crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Client-TLSv12-RenegotiateOnce crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Client-TLSv12-RenegotiateTwice crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Client-TLSv12-RenegotiateTwiceRejected crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Client-TLSv12-RenegotiationRejected crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Client-TLSv12-RSA-RC4 crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Client-TLSv12-SCT crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Server-SSLv3-RSA-3DES crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Server-SSLv3-RSA-AES crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Server-SSLv3-RSA-RC4 crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Server-TLSv10-ECDHE-ECDSA-AES crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Server-TLSv10-RSA-3DES crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Server-TLSv10-RSA-AES crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Server-TLSv10-RSA-RC4 crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Server-TLSv11-FallbackSCSV crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Server-TLSv11-RSA-RC4 crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Server-TLSv12-ALPN crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Server-TLSv12-ALPN-NoMatch crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Server-TLSv12-CipherSuiteCertPreferenceECDSA crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Server-TLSv12-CipherSuiteCertPreferenceRSA crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Server-TLSv12-ClientAuthRequestedAndECDSAGiven crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Server-TLSv12-ClientAuthRequestedAndGiven crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Server-TLSv12-ClientAuthRequestedNotGiven crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Server-TLSv12-ECDHE-ECDSA-AES crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Server-TLSv12-IssueTicket crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Server-TLSv12-IssueTicketPreDisable crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Server-TLSv12-Resume crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Server-TLSv12-ResumeDisabled crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Server-TLSv12-RSA-3DES crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Server-TLSv12-RSA-AES crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Server-TLSv12-RSA-AES256-GCM-SHA384 crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Server-TLSv12-RSA-AES-GCM crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Server-TLSv12-RSA-RC4 crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Server-TLSv12-SNI crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Server-TLSv12-SNI-GetCertificate crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00
Server-TLSv12-SNI-GetCertificateNotFound crypto/x509: require a NULL parameters for RSA public keys. 2016-08-17 23:47:18 +00:00