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
2022-11-14
crypto/x509: expand package docs and clarify package target
Filippo Valsorda
2022-11-14
crypto/aes: rewrite ppc64le asm-cbc routine
Paul E. Murphy
2022-11-14
internal/godebug: define more efficient API
Russ Cox
2022-11-11
all: fix problematic comments
cui fliter
2022-11-11
crypto/ecdh: add boringcrypto support
Russ Cox
2022-11-10
crypto/internal/edwards25519: replace scalar field with fiat-crypto
Filippo Valsorda
2022-11-09
crypto: allow hash.Hash for OAEP and MGF1 to be specified independently
Aleks Rudzitis
2022-11-09
crypto/x509: allow BoringCrypto to use 4096-bit keys
Russ Cox
2022-11-07
crypto/tls: use certificate cache in client
Roland Shoemaker
2022-11-07
crypto/tls: add a certificate cache implementation
Roland Shoemaker
2022-11-05
all: fix comment typos
Dan Kortschak
2022-11-03
crypto/x509: switch test to ParseRevocationList
Alexander Scheel
2022-11-03
crypto/x509: create CRLs with Issuer.RawSubject
Alexander Scheel
2022-11-03
crypto/ecdh: update ECDH docs and add tests for edge cases
Filippo Valsorda
2022-10-26
crypto/x509: respect GODEBUG changes for allowing SHA1 certificates
Russ Cox
2022-10-26
all: remove uses of rand.Seed
Russ Cox
2022-10-26
crypto/x509: delete trailing spaces
Russ Cox
2022-10-24
crypto/tls,crypto/x509: clarify certificate ownership
Roland Shoemaker
2022-10-24
crypto/ed25519: implement Ed25519ph in Sign and VerifyWithOptions
Filippo Valsorda
2022-10-21
crypto/sha256, cmd/internal/notsha256: improve PPC64 sha256
Paul E. Murphy
2022-10-13
crypto/x509: add blank line before package declaration
Park Zhou
2022-10-06
all: remove redundant type conversion
cui fliter
2022-10-04
crypto/x509/internal/macos: handle unexpected null returns
Roland Shoemaker
2022-10-01
crypto/rand: convert r.used to atomic type
cui fliter
2022-09-29
crypto: fix a few function names on comments
cui fliter
2022-09-29
crypto: use fmt.Appendf
cuiweixie
2022-09-28
crypto: use bytes.Clone
cuiweixie
2022-09-27
crypto/rsa,crypto/internal/boring: fix PSS salt handling
Roland Shoemaker
2022-09-27
crypto/x509: use unsafe.Slice
Ian Lance Taylor
2022-09-22
crypto/tls: convert Conn.activeCall to atomic type
cuiweixie
2022-09-20
crypto: use encoding append functions
Erik Pellizzon
2022-09-14
all: move //go:build lines below copyright notice
Tobias Klauser
2022-09-07
crypto/x509/internal/macos: simplify code using unsafe.{SliceData,StringData}
cuiweixie
2022-09-01
crypto/internal/boring/fipstls: convert required to atomic type
cuiweixie
2022-08-30
crypto/sha512: optimize ARM64 sha512 implemention
Meng Zhuo
2022-08-25
crypto/x509: don't panic marshaling invalid ECDSA keys
Filippo Valsorda
2022-08-25
crypto/tls: support ECDHE when ec_point_formats is missing
Filippo Valsorda
2022-08-18
crypto/internal/boring: update to newer boringcrypto, add arm64
Russ Cox
2022-08-18
all: remove duplicate "the" words in comments
Abirdcfly
2022-08-18
crypto/internal/boring/bcache: make Cache type-safe using generics
Russ Cox
2022-08-17
crypto/subtle: add XORBytes
Russ Cox
2022-08-17
crypto/internal/subtle: rename to crypto/internal/alias
Russ Cox
2022-08-14
crypto/tls: remove unused hashForClientCertificate param
Mike Faraponov
2022-08-12
crypto/ecdh,crypto/internal/nistec: enable pruning of unused curves
Filippo Valsorda
2022-08-12
crypto/ecdh: new package
Filippo Valsorda
2022-08-11
crypto/tls: change Conn.handshakeStatus type to atomic.Bool
Ludi Rehak
2022-08-09
internal/testenv: add and use OptimizationOff/SkipIfOptimizationOff
Cuong Manh Le
2022-08-09
all: use ":" for compiler generated symbols
Cuong Manh Le
2022-08-08
crypto/tls: delete unnecessary line of return
cuiweixie
2022-07-19
crypto/internal/nistec,debug/gosym: fix typos
Dan Kortschak
[prev]
[next]