go/src/crypto
Roland Shoemaker 2e210b41ea crypto/x509: remove ios build tag restriction
Fixes #49435

Change-Id: I77ce12f447e727e7dc3b23de947357c27a268bd2
Reviewed-on: https://go-review.googlesource.com/c/go/+/362294
Trust: Roland Shoemaker <roland@golang.org>
Run-TryBot: Roland Shoemaker <roland@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2021-11-08 17:46:34 +00:00
..
aes crypt/aes: update formatting of ppc64le asm comments 2021-11-05 19:48:29 +00:00
cipher all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
des
dsa crypto/dsa,crypto/x509: deprecate DSA and remove crypto/x509 support 2020-10-02 10:48:33 +00:00
ecdsa crypto/ecdsa: draw a fixed amount of entropy while signing 2021-11-05 04:20:33 +00:00
ed25519 all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
elliptic crypto/elliptic: port P-224 and P-384 to fiat-crypto 2021-11-05 19:01:13 +00:00
hmac crypto/hmac: panic if reusing hash.Hash values 2020-10-19 15:00:02 +00:00
internal all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
md5 all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
rand all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
rc4
rsa crypto/rsa: fix salt length calculation with PSSSaltLengthAuto 2021-03-29 15:20:11 +00:00
sha1 all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
sha256 all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
sha512 all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
subtle
tls crypto/tls: set default minimum client version to TLS 1.2 2021-11-05 22:03:24 +00:00
x509 crypto/x509: remove ios build tag restriction 2021-11-08 17:46:34 +00:00
crypto.go crypto: document the extended key interfaces 2021-09-30 15:20:44 +00:00
issue21104_test.go