[mirror] Go supplementary cryptography libraries https://golang.org/x/crypto
  • Go 89.1%
  • Assembly 10.6%
  • C 0.3%
Find a file
Gopher Robot 55aec0a86b x509roots/fallback: update bundle
This is an automated CL which updates the NSS root bundle.

[git-generate]
go generate ./x509roots

Change-Id: I448f9962a67bf042b04a2e34f16ae02a004d6edd
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/791040
Auto-Submit: Gopher Robot <gobot@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
2026-06-15 14:38:55 -07:00
acme acme: include Problem in OrderError.Error 2026-05-01 10:44:32 -07:00
argon2 all: fix some comments 2025-10-27 09:33:07 -07:00
bcrypt bcrypt: update InvalidCostError message to describe cost range inclusive 2025-05-12 11:46:18 -07:00
blake2b blake2b: merge go125.go into blake2b_test.go 2026-05-11 07:38:31 -07:00
blake2s Revert "blake2s: add loong64 SIMD implementation" 2025-04-14 04:06:44 -07:00
blowfish all: bump go.mod version and drop compatibility shims 2024-06-26 15:12:35 +00:00
bn256 bn256: add missing symbols in comment 2024-09-10 20:43:33 +00:00
cast5 all: bump go.mod version and drop compatibility shims 2024-06-26 15:12:35 +00:00
chacha20 all: fix some typos in comment 2025-10-08 13:58:26 -07:00
chacha20poly1305 chacha20poly1305: remove usages of BYTE instr 2026-05-18 11:44:40 -07:00
cryptobyte cryptobyte: fix typo 'octects' into 'octets' for asn1.go 2025-03-17 08:22:34 -07:00
curve25519 all: freeze and deprecate more packages 2025-09-09 12:19:31 -07:00
ed25519 all: freeze and deprecate more packages 2025-09-09 12:19:31 -07:00
hkdf hkdf: forward Extract to the standard library 2026-04-23 08:20:08 -07:00
internal internal: remove wycheproof tests 2026-06-09 11:23:32 -07:00
md4 all: bump go.mod version and drop compatibility shims 2024-06-26 15:12:35 +00:00
nacl all: fix some typos in comment 2025-10-08 13:58:26 -07:00
ocsp all: bump go.mod version and drop compatibility shims 2024-06-26 15:12:35 +00:00
openpgp all: fix some typos in comment 2025-10-08 13:58:26 -07:00
otr all: eliminate vet diagnostics 2025-10-28 06:00:51 -07:00
pbkdf2 pbkdf2: turn into a wrapper for crypto/pbkdf2 2026-04-23 08:20:11 -07:00
pkcs12 pkcs12: limit PBKDF iteration count to prevent CPU exhaustion 2026-06-04 06:58:05 -07:00
poly1305 all: bump go.mod version and drop compatibility shims 2024-06-26 15:12:35 +00:00
ripemd160 all: bump go.mod version and drop compatibility shims 2024-06-26 15:12:35 +00:00
salsa20 all: freeze and deprecate more packages 2025-09-09 12:19:31 -07:00
scrypt scrypt: fix panic on parameters <= 0 2026-01-13 07:44:11 -08:00
sha3 sha3: make it mostly a wrapper around crypto/sha3 2025-10-22 18:01:01 -07:00
ssh ssh: reject incomplete gssapi-with-mic configurations 2026-06-02 00:25:39 -07:00
tea all: deprecate broken and legacy packages 2019-02-22 23:25:34 +00:00
twofish all: bump go.mod version and drop compatibility shims 2024-06-26 15:12:35 +00:00
x509roots x509roots/fallback: update bundle 2026-06-15 14:38:55 -07:00
xtea all: bump go.mod version and drop compatibility shims 2024-06-26 15:12:35 +00:00
xts all: freeze and deprecate more packages 2025-09-09 12:19:31 -07:00
.gitattributes crypto: copying .gitattributes to all subrepositories 2014-12-23 06:54:52 +00:00
.gitignore gitignore: remove obsolete reference to .hgignore in comment 2020-03-20 18:11:02 +00:00
codereview.cfg crypto: add codereview.cfg 2015-03-18 17:04:25 +00:00
CONTRIBUTING.md CONTRIBUTING.md: remove note about not accepting Pull Requests 2018-03-14 18:02:59 +00:00
go.mod go.mod: update golang.org/x dependencies 2026-06-08 08:52:49 -07:00
go.sum go.mod: update golang.org/x dependencies 2026-06-08 08:52:49 -07:00
LICENSE LICENSE: update per Google Legal 2024-07-16 16:09:32 +00:00
PATENTS go.crypto: add PATENTS file to the subrepo. 2012-04-16 11:25:08 +10:00
README.md README: don't recommend go get 2024-11-04 00:10:25 +00:00

Go Cryptography

Go Reference

This repository holds supplementary Go cryptography packages.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.

The git repository is https://go.googlesource.com/crypto.

The main issue tracker for the crypto repository is located at https://go.dev/issues. Prefix your issue with "x/crypto:" in the subject line, so it is easy to find.

Note that contributions to the cryptography package receive additional scrutiny due to their sensitive nature. Patches may take longer than normal to receive feedback.