index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
crypto
Age
Commit message (
Expand
)
Author
2025-07-11
crypto/rsa: drop contradictory promise to keep PublicKey modulus secret
Filippo Valsorda
2025-07-11
crypto/rsa: fix documentation formatting
Filippo Valsorda
2025-07-10
crypto/cipher: Fix comment punctuation
Markus Kusano
2025-07-09
crypto/tls: empty server_name conf. ext. from server
Daniel McCarney
2025-07-07
crypto/rsa: remove another forgotten note to future self
Filippo Valsorda
2025-07-01
crypto/tls: ensure the ECDSA curve matches the signature algorithm
Filippo Valsorda
2025-07-01
crypto/ecdsa: fix crypto/x509 godoc links
Filippo Valsorda
2025-07-01
Revert "crypto/internal/fips140/subtle: add assembly implementation of xorByt...
Keith Randall
2025-06-30
crypto/tls: update bogo version
Daniel McCarney
2025-06-30
crypto/hmac: wrap ErrUnsupported returned by Clone
Filippo Valsorda
2025-06-20
crypto/cipher: fix link to crypto/aes
Sean Liao
2025-05-27
crypto/tls: enable signature algorithm BoGo tests (and fix two bugs)
Filippo Valsorda
2025-05-23
crypto/tls: signature_algorithms in CertificateRequest can't be empty
Filippo Valsorda
2025-05-21
crypto,hash: add and implement hash.Cloner
Filippo Valsorda
2025-05-21
crypto/sha3: un-interleave EOR instructions
Roland Shoemaker
2025-05-21
crypto/x509: use truncated SHA-256 for SubjectKeyId
Filippo Valsorda
2025-05-21
crypto/tls: reject duplicate TLS 1.3 EncryptedExtensions
Daniel McCarney
2025-05-21
crypto/tls: use decode alert for handshake msg unmarshal err
Daniel McCarney
2025-05-21
crypto/tls: disable SHA-1 signature algorithms in TLS 1.2
Filippo Valsorda
2025-05-21
crypto: add a test for disallowed instructions
Roland Shoemaker
2025-05-21
crypto/ecdsa: add low-level encoding functions for keys
Filippo Valsorda
2025-05-21
crypto/tls: don't advertise TLS 1.2-only sigAlgs in TLS 1.3
Filippo Valsorda
2025-05-21
crypto/sha3: add SIMD implementation with ARMv8.2 features
HowJmay
2025-05-21
crypto/internal/cryptotest: test Armv8.2 on darwin/arm64
Filippo Valsorda
2025-05-21
crypto/internal/fips140/nistec: remove dead s390x p256OrdMul
Filippo Valsorda
2025-05-21
crypto/tls: update BoGo SessionID test skip reasons
Daniel McCarney
2025-05-21
crypto/tls: enable BoGo DisabledCurve-HelloRetryRequest-TLS13
Daniel McCarney
2025-05-21
crypto/tls: match compression method alert across versions
Daniel McCarney
2025-05-21
crypto/tls: delete dead code curveIDForCurve
Daniel McCarney
2025-05-21
crypto/tls: verify server chooses advertised curve
Daniel McCarney
2025-05-21
internal/godebug,crypto/fips140: make fips140 setting immutable
Filippo Valsorda
2025-05-21
crypto/internal/fips140: use hash.Hash
Filippo Valsorda
2025-05-21
crypto/tls: have servers prefer TLS 1.3 when supported
Daniel McCarney
2025-05-21
crypto/tls: add GetEncryptedClientHelloKeys
Roland Shoemaker
2025-05-21
crypto/sha1: use cryptotest.TestAllImplementations and impl.Register
Filippo Valsorda
2025-05-21
crypto: drop pre-AVX2 SHA assembly implementations
Roland Shoemaker
2025-05-21
crypto/internal/fips140/sha3: remove usages of WORD for s390x
Roland Shoemaker
2025-05-21
crypto/x509: disallow negative path length
Mateusz Poliwczak
2025-05-21
crypto/tls: replace custom intern cache with weak cache
Roland Shoemaker
2025-05-21
crypto/sha1: add sha-ni AMD64 implementation
Roland Shoemaker
2025-05-20
crypto/subtle: optimize function xorBytes using SIMD on loong64
Xiaolin Zhao
2025-05-20
crypto/ecdsa,crypto/ed25519: cache FIPS private keys
Filippo Valsorda
2025-05-15
crypto/tls: fix bogo IgnoreClientVersionOrder skip reason
Daniel McCarney
2025-05-14
crypto/internal/fips140/subtle: add assembly implementation of xorBytes for arm
Julian Zhu
2025-05-13
crypto/x509: decouple key usage and policy validation
Roland Shoemaker
2025-05-13
crypto: limit md5 or sha256 blocks processed at once in assembly
Radu Berinde
2025-05-12
crypto/internal/fips140/subtle: add assembly implementation of xorBytes for m...
Julian Zhu
2025-05-11
crypto/sha1: replaced WORD with instruction REVB2W
Xiaolin Zhao
2025-05-09
crypto/tls: handle client hello version too high
Daniel McCarney
2025-05-09
crypto/tls: fix TLS <1.3 client cert required alert
Daniel McCarney
[next]