aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/crypto
AgeCommit message (Expand)Author
11 daystargets: add implementation for Tillitis TKey device (#4631)Ron Evans
2024-10-08crypto/x509/internal/macos: add package stub to build crypto/x509 on macOSElias Naur
2024-08-12GNUmakefile: add spellfix target, use it. (#4387)dkegel-fastly
2024-07-20Add enough tls.ConnectionState and tls.CipherSuiteName() to compile fortio/lo...Laurent Demailly
2024-07-02wasi preview 2 support (#4027)Damian Gryski
2024-03-27all: replace target=wasi with target=wasip1Randy Reddig
2024-01-19runtime: add runtime.rand functionAyke van Laethem
2023-12-17stub out more types/funcs to compile against golang.org/x/net/internal/socket...Scott Feldman
2023-12-06Add network device driver model, netdevScott Feldman
2023-12-04machine/esp32c3: implement RNGdeadprogram
2022-12-19build: drop deprecated build tagsYurii Soldak
2022-09-17nrf: make GetRNG available to all chipsAyke van Laethem
2022-09-16rp2040: do not use GetRNG in crypto/randAyke van Laethem
2022-09-12machine/nrf52840: implement RNG peripheral operationMatt Schultz
2022-09-10machine/rp2040: implement semi-random RNG based on ROSC based on pico-sdkdeadprogram
2022-09-01loader,crypto: fix link error for crypto/internal/boring/sig.StandardCryptoDamian Gryski
2022-08-04all: format code according to Go 1.19 rulesAyke van Laethem
2022-06-19all: run gofmt on all source codeAyke van Laethem
2022-01-04all: show error if platform has no rngKenneth Bell
2022-01-04stm32: add more MCUs with h/w RNGKenneth Bell
2021-12-15machine/stm32f4, stm32f7, stm32l4: implement TRNG for randomnessdeadprogram
2021-12-14machine/samd51: implement TRNG for randomnessdeadprogram
2021-12-13 stm32/stm32wlx: Add support for stm32wl55_cm4Olivier Fauchon
2021-12-11stm32wl: STM32WL TRNG implementation in crypto/randOlivier Fauchon
2021-11-24all: remove FreeBSD supportAyke van Laethem
2021-11-16all: add support for windows/amd64Ayke van Laethem
2021-08-09crypto/rand: switch to arc4random_bufAyke van Laethem
2021-08-05wasm: add support for the crypto/rand packageAyke van Laethem
2021-06-21crypto/rand: replace this package with a TinyGo versionAyke van Laethem