aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/internal/boring/boring.go
AgeCommit message (Expand)Author
2022-04-29[dev.boringcrypto] crypto/..., go/build: align deps test with standard rulesRuss Cox
2022-04-29[dev.boringcrypto] crypto/internal/boring: make SHA calls allocation-freeRuss 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 tagsRuss Cox
2021-12-06[dev.boringcrypto] crypto/internal/boring: add -pthread linker flagCherry Mui
2021-10-28[dev.boringcrypto] all: convert +build to //go:build lines in boring-specific...Russ Cox
2017-09-22[dev.boringcrypto] crypto/tls/fipsonly: new package to force FIPS-allowed TLS...Russ Cox
2017-09-18[dev.boringcrypto] crypto/internal/boring: fall back to standard crypto when ...Russ Cox
2017-09-18[dev.boringcrypto] crypto/internal/boring: fix detection of tests to allow *....Russ Cox
2017-08-25[dev.boringcrypto] crypto/internal/boring: disable for android & non-cgo buildsRuss Cox
2017-08-19[dev.boringcrypto] crypto/rsa: use BoringCryptoRuss Cox
2017-08-17[dev.boringcrypto] crypto/ecdsa: use BoringCryptoRuss Cox
2017-08-17[dev.boringcrypto] crypto/rand: use BoringCryptoRuss Cox
2017-08-17[dev.boringcrypto] crypto/internal/boring: add initial BoringCrypto accessRuss Cox