aboutsummaryrefslogtreecommitdiff
path: root/README.boringcrypto.md
AgeCommit message (Collapse)Author
2022-05-03[dev.boringcrypto] README.boringcrypto.md: add note about the demise of the ↵Russ Cox
branch CL 403154 merged the branch back into the standard Go branch. Fixes #51940. Change-Id: Ibda89792c01630adce7ee3fbd56edbd780fcf79e Reviewed-on: https://go-review.googlesource.com/c/go/+/403615 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Russ Cox <rsc@golang.org> Reviewed-by: Roland Shoemaker <roland@golang.org>
2020-11-05[dev.boringcrypto] crypto/internal/boring: update BoringCrypto module to ↵Filippo Valsorda
certificate 3678 Replace the chroot scaffolding with Docker, which brings its own caching and works on macOS. Fixes #40188 Change-Id: I5c96417932e952cbaf1e2991d131c1d5dd7d9921 Reviewed-on: https://go-review.googlesource.com/c/go/+/263997 Reviewed-by: Katie Hockman <katie@golang.org> Trust: Filippo Valsorda <filippo@golang.org>
2020-03-02[dev.boringcrypto] crypto/internal/boring: update BoringCrypto module to ↵Filippo Valsorda
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>
2017-08-16[dev.boringcrypto] add README.boringcrypto.md, update VERSIONRuss Cox
Change-Id: I415fcc23b62666d78aed3ddc7d2731127c810be3 Reviewed-on: https://go-review.googlesource.com/55471 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Adam Langley <agl@golang.org>