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
2021-06-10
crypto/tls: let HTTP/1.1 clients connect to servers with NextProtos "h2"
go1.17beta1
Filippo Valsorda
2021-06-07
crypto/elliptic: update P-521 docs to say it's constant-time
Filippo Valsorda
2021-06-07
crypto/tls: fix typo in Config.NextProtos docs
Filippo Valsorda
2021-05-27
crypto/elliptic: fix typo in p521Point type name
Filippo Valsorda
2021-05-20
crypto/x509: add new FreeBSD 12.2+ trusted certificate folder
Lapo Luchini
2021-05-18
crypto/x509: remove duplicate import
Roland Shoemaker
2021-05-13
all: add //go:build lines to assembly files
Tobias Klauser
2021-05-10
crypto/elliptic: upgrade from generic curve impl to specific if available
Roland Shoemaker
2021-05-09
crypto/elliptic: make P-521 scalar multiplication constant time
Filippo Valsorda
2021-05-09
crypto/elliptic: import fiat-crypto P-521 field implementation
Filippo Valsorda
2021-05-09
crypto/x509: check the private key passed to CreateCertificate
Filippo Valsorda
2021-05-08
crypto/tls: make cipher suite preference ordering automatic
Filippo Valsorda
2021-05-08
crypto/x509: remove GODEBUG=x509ignoreCN=0 flag
Filippo Valsorda
2021-05-06
crypto/tls: enforce ALPN overlap when negotiated on both sides
Roland Shoemaker
2021-05-06
crypto/x509: rewrite certificate parser
Roland Shoemaker
2021-05-06
crypto/ecdsa,crypto/elliptic: improve tests and benchmarks
Filippo Valsorda
2021-05-06
crypto/ed25519: skip allocations test on -noopt builder
Filippo Valsorda
2021-05-05
crypto/ed25519: replace internal/edwards25519 with filippo.io/edwards25519
Filippo Valsorda
2021-04-29
crypto/elliptic: store P-256 precomputed basepoint table in source
Roland Shoemaker
2021-04-28
crypto/cipher: make AES-GCM benchmarks match ChaCha20Poly1305 ones
Filippo Valsorda
2021-04-26
syscall, etc.: use abi.FuncPCABI0 for libc syscall wrappers
Cherry Zhang
2021-04-20
all: remove redundant spaces before . and ,
Yury Smolsky
2021-04-16
crypto/tls: fix flaky handshake cancellation tests
Johan Brandhorst
2021-04-10
all: fix spellings
Naman Gera
2021-04-09
crypto/x509: replace os.MkdirTemp with T.TempDir
ian woolf
2021-04-05
crypto/ed25519: add comprehensive edge-case test vectors
Filippo Valsorda
2021-03-30
crypto/elliptic: fix some typos
chenjie
2021-03-29
crypto/rsa: fix salt length calculation with PSSSaltLengthAuto
Himanshu Kishna Srivastava
2021-03-25
crypto/x509: fix spelling error
Kevin Burke
2021-03-18
crypto/rsa: correct EncryptOAEP doc comment
Richard Pickering
2021-03-17
crypto/rand, internal/syscall/unix: add support for getentropy syscall on darwin
Tobias Klauser
2021-03-17
crypto/tls: remove flaky cancellation test
Johan Brandhorst
2021-03-16
crypto/tls: add HandshakeContext method to Conn
Johan Brandhorst
2021-03-15
crypto/md5: improve ppc64x performance
Paul E. Murphy
2021-03-13
all: remove duplicate words
John Bampton
2021-03-13
crypto/ecdsa: fix dead reference link
Mostyn Bramley-Moore
2021-03-11
docs: clarify when APIs use context.Background.
Matt T. Proud
2021-03-11
crypto/rand, internal/syscall/unix: add support for getrandom syscall on solaris
Tobias Klauser
2021-03-10
crypto/rand: supports for getrandom syscall in DragonFlyBSD
David Carlier
2021-03-05
docs: fix case of GitHub
John Bampton
2021-02-24
docs: fix spelling
John Bampton
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2021-02-03
[dev.regabi] runtime, syscall, etc.: mark Darwin syscall wrappers as ABIInternal
Cherry Zhang
2021-02-02
[dev.regabi] all: merge master (fca94ab) into dev.regabi
Robert Griesemer
2021-01-27
crypto/x509: remove leftover CertificateRequest field
Roland Shoemaker
2021-01-22
[dev.regabi] all: merge master (dab3e5a) into dev.regabi
Matthew Dempsky
2021-01-21
crypto/elliptic: fix P-224 field reduction
Filippo Valsorda
2021-01-15
syscall: remove RtlGenRandom and move it into internal/syscall
Jason A. Donenfeld
2021-01-15
crypto/x509: update iOS bundled roots to version 55188.40.9
Filippo Valsorda
2021-01-06
crypto/x509: rollback new CertificateRequest fields
Filippo Valsorda
[next]