aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/x509
AgeCommit message (Expand)Author
2021-08-17all: fix typosYasuhiro Matsumoto
2021-07-26crypto/x509: update iOS bundled roots to version 55188.120.1.0.1Dmitri Shuralyov
2021-06-30crypto/x509: don't fail on optional auth key id fieldsRoland Shoemaker
2021-05-20crypto/x509: add new FreeBSD 12.2+ trusted certificate folderLapo Luchini
2021-05-18crypto/x509: remove duplicate importRoland Shoemaker
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-05-09crypto/x509: check the private key passed to CreateCertificateFilippo Valsorda
2021-05-08crypto/x509: remove GODEBUG=x509ignoreCN=0 flagFilippo Valsorda
2021-05-06crypto/x509: rewrite certificate parserRoland Shoemaker
2021-04-26syscall, etc.: use abi.FuncPCABI0 for libc syscall wrappersCherry Zhang
2021-04-09crypto/x509: replace os.MkdirTemp with T.TempDirian woolf
2021-03-25crypto/x509: fix spelling errorKevin Burke
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-02-03[dev.regabi] runtime, syscall, etc.: mark Darwin syscall wrappers as ABIInternalCherry Zhang
2021-02-02[dev.regabi] all: merge master (fca94ab) into dev.regabiRobert Griesemer
2021-01-27crypto/x509: remove leftover CertificateRequest fieldRoland Shoemaker
2021-01-22[dev.regabi] all: merge master (dab3e5a) into dev.regabiMatthew Dempsky
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-14Merge branch 'master' into dev.regabiAlexander Rakoczy
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-12-01[dev.regabi] cmd/compile: process //go:linknames after declarationsMatthew Dempsky
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