aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/x509
AgeCommit message (Expand)Author
2020-07-14crypto/x509: respect VerifyOptions.KeyUsages on WindowsFilippo Valsorda
2020-07-08crypto/x509/internal/macos: rename package to lowercaseFilippo Valsorda
2020-07-08crypto: fix PKCS space in docsKatie Hockman
2020-07-07crypto/x509/pkix: print non-standard parsed Names at the endFilippo Valsorda
2020-06-25crypto/x509: move and update the SSL_CERT_FILE and SSL_CERT_DIR docsFilippo Valsorda
2020-06-24crypto/x509: restore support for ios tag on darwin/amd64Filippo Valsorda
2020-06-24crypto/x509: update bundled iOS roots and rewrite generatorFilippo Valsorda
2020-06-08crypto/x509: match RFC suggested SKID generation methodRoland Shoemaker
2020-06-05crypto/x509: match cgo and Apple behavior in domain fallback of macOS rootsRoland Shoemaker
2020-06-02crypto/x509: document support for leading periods in DNS constraintsRoland Shoemaker
2020-05-26crypto/x509: allow setting MaxPathLen to -1 without IsCAKatie Hockman
2020-05-19crypto/x509: save the temp dir in TestReadUniqueDirectoryEntriesBryan C. Mills
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-05-07crypto/x509: use Security.framework without cgo for roots on macOSFilippo Valsorda
2020-05-06crypto/x509: improve VerifyOptions and VerifyHostname docsFilippo Valsorda
2020-05-05crypto/x509: don't read symlinked root certs from disk twiceBrad Fitzpatrick
2020-05-05math/big: add (*Int).FillBytesFilippo Valsorda
2020-04-29crypto/x509/pkix: improve docs and Name.String()Katie Hockman
2020-04-24crypto/x509: add x509omitbundledroots build tag to not embed rootsBrad Fitzpatrick
2020-04-22crypto/x509: disallow setting MaxPathLen without IsCAKatie Hockman
2020-04-17crypto/x509: clarify MarshalPKIXPublicKey and ParsePKIXPublicKey docsKatie Hockman
2020-04-13crypto/x509: fix test to prevent Gerrit keycheck errorsKatie Hockman
2020-04-13crypto/x509: generate SubjectKeyId for CAsKatie Hockman
2020-04-08crypto/x509: tidy darwin/arm64 build tagsAustin Clements
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2020-04-08all: remove darwin/arm build-tags and filesAustin Clements
2020-03-29test, test/fixedbugs, crypto/x509, go/internal/gccgoimporter: fix typosalex-semenyuk
2020-03-23crypto/x509: add RevocationList and CreateRevocationListRoland Shoemaker
2020-03-19crypto/x509: bump minimum macOS version to 10.11Tobias Klauser
2020-02-26crypto/x509: use new ecdsa.VerifyASN1 APIKatie Hockman
2020-02-26crypto/x509: load roots from colon separated SSL_CERT_DIR in loadSystemRootsEmmanuel T Odeke
2020-02-21crypto/x509: correct error message for trailing issuer dataAlexander Rakoczy
2020-02-05crypto/x509: fix godoc for MarshalPKCS8PrivateKeyKatie Hockman
2020-01-23crypto/x509: mitigate CVE-2020-0601 verification bypass on WindowsFilippo Valsorda
2020-01-10crypto/x509: this change modifies C.CopyPEMRoots to static functionbxq2011hust
2019-11-20crypto/x509: fix typo in godoc for ParseECPrivateKeyKatie Hockman
2019-11-11crypto/x509: fix CreateCRL for Ed25519 CAsLorenz Brun
2019-11-03crypto/x509: make '-gcflags=all=-d=checkptr' flag workAlex Brainman
2019-10-23crypto/x509: gofmt verify.goGhazni Nattarshah
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-10-04crypto/x509: truncate signed hash before DSA signature verificationVojtech Bocek
2019-10-02crypto/x509: add Detail to Expired errorsW. Trevor King
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-09src: gofmt -sAinar Garipov
2019-09-08all: fix typosAinar Garipov
2019-09-03crypto/x509: remove IsCA exception for broken Entrust rootFilippo Valsorda