aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/x509/x509_test.go
AgeCommit message (Expand)Author
2020-10-21crypto/x509: bypass signature verification in CreateCertificate when using MD...Roland Shoemaker
2020-10-14crypto/x509: add signature verification to CreateCertificateRoland Shoemaker
2020-10-02crypto/dsa,crypto/x509: deprecate DSA and remove crypto/x509 supportFilippo Valsorda
2020-09-30crypto/x509: enforce SAN IA5String encoding restrictionsRoland Shoemaker
2020-09-30crypto/x509: return errors instead of panickingPaschalis Tsilias
2020-09-28crypto/x509: hardcode RSA PSS parameters rather than generating themRoland Shoemaker
2020-07-07crypto/x509/pkix: print non-standard parsed Names at the endFilippo Valsorda
2020-05-26crypto/x509: allow setting MaxPathLen to -1 without IsCAKatie Hockman
2020-05-08crypto/x509: treat hostnames with colons as invalidFilippo Valsorda
2020-05-08crypto/x509: treat certificate names with trailing dots as invalidFilippo Valsorda
2020-05-08crypto/x509: ignore Common Name by defaultFilippo Valsorda
2020-05-08crypto/x509: require perfect matches for invalid hostnamesFilippo Valsorda
2020-04-22crypto/x509: disallow setting MaxPathLen without IsCAKatie Hockman
2020-04-13crypto/x509: fix test to prevent Gerrit keycheck errorsKatie Hockman
2020-04-13crypto/x509: generate SubjectKeyId for CAsKatie Hockman
2020-03-29test, test/fixedbugs, crypto/x509, go/internal/gccgoimporter: fix typosalex-semenyuk
2020-03-23crypto/x509: add RevocationList and CreateRevocationListRoland Shoemaker
2019-11-11crypto/x509: fix CreateCRL for Ed25519 CAsLorenz Brun
2019-10-04crypto/x509: truncate signed hash before DSA signature verificationVojtech Bocek
2019-08-28crypto/x509: allow nil Certificates to be compared in Equalempijei
2019-05-22all: shorten some testsRuss Cox
2019-05-21all: remove PEM-encoded private keys from testsRuss Cox
2019-05-15crypto/x509: add support for Ed25519 certificates and keysFilippo Valsorda
2019-03-08internal/testenv: remove SetModVendorBryan C. Mills
2019-03-05all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within st...Bryan C. Mills
2019-02-27crypto/x509: improve error when PKCS1, PKCS8, EC keys are mixed upArash Bina
2018-04-13crypto/x509: don't return nil, nil from SystemCertPoolIan Lance Taylor
2018-04-04go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer
2018-03-27crypto/x509: cache the result of SystemCertPoolFilippo Valsorda
2018-03-22crypto/x509: follow OpenSSL and emit Extension structures directly in CSRs.Adam Langley
2018-03-20crypto/x509: support the PSS certificates that OpenSSL 1.1.0 generates.Adam Langley
2018-01-11crypto/x509: parse multiple URLs in a single CRLDP.Adam Langley
2017-12-06crypto/x509: add test for asn1.Marshal of rsa.PublicKeyRuss Cox
2017-11-26crypto/x509: add ParsePKCS1PublicKey and MarshalPKCS1PublicKeyTravis Cline
2017-11-17crypto/x509: always emit a critical SAN extension if the Subject is empty.Adam Langley
2017-11-17crypto/x509: don't fail to parse addition elements in GeneralSubtree.Adam Langley
2017-11-07crypto/x509: enforce all name constraints and support IP, email and URI const...Adam Langley
2017-10-13crypto/x509: reformat test struct.Adam Langley
2017-10-10crypto/x509: reject intermediates with unknown critical extensions.Adam Langley
2017-10-03crypto/x509: add string conversion of PKIX namesMartin Kreichgauer
2017-10-02crypto/x509: reject empty name constraints extensionAdam Langley
2017-09-09crypto/x509: get hash information from signatureAlgorithmDetails and check th...Adam Langley
2017-06-13crypto/x509: support excluded domains in name constraints.Adam Langley
2017-01-18crypto/x509: revert SystemCertPool implementation for WindowsBrad Fitzpatrick
2016-12-10crypto/x509: marshal certificate revocation times in UTC (Zulu time).Martin Kreichgauer
2016-10-17crypto/x509: implement SystemCertPool on WindowsYasuhiro Matsumoto
2016-10-11crypto/x509: parse all names in an RDN.Adam Langley
2016-08-30all: use testing.GoToolPath instead of "go"Keith Randall
2016-08-19crypto/x509: recognise ISO OID for RSA+SHA1Adam Langley
2016-08-18crypto/x509: support PSS signatures.Adam Langley