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
2023-02-15
crypto/internal/bigmod: flag amd64 assembly as noescape
Filippo Valsorda
2023-02-13
crypto/internal/edwards25519: reduce Point size by reordering fields
Jorropo
2023-01-30
all: fix problematic comments
cui fliter
2023-01-30
all: give nested modules fully-qualified names
Michael Pratt
2023-01-20
all: fix typos in go file comments
Marcel Meyer
2023-01-04
crypto/internal/boring: add dev.boringcrypto README.md text
Russ Cox
2022-11-22
crypto/internal/boring: tolerate empty ECDSA signatures
Filippo Valsorda
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-18
all: add missing periods in 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-05
all: fix comment typos
Dan Kortschak
2022-09-28
crypto: use bytes.Clone
cuiweixie
2022-09-27
crypto/rsa,crypto/internal/boring: fix PSS salt handling
Roland Shoemaker
2022-09-01
crypto/internal/boring/fipstls: convert required to atomic type
cuiweixie
2022-08-18
crypto/internal/boring: update to newer boringcrypto, add arm64
Russ Cox
2022-08-18
crypto/internal/boring/bcache: make Cache type-safe using generics
Russ Cox
2022-08-17
crypto/internal/subtle: rename to crypto/internal/alias
Russ Cox
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-09
internal/testenv: add and use OptimizationOff/SkipIfOptimizationOff
Cuong Manh Le
2022-07-19
crypto/internal/nistec,debug/gosym: fix typos
Dan Kortschak
2022-06-27
crypto/internal/boring: factor Cache into crypto/internal/boring/bcache
Russ Cox
2022-06-06
all: boringcrypto post-merge cleanup
Russ Cox
2022-05-17
crypto/internal/nistec: re-enable s390x asm for P-256
pooja shyamsundar
2022-05-05
crypto/internal/nistec: re-enable ppc64le asm for P-256
Lynn Boger
2022-05-05
crypto/ed25519/internal/edwards25519: move to crypto/internal/edwards25519
Filippo Valsorda
2022-05-05
crypto/elliptic/internal/nistec: move to crypto/internal/nistec
Filippo Valsorda
2022-05-05
crypto/internal/boring: avoid false positive in cgo pointer check in SHA calls
Russ Cox
2022-04-29
[dev.boringcrypto] crypto/ecdsa, crypto/rsa: use boring.Cache
Russ Cox
2022-04-29
[dev.boringcrypto] crypto/internal/boring: add GC-aware cache
Russ Cox
2022-04-29
[dev.boringcrypto] crypto/x509: remove VerifyOptions.IsBoring
Russ Cox
2022-04-29
[dev.boringcrypto] crypto/..., go/build: align deps test with standard rules
Russ Cox
2022-04-29
[dev.boringcrypto] crypto/internal/boring: make SHA calls allocation-free
Russ Cox
2022-04-29
[dev.boringcrypto] crypto/internal/boring: avoid allocation in big.Int conver...
Russ Cox
2022-04-29
[dev.boringcrypto] all: add boringcrypto build tags
Russ Cox
2022-03-30
[dev.boringcrypto] crypto/internal/boring: update build instructions to use p...
Russ Cox
2021-12-06
[dev.boringcrypto] crypto/internal/boring: add -pthread linker flag
Cherry Mui
2021-11-05
[dev.boringcrypto] all: merge master into dev.boringcrypto
Roland Shoemaker
2021-10-28
[dev.boringcrypto] all: convert +build to //go:build lines in boring-specific...
Russ Cox
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
[next]