aboutsummaryrefslogtreecommitdiff
path: root/src/crypto
AgeCommit message (Expand)Author
2021-01-16[release-branch.go1.15-security] crypto/elliptic: fix P-224 field reductionFilippo Valsorda
2020-07-30crypto/ed25519: remove s390x KDSA implementationMichael Munday
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/tls: relax the docs of InsecureSkipVerifyFilippo Valsorda
2020-07-07crypto/x509/pkix: print non-standard parsed Names at the endFilippo Valsorda
2020-07-03crypto/tls: create certs w/o KeyEncipherment KU for non-RSA keys in generate_...Daniel
2020-06-25crypto/x509: move and update the SSL_CERT_FILE and SSL_CERT_DIR docsFilippo Valsorda
2020-06-24crypto/tls: replace VerifyPeerCertificate example with VerifyConnectionFilippo Valsorda
2020-06-24crypto/tls: expand the ConnectionState docsFilippo Valsorda
2020-06-24crypto/tls: fix DialContext 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-24crypto/elliptic: document and test that IsOnCurve(∞) == falseFilippo Valsorda
2020-06-09crypto/tls: restore OCSP and SCTs during session resumptionRoland Shoemaker
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-04crypto/tls: set CipherSuite for VerifyConnectionKatie Hockman
2020-06-03crypto/tls: test that Clone copies session ticket key fieldsKatie Hockman
2020-06-03crypto/tls: fix duplicate calls to VerifyConnectionKatie Hockman
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-18crypto/tls: remove version check when unmarshaling sessionStateKatie Hockman
2020-05-18crypto/tls: persist the createdAt time when re-wrapping session ticketsKatie Hockman
2020-05-08crypto/tls: add Config.VerifyConnection callbackKatie Hockman
2020-05-08crypto/tls: rotate session ticket keysKatie Hockman
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/elliptic: implement MarshalCompressed and UnmarshalCompressedEvgeniy Kulikov
2020-05-07crypto/x509: use Security.framework without cgo for roots on macOSFilippo Valsorda
2020-05-07crypto/tls: rotate session keys in older TLS versionsKatie Hockman
2020-05-07crypto/hmac: speed up repeated operations with the same keyAndrew Ekstedt
2020-05-07crypto/tls: fix sessionState marshalingKatie Hockman
2020-05-06crypto/x509: improve VerifyOptions and VerifyHostname docsFilippo Valsorda
2020-05-06crypto/tls: accept HelloRetryRequest messages with only a cookieFilippo Valsorda
2020-05-06crypto/tls: marshal sessionState using cryptobyteKatie Hockman
2020-05-05crypto/rsa,crypto/ecdsa,crypto/ed25519: implement PrivateKey.EqualFilippo Valsorda
2020-05-05crypto/tls: enforce TLS 1.3 (and TLS 1.2) downgrade protection checksFilippo 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-29crypto/ed25519: drop the purego build tagRuixin Bao
2020-04-27crypto/ecdsa: implement ecdsa on s390x for P256/P384/P521 using KDSA instructionRuixin Bao
2020-04-27crypto/ed25519: implement ed25519 on s390x using KDSA instructionRuixin(Peter) Bao
2020-04-24crypto/x509: add x509omitbundledroots build tag to not embed rootsBrad Fitzpatrick
2020-04-22crypto/x509: disallow setting MaxPathLen without IsCAKatie Hockman