aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/x509
AgeCommit message (Expand)Author
2021-01-27crypto/x509: remove leftover CertificateRequest fieldRoland Shoemaker
2021-01-15crypto/x509: update iOS bundled roots to version 55188.40.9Filippo Valsorda
2021-01-06crypto/x509: rollback new CertificateRequest fieldsFilippo Valsorda
2020-12-09all: update to use os.ReadDir where appropriateRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-09crypto/x509: drop the cgo implementation of root_darwin_amd64.goFilippo Valsorda
2020-11-09crypto/x509: return additional chains from Verify on WindowsKoen
2020-11-09crypto/x509: add additional convenience fields to CertificateRequestRoland Shoemaker
2020-11-09crypto/x509: update iOS bundled roots to version 55161.140.3Filippo Valsorda
2020-11-09crypto/x509: use fingerprint map for (*CertPool).containsFilippo Valsorda
2020-11-07crypto/x509: keep smaller root cert representation in memory until neededBrad Fitzpatrick
2020-11-07crypto/x509: add support for CertPool to load certs lazilyBrad Fitzpatrick
2020-11-06crypto/x509: add Unwrap to SystemRootsErrorPantelis Sampaziotis
2020-10-29crypto/x509: add comment to blank imports done for init side effectsBrad Fitzpatrick
2020-10-29Revert "crypto/x509: fix duplicate import"Katie Hockman
2020-10-24crypto/x509: deprecate legacy PEM encryptionFilippo Valsorda
2020-10-21crypto/x509: bypass signature verification in CreateCertificate when using MD...Roland Shoemaker
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-14crypto/x509: add signature verification to CreateCertificateRoland Shoemaker
2020-10-07crypto/x509: use macOS/AMD64 implementation on macOS/ARM64Cherry Zhang
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-29crypto/x509: prioritize potential parents in chain buildingRoland Shoemaker
2020-09-29crypto/x509: define certDirectories per GOOSTobias Klauser
2020-09-28crypto/x509: hardcode RSA PSS parameters rather than generating themRoland Shoemaker
2020-09-23all: add GOOS=iosCherry Zhang
2020-08-25crypto/x509: fix duplicate importKatie Hockman
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