]> Cypherpunks repositories - gostls13.git/commit
[dev.boringcrypto] crypto/internal/boring: update BoringCrypto module to certificate...
authorFilippo Valsorda <filippo@golang.org>
Wed, 5 Feb 2020 23:24:23 +0000 (18:24 -0500)
committerFilippo Valsorda <filippo@golang.org>
Mon, 2 Mar 2020 20:52:19 +0000 (20:52 +0000)
commit6c64b188a53afec79563cf4ad3c5bc373036d3ae
tree2a2af462a551bfffd43214423e512b11a0775a03
parent13355c78ff03607b69ebc8b6da21c09c6b5ffc22
[dev.boringcrypto] crypto/internal/boring: update BoringCrypto module to certificate 3318

Use OPENSSL_malloc for set0 functions as OPENSSL_free now catches us
using the libc malloc and aborts.

While at it, move the runtime.KeepAlive to the location of the key use.

Fixes #30158

Change-Id: I968a98d8974ca5f220e822841beb6c34290eefe9
Reviewed-on: https://go-review.googlesource.com/c/go/+/218000
Reviewed-by: Katie Hockman <katie@golang.org>
README.boringcrypto.md
misc/boring/VERSION
src/crypto/internal/boring/LICENSE
src/crypto/internal/boring/build/.gitignore [deleted file]
src/crypto/internal/boring/build/build.sh
src/crypto/internal/boring/build/build_in_chroot.sh
src/crypto/internal/boring/build/root_setup_in_chroot.sh
src/crypto/internal/boring/build/sources.list
src/crypto/internal/boring/goboringcrypto.h
src/crypto/internal/boring/goboringcrypto_linux_amd64.syso
src/crypto/internal/boring/rsa.go