aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/x509
AgeCommit message (Expand)Author
2022-04-29[dev.boringcrypto] crypto/x509: remove VerifyOptions.IsBoringRuss Cox
2022-04-27[dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel
2022-04-21crypto/x509: revert serial length restrictionRoland Shoemaker
2022-04-21crypto/x509: use SAN when comparing certs during path buildingRoland Shoemaker
2022-04-20[dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel
2022-04-19crypto/x509: move sha1 removal to unspecified future releaseJordan Liggitt
2022-04-18crypto/x509: reject duplicate extensionsRoland Shoemaker
2022-04-15crypto/x509: don't create certs with negative serialsRoland Shoemaker
2022-04-14crypto/x509: don't allow too long serialsRoland Shoemaker
2022-04-13crypto/x509: add CertPool.CloneRoland Shoemaker
2022-04-13crypto/x509: support nil pools in CertPool.EqualRoland Shoemaker
2022-04-13crypto/x509: omit empty extensions SEQUENCERoland Shoemaker
2022-04-11all: gofmt main repoRuss Cox
2022-04-05crypto/x509: add new CRL parser, deprecate old oneRoland Shoemaker
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-04-05crypto/x509: rework path buildingRoland Shoemaker
2022-04-05[dev.boringcrypto] all: merge master into dev.boringcryptoLasse Folger
2022-04-05crypto/x509: add CertPool.EqualRoland Shoemaker
2022-04-04crypto/x509: only disable SHA-1 verification for certificatesRoland Shoemaker
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-04-01crypto/x509: skip WSATRY_AGAIN errors when dialing badssl.com subdomainsBryan C. Mills
2022-03-31crypto/x509: properly handle issuerUniqueID and subjectUniqueIDRoland Shoemaker
2022-03-30crypto/x509/internal/macos: return errors when CFRef might be NULLFilippo Valsorda
2022-03-29[dev.boringcrypto] all: merge master into dev.boringcryptoNicolas Hillegeer
2022-03-18crypto/x509: return err ans1.Marshal gives an errorcuiweixie
2022-03-17crypto/x509: fix Certificate.Verify crashBrad Fitzpatrick
2022-03-07[dev.boringcrypto] all: merge master into dev.boringcryptoDavid Chase
2022-03-06all: fix some typosDan Kortschak
2022-02-22crypto/x509, runtime: fix occasional spurious “certificate is expired”Russ Cox
2022-02-08[dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel
2022-02-03crypto/x509: support NumericString in DN componentsRoland Shoemaker
2022-02-03[dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel
2021-12-21all: update vendored golang.org/x/crypto for cryptobyte fixFilippo Valsorda
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-09crypto/x509: skip known TestSystemVerify flakes on windows-*-2008 buildersBryan C. Mills
2021-12-02crypto/x509: fix comments on certDirectoriesShang Jian Ding
2021-11-19crypto/x509/internal/macos: use APIs available on iosRoland Shoemaker
2021-11-08[dev.boringcrypto] all: merge master into dev.boringcryptoHeschi Kreinick
2021-11-08crypto/x509: remove ios build tag restrictionRoland Shoemaker
2021-11-06crypto/x509: verification with system and custom rootsRoland Shoemaker
2021-11-06all: remove more leftover // +build linesTobias Klauser
2021-11-06crypto/x509: use the platform verifier on iOSRoland Shoemaker
2021-11-05crypto/x509: use platform verifier on darwinRoland Shoemaker
2021-11-05crypto/x509: disable SHA-1 signature verificationFilippo Valsorda
2021-11-05[dev.boringcrypto] all: merge master into dev.boringcryptoRoland Shoemaker
2021-11-02net/netip: add new IP address packageBrad Fitzpatrick
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-26crypto/x509: generate new-style build tags for iOSJosh Bleecher Snyder
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-08-27crypto/x509: drop compatibility hack for expired COMODO intermediatesFilippo Valsorda