aboutsummaryrefslogtreecommitdiff
path: root/src/crypto
AgeCommit message (Expand)Author
2026-02-03[release-branch.go1.25] crypto/tls: document resumption behavior across ConfigsFilippo Valsorda
2026-02-03[release-branch.go1.25] crypto/tls: revalidate whole chain on resumption on W...Filippo Valsorda
2026-01-28[release-branch.go1.25] crypto/tls: check verifiedChains roots when resuming ...Roland Shoemaker
2026-01-28[release-branch.go1.25] crypto/tls: add verifiedChains expiration checking du...Roland Shoemaker
2026-01-28[release-branch.go1.25] Revert "crypto/tls: don't copy auto-rotated session t...Roland Shoemaker
2026-01-28[release-branch.go1.25] crypto/x509: fix single label excluded name constrain...Roland Shoemaker
2026-01-15[release-branch.go1.25] crypto/tls: don't copy auto-rotated session ticket ke...Roland Shoemaker
2026-01-07[release-branch.go1.25] crypto/tls: reject trailing messages after client/ser...Roland Shoemaker
2025-12-03[release-branch.go1.25] crypto/tls: use inner hello for earlyData when using ...Roland Shoemaker
2025-12-02[release-branch.go1.25] crypto/x509: prevent HostnameError.Error() from consu...Nicholas S. Husin
2025-11-25[release-branch.go1.25] crypto/x509: excluded subdomain constraints preclude ...Roland Shoemaker
2025-10-28[release-branch.go1.25] Revert "crypto/internal/fips140/subtle: add assembly ...Keith Randall
2025-10-28[release-branch.go1.25] Revert "crypto/internal/fips140/subtle: add assembly ...Keith Randall
2025-10-13[release-branch.go1.25] crypto/x509: rework fix for CVE-2025-58187Roland Shoemaker
2025-10-07[release-branch.go1.25] crypto/x509: improve domain name verificationNeal Patel
2025-10-07[release-branch.go1.25] crypto/x509: mitigate DoS vector when intermediate ce...Neal Patel
2025-10-01[release-branch.go1.25] crypto/tls: quote protocols in ALPN error messageRoland Shoemaker
2025-09-26[release-branch.go1.25] lib/fips140: re-seal v1.0.0Filippo Valsorda
2025-09-26[release-branch.go1.25] crypto/internal/fips140: remove key import PCTs, make...Filippo Valsorda
2025-09-26[release-branch.go1.25] crypto/internal/fips140: update frozen module version...Filippo Valsorda
2025-09-26[release-branch.go1.25] crypto/internal/fips140/ecdsa: make TestingOnlyNewDRB...Filippo Valsorda
2025-07-11crypto/rsa: drop contradictory promise to keep PublicKey modulus secretFilippo Valsorda
2025-07-11crypto/rsa: fix documentation formattingFilippo Valsorda
2025-07-10crypto/cipher: Fix comment punctuationMarkus Kusano
2025-07-09crypto/tls: empty server_name conf. ext. from serverDaniel McCarney
2025-07-07crypto/rsa: remove another forgotten note to future selfFilippo Valsorda
2025-07-01crypto/tls: ensure the ECDSA curve matches the signature algorithmFilippo Valsorda
2025-07-01crypto/ecdsa: fix crypto/x509 godoc linksFilippo Valsorda
2025-07-01Revert "crypto/internal/fips140/subtle: add assembly implementation of xorByt...Keith Randall
2025-06-30crypto/tls: update bogo versionDaniel McCarney
2025-06-30crypto/hmac: wrap ErrUnsupported returned by CloneFilippo Valsorda
2025-06-20crypto/cipher: fix link to crypto/aesSean Liao
2025-05-27crypto/tls: enable signature algorithm BoGo tests (and fix two bugs)Filippo Valsorda
2025-05-23crypto/tls: signature_algorithms in CertificateRequest can't be emptyFilippo Valsorda
2025-05-21crypto,hash: add and implement hash.ClonerFilippo Valsorda
2025-05-21crypto/sha3: un-interleave EOR instructionsRoland Shoemaker
2025-05-21crypto/x509: use truncated SHA-256 for SubjectKeyIdFilippo Valsorda
2025-05-21crypto/tls: reject duplicate TLS 1.3 EncryptedExtensionsDaniel McCarney
2025-05-21crypto/tls: use decode alert for handshake msg unmarshal errDaniel McCarney
2025-05-21crypto/tls: disable SHA-1 signature algorithms in TLS 1.2Filippo Valsorda
2025-05-21crypto: add a test for disallowed instructionsRoland Shoemaker
2025-05-21crypto/ecdsa: add low-level encoding functions for keysFilippo Valsorda
2025-05-21crypto/tls: don't advertise TLS 1.2-only sigAlgs in TLS 1.3Filippo Valsorda
2025-05-21crypto/sha3: add SIMD implementation with ARMv8.2 featuresHowJmay
2025-05-21crypto/internal/cryptotest: test Armv8.2 on darwin/arm64Filippo Valsorda
2025-05-21crypto/internal/fips140/nistec: remove dead s390x p256OrdMulFilippo Valsorda
2025-05-21crypto/tls: update BoGo SessionID test skip reasonsDaniel McCarney
2025-05-21crypto/tls: enable BoGo DisabledCurve-HelloRetryRequest-TLS13Daniel McCarney
2025-05-21crypto/tls: match compression method alert across versionsDaniel McCarney
2025-05-21crypto/tls: delete dead code curveIDForCurveDaniel McCarney