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
/
internal
Age
Commit message (
Expand
)
Author
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-05-13
[dev.boringcrypto] all: merge commit 9d0819b27c (CL 314609) into dev.boringcr...
Filippo Valsorda
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2021-02-07
[dev.boringcrypto] crypto/internal/boring: remove .llvm_addrsig section
Filippo Valsorda
2020-11-05
[dev.boringcrypto] crypto/internal/boring: update BoringCrypto module to cert...
Filippo Valsorda
2020-05-07
[dev.boringcrypto] crypto/internal/boring: reject short signatures in VerifyR...
Filippo Valsorda
2020-03-03
[dev.boringcrypto] crypto/internal/boring: make accesses to RSA types with fi...
Filippo Valsorda
2020-03-02
[dev.boringcrypto] crypto/internal/boring: update BoringCrypto module to cert...
Filippo Valsorda
2018-09-07
[dev.boringcrypto] crypto/internal/boring: avoid an allocation in AES-GCM Sea...
Filippo Valsorda
2018-08-04
[dev.boringcrypto] crypto/internal/boring: fix aesCipher implementation of gc...
Filippo Valsorda
2018-07-03
[dev.boringcrypto] all: merge master into dev.boringcrypto
Filippo Valsorda
2018-06-19
crypto: panic on illegal input and output overlap
Filippo Valsorda
2018-06-08
[dev.boringcrypto] all: merge master into dev.boringcrypto
Filippo Valsorda
2018-06-07
crypto: randomly read an extra byte of randomness in some places.
Adam Langley
2018-05-25
[dev.boringcrypto] all: merge master into dev.boringcrypto
Filippo Valsorda
2018-05-23
crypto/{aes,internal/cipherhw,tls}: use common internal/cpu in place of cipherhw
Anit Gandhi
2017-12-06
[dev.boringcrypto] crypto/internal/boring: add MarshalBinary/UnmarshalBinary ...
Russ Cox
2017-09-22
[dev.boringcrypto] crypto/tls/fipsonly: new package to force FIPS-allowed TLS...
Russ Cox
2017-09-20
[dev.boringcrypto] crypto/internal/boring: fix finalizer-induced crashes
Russ Cox
2017-09-18
[dev.boringcrypto] crypto/internal/boring: fall back to standard crypto when ...
Russ Cox
2017-09-18
[dev.boringcrypto] crypto/aes: panic on invalid dst, src overlap
Russ Cox
2017-09-18
[dev.boringcrypto] crypto/internal/boring: fix detection of tests to allow *....
Russ Cox
2017-09-18
[dev.boringcrypto] crypto/internal/boring: allow hmac operations after Sum
Russ Cox
2017-09-18
[dev.boringcrypto] crypto/internal/boring: handle RSA verification of short s...
Russ Cox
2017-08-30
[dev.boringcrypto] crypto/internal/boring: fix NewHMAC with empty key
Russ Cox
2017-08-30
[dev.boringcrypto] crypto/internal/cipherhw: fix AESGCMSupport for BoringCrypto
Russ Cox
2017-08-25
[dev.boringcrypto] crypto/internal/boring: disable for android & non-cgo builds
Russ Cox
2017-08-25
[dev.boringcrypto] crypto/internal/boring: clear "executable stack" bit from ...
Russ Cox
2017-08-19
[dev.boringcrypto] crypto/rsa: use BoringCrypto
Russ Cox
2017-08-17
[dev.boringcrypto] crypto/ecdsa: use BoringCrypto
Russ Cox
2017-08-17
[dev.boringcrypto] crypto/aes: implement TLS-specific AES-GCM mode from Borin...
Russ Cox
2017-08-17
[dev.boringcrypto] crypto/aes: use BoringCrypto
Russ Cox
2017-08-17
[dev.boringcrypto] crypto/hmac: use BoringCrypto
Russ Cox
2017-08-17
[dev.boringcrypto] crypto/sha1,sha256,sha512: use BoringCrypto
Russ Cox
2017-08-17
[dev.boringcrypto] crypto/rand: use BoringCrypto
Russ Cox
2017-08-17
[dev.boringcrypto] crypto/internal/boring: add initial BoringCrypto access
Russ Cox
2016-11-07
crypto/{cipher,tls,internal/cryptohw}: prioritise AES-GCM when hardware suppo...
Adam Langley
[prev]