]> Cypherpunks.ru repositories - gostls13.git/commit
crypto/internal/boring: factor Cache into crypto/internal/boring/bcache
authorRuss Cox <rsc@golang.org>
Wed, 11 May 2022 19:11:29 +0000 (15:11 -0400)
committerGopher Robot <gobot@golang.org>
Mon, 27 Jun 2022 11:50:31 +0000 (11:50 +0000)
commit8f9bfa9b7b7739324e73b4f19280caa2011e6ae8
treecee18d5d2be1301efab639438753bb7c3ea63d23
parent351e0f4083779d8ac91c05afebded42a302a6893
crypto/internal/boring: factor Cache into crypto/internal/boring/bcache

Requested by the maintainers of the OpenSSL-based fork of Go+BoringCrypto,
to make maintaining that fork easier.

Change-Id: I770e70ecc12b589034da31edecf59c73b2c6e1dd
Reviewed-on: https://go-review.googlesource.com/c/go/+/407135
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Russ Cox <rsc@golang.org>
src/crypto/ecdsa/boring.go
src/crypto/internal/boring/bcache/cache.go [moved from src/crypto/internal/boring/cache.go with 97% similarity]
src/crypto/internal/boring/bcache/cache_test.go [moved from src/crypto/internal/boring/cache_test.go with 99% similarity]
src/crypto/internal/boring/bcache/stub.s [moved from src/crypto/internal/boring/stub.s with 100% similarity]
src/crypto/rsa/boring.go
src/go/build/deps_test.go
src/runtime/mgc.go