aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/x509/x509.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-08-25crypto/x509: fix duplicate importKatie Hockman
2020-07-08crypto: fix PKCS space in docsKatie Hockman
2020-06-25crypto/x509: move and update the SSL_CERT_FILE and SSL_CERT_DIR docsFilippo Valsorda
2020-06-08crypto/x509: match RFC suggested SKID generation methodRoland Shoemaker
2020-05-26crypto/x509: allow setting MaxPathLen to -1 without IsCAKatie Hockman
2020-04-22crypto/x509: disallow setting MaxPathLen without IsCAKatie Hockman
2020-04-17crypto/x509: clarify MarshalPKIXPublicKey and ParsePKIXPublicKey docsKatie Hockman
2020-04-13crypto/x509: generate SubjectKeyId for CAsKatie Hockman
2020-03-23crypto/x509: add RevocationList and CreateRevocationListRoland Shoemaker
2020-02-26crypto/x509: use new ecdsa.VerifyASN1 APIKatie Hockman
2020-02-21crypto/x509: correct error message for trailing issuer dataAlexander Rakoczy
2019-11-11crypto/x509: fix CreateCRL for Ed25519 CAsLorenz Brun
2019-10-04crypto/x509: truncate signed hash before DSA signature verificationVojtech Bocek
2019-09-30crypto/x509: add IPAddresses to list of template fields used by CreateCertifi...chauncyc
2019-09-23crypto/x509: give type hint in error message in marshalPublicKeyAndrew Medvedev
2019-09-03crypto/x509: remove IsCA exception for broken Entrust rootFilippo Valsorda
2019-08-28crypto/x509: allow nil Certificates to be compared in Equalempijei
2019-06-20crypto/x509: normalize and expand docs of Parse and Marshal functionsFilippo Valsorda
2019-05-15crypto/x509: add support for Ed25519 certificates and keysFilippo Valsorda
2019-04-10all: spell "Deprecated: Use etc" consistentlyNigel Tao
2019-03-11all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'Bryan C. Mills
2019-02-27crypto/x509: remove the redundant type declarationZZMarquis
2019-02-27crypto/x509: improve error when PKCS1, PKCS8, EC keys are mixed upArash Bina
2019-02-05crypto/x509: improve CertificateRequest docsFilippo Valsorda
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-11-29vendor/golang_org/x: move to internal/xBryan C. Mills
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-10-17crypto/tls,crypto/x509: normalize RFC referencesFilippo Valsorda
2018-07-16crypto/x509: ignore Common Name when it does not parse as a hostnameFilippo Valsorda
2018-05-22crypto/x509: document fields used in CreateCertificateMartin Sucha
2018-05-22crypto/x509: reformat template members in docsMartin Sucha
2018-04-04go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer
2018-03-28crypto/x509: improve error when parsing bad ECDSA certJakob Weisblat
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-02-28crypto/x509: parse invalid DNS names and email addresses.Adam Langley
2018-01-11crypto/x509: parse multiple URLs in a single CRLDP.Adam Langley
2017-11-25crypto/x509: document specifically that only v3 certificates are created.Adam Langley
2017-11-17crypto/x509: always emit a critical SAN extension if the Subject is empty.Adam Langley
2017-11-17crypto/x509: relax EKU checking in some cases.Adam Langley
2017-11-17crypto/x509: don't fail to parse addition elements in GeneralSubtree.Adam Langley
2017-11-12crypto/x509: handle name constraints with cryptobyteAdam Langley
2017-11-07crypto/x509: enforce all name constraints and support IP, email and URI const...Adam Langley
2017-10-02crypto/x509: abstract SAN parsing functionAdam Langley