aboutsummaryrefslogtreecommitdiff
path: root/src/crypto
AgeCommit message (Expand)Author
2025-05-09crypto/tls: handle client hello version too highDaniel McCarney
2025-05-09crypto/tls: fix TLS <1.3 client cert required alertDaniel McCarney
2025-05-09crypto/tls: enable more large record bogo testsDaniel McCarney
2025-05-09crypto/tls: skip BadRSAClientKeyExchange-[4,5]Daniel McCarney
2025-05-09crypto/tls: err for unsupported point format configsDaniel McCarney
2025-05-09crypto/tls: update TLS 1.3 client compression validationDaniel McCarney
2025-05-09crypto/tls: use illegal param alert for bad compressionDaniel McCarney
2025-05-08crypto/internal/fips140/subtle: add assembly implementation of xorBytes for m...Julian Zhu
2025-05-08crypto/sha512: improve performance of loong64Xiaolin Zhao
2025-05-08crypto/sha256: improve performance of loong64Xiaolin Zhao
2025-05-08internal/testhash: move cryptotest.TestHash to shared packageAustin Clements
2025-05-08crypto/tls: use runtime.Gosched instead of time.After in TestCertCacheMichael Anthony Knyszek
2025-05-08crypto/tls: add scheduler call to TestCertCache refcount timeout loopMichael Anthony Knyszek
2025-05-08crypto,crypto/x509: implement MessageSignerRoland Shoemaker
2025-05-07crypto/tls: use runtime.AddCleanup instead of runtime.SetFinalizerCarlos Amedee
2025-04-28crypto/internal/hpke: rename Receipient to RecipientJohn Bampton
2025-04-24crypto/sha256: improve performance of riscv64 assemblyJulian Zhu
2025-04-23crypto/tls: skip part of the test based on GOOS instead of GOARCHNevkontakte
2025-04-20crypto/sha512: remove unnecessary move op, replace with direct addJulian Zhu
2025-04-20crypto/internal/fips140/aes: actually use the VTBL instruction on arm64Joel Sing
2025-04-16crypto/rand: add and update examplesSean Liao
2025-04-16crypto/tls: fix a testing deadlock that occurs on a TLS protocol errorEric Young
2025-04-16crypto/cipher: use AEAD.NonceSize to make nonce in the examplenajeira
2025-04-07crypto/tls: add offered cipher suites to the handshake errorNicola Murino
2025-04-02crypto/tls: use crypto/hkdfqmuntal
2025-03-20crypto/tls: add missing RUnlock in ticketKeysEdoardo Spadolini
2025-03-17crypto/tls: fix ECH compatibility古大羊
2025-03-17crypto/internal/hpke: propagate hkdf error valueqmuntal
2025-03-17crypto/internal/hpke: use crypto/hkdfqmuntal
2025-03-13crypto/x509: change how we retrieve chains on darwinRoland Shoemaker
2025-03-13crypto/x509,ecoding/asn1: better handling of weird encodingsRoland Shoemaker
2025-03-13crypto/tls/internal/fips140tls: use crypto/fips140qmuntal
2025-03-13crypto/tls: relax native FIPS 140-3 modeFilippo Valsorda
2025-03-13crypto/tls: clean up supported/default/allowed parametersFilippo Valsorda
2025-03-13crypto/tls: add ConnectionState.CurveIDFilippo Valsorda
2025-03-13crypto/tls: allow P-521 in FIPS 140-3 mode and Go+BoringCryptoFilippo Valsorda
2025-03-10crypto/tls: reject TLS 1.3 compat session ID in TLS 1.2Daniel McCarney
2025-03-10crypto/tls: align cert decode alert w/ BSSLDaniel McCarney
2025-03-10crypto/tls: update GREASE-Server-TLS13 BoGo skipDaniel McCarney
2025-03-10crypto/tls: support bogo -wait-for-debuggerDaniel McCarney
2025-03-10crypto/tls: ignore TLS 1.3 user canceled alertsDaniel McCarney
2025-03-10crypto/tls: run SkipNewSessionTicket bogo testDaniel McCarney
2025-03-10crypto/tls: reject empty TLS 1.3 session ticketDaniel McCarney
2025-03-10crypto/pbkdf2: fix code example for KeyGusted
2025-03-07crypto/tls: small bogo shim test tidyingDaniel McCarney
2025-03-07crypto/internal/fips140: make Version return latest when not frozenFilippo Valsorda
2025-03-07crypto/internal/fips140/bigmod: explicitly clear expanded limbs on resetFilippo Valsorda
2025-03-06crypto/rsa: add a test with very different prime sizesFilippo Valsorda
2025-03-06crypto: test for unexpected concrete methods in interface value returnsFilippo Valsorda
2025-03-04crypto/elliptic: drop hidden Inverse and CombinedMult methodsFilippo Valsorda