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
2023-02-15
crypto/internal/bigmod: flag amd64 assembly as noescape
Filippo Valsorda
2023-02-14
crypto/tls: replace all usages of BytesOrPanic
Roland Shoemaker
2023-02-13
crypto/internal/edwards25519: reduce Point size by reordering fields
Jorropo
2023-02-06
crypto/ecdh: explicitly reject mismatched curves in ECDH
Roland Shoemaker
2023-02-06
crypto/sha1: use math/bits.RotateLeft32
Alexander Yastrebov
2023-02-06
crypto/rand: replace shift with constant
Johan Brandhorst-Satzkorn
2023-02-01
crypto/rand: batch large random reads on js
Johan Brandhorst-Satzkorn
2023-01-30
all: fix problematic comments
cui fliter
2023-01-30
all: give nested modules fully-qualified names
Michael Pratt
2023-01-30
crypto/sha512: reduce add usage on PPC64
Paul E. Murphy
2023-01-26
crypto/rand, internal/syscall/unix: add support for getrandom on NetBSD ≥ 10.0
json-isValidNumber-before
Tobias Klauser
2023-01-20
crypto/tls: improve client auth failure alerts
Anit Gandhi
2023-01-20
all: fix typos in go file comments
Marcel Meyer
2023-01-19
internal/godebug: export non-default-behavior counters in runtime/metrics
Russ Cox
2023-01-17
crypto/ed25519: improve Ed25519ctx docs and add example
Filippo Valsorda
2023-01-17
crypto/x509: clarify that CheckSignatureFrom and CheckSignature are low-level...
Filippo Valsorda
2023-01-05
crypto/tls: fix typo in cacheEntry godoc
Tobias Klauser
2023-01-04
crypto/internal/boring: add dev.boringcrypto README.md text
Russ Cox
2022-12-21
crypto/x509: return typed verification errors on macOS
Roland Shoemaker
2022-12-01
crypto/des: fix a typo in the comment for permuteFinalBlock
Chaoshuai Lü
2022-12-01
crypto/x509: include more hints for verification failure
Roland Shoemaker
2022-12-01
crypto/ecdsa: verify validity of signature parameters in Verify
Roland Shoemaker
2022-11-24
crypto/elliptic: remove deprecation markers
Russ Cox
2022-11-23
crypto/rsa: remove deprecation markers for multiprime RSA support
Russ Cox
2022-11-22
crypto/internal/boring: tolerate empty ECDSA signatures
Filippo Valsorda
2022-11-21
crypto/{sha512,sha256,sha1}: reduce Write calls in Sum
Egon Elbre
2022-11-21
crypto/internal/bigmod: add amd64 assembly core
Filippo Valsorda
2022-11-21
crypto/ecdsa: use bigmod and nistec instead of math/big and crypto/elliptic
Filippo Valsorda
2022-11-21
crypto/internal/bigmod: move nat implementation out of crypto/rsa
Filippo Valsorda
2022-11-21
crypto/ed25519: implement Ed25519ctx and Ed25519ph with context
Filippo Valsorda
2022-11-21
crypto/aes: On ppc64le, use better instructions when available
Paul E. Murphy
2022-11-19
crypto/rsa: allocate nats on the stack for RSA 2048
Filippo Valsorda
2022-11-19
crypto/rsa: use R*R multiplication to get into the Montgomery domain
Filippo Valsorda
2022-11-19
crypto/rsa: precompute moduli
Filippo Valsorda
2022-11-19
crypto/rsa: deprecate and de-optimize multi-prime RSA
Filippo Valsorda
2022-11-19
crypto/rsa: replace big.Int for encryption and decryption
Lúcás Meier
2022-11-19
crypto/ecdsa,crypto/x509: add encoding paths for NIST crypto/ecdh keys
Filippo Valsorda
2022-11-18
crypto/x509: implement SetFallbackRoots
Roland Shoemaker
2022-11-18
crypto/tls: add CertificateVerificationError to tls handshake
Gabor Tanz
2022-11-18
all: add missing periods in comments
cui fliter
2022-11-18
crypto/ecdsa: improve benchmarks
Filippo Valsorda
2022-11-17
crypto/x509: reduce boring test key size
Roland Shoemaker
2022-11-16
crypto/x509: add support for PKCS8/PKIX X25519 key encodings
Filippo Valsorda
2022-11-16
crypto/ecdh: move ECDH method to PrivateKey
Filippo Valsorda
2022-11-15
crypto/rsa: return err when key too small to compute salt for RSA PSS
Roland Shoemaker
2022-11-15
crypto/rsa: fix loop variable capture in test
Cherry Mui
2022-11-15
crypto/x509: Reallow duplicate attributes in CSRs.
Rob Stradling
2022-11-15
crypto/rsa: add a test walking through every key size
Filippo Valsorda
2022-11-15
crypto/rsa: improve benchmarks
Filippo Valsorda
2022-11-14
crypto/x509: remove unused member Raw from certificate
Alexander Scheel
[next]