go/src/crypto
cuiweixie db9e549fd2 crypto/x509/internal/macos: simplify code using unsafe.{SliceData,StringData}
Updates #54854

Change-Id: I8a64a1176cbe16489e1fd21c66a7abc7d8b8e9b3
Reviewed-on: https://go-review.googlesource.com/c/go/+/428154
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
2022-09-07 01:27:54 +00:00
..
aes crypto/internal/subtle: rename to crypto/internal/alias 2022-08-17 18:46:05 +00:00
boring crypto/internal/boring: update to newer boringcrypto, add arm64 2022-08-18 21:28:09 +00:00
cipher crypto/subtle: add XORBytes 2022-08-17 18:47:33 +00:00
des crypto/internal/subtle: rename to crypto/internal/alias 2022-08-17 18:46:05 +00:00
dsa crypto/dsa,crypto/x509: deprecate DSA and remove crypto/x509 support 2020-10-02 10:48:33 +00:00
ecdh crypto/ecdh,crypto/internal/nistec: enable pruning of unused curves 2022-08-12 00:04:29 +00:00
ecdsa crypto/internal/boring/bcache: make Cache type-safe using generics 2022-08-18 00:30:19 +00:00
ed25519 internal/testenv: add and use OptimizationOff/SkipIfOptimizationOff 2022-08-09 12:16:31 +00:00
elliptic crypto/ecdh: new package 2022-08-12 00:03:39 +00:00
hmac all: boringcrypto post-merge cleanup 2022-06-06 19:10:07 +00:00
internal crypto/internal/boring/fipstls: convert required to atomic type 2022-09-01 17:06:14 +00:00
md5 all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
rand all: boringcrypto post-merge cleanup 2022-06-06 19:10:07 +00:00
rc4 crypto/internal/subtle: rename to crypto/internal/alias 2022-08-17 18:46:05 +00:00
rsa crypto/internal/boring/bcache: make Cache type-safe using generics 2022-08-18 00:30:19 +00:00
sha1 [dev.boringcrypto] crypto/internal/boring: make SHA calls allocation-free 2022-04-29 14:23:27 +00:00
sha256 crypto/internal/boring: avoid false positive in cgo pointer check in SHA calls 2022-05-05 19:31:33 +00:00
sha512 crypto/sha512: optimize ARM64 sha512 implemention 2022-08-30 03:43:15 +00:00
subtle crypto/subtle: add XORBytes 2022-08-17 18:47:33 +00:00
tls crypto/tls: support ECDHE when ec_point_formats is missing 2022-08-25 16:35:38 +00:00
x509 crypto/x509/internal/macos: simplify code using unsafe.{SliceData,StringData} 2022-09-07 01:27:54 +00:00
crypto.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
issue21104_test.go