Skip to content

Commit 6d77b61

Browse files
jasnelldanielleadams
authored andcommittedMar 16, 2021
deps: switch openssl to quictls/openssl
As of quictls/openssl@0c70d48 Source: https://github.com/quictls/openssl/tree/OpenSSL_1_1_1j+quic Signed-off-by: James M Snell <[email protected]> PR-URL: #37601 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent ede34aa commit 6d77b61

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2207
-38
lines changed
 

‎deps/openssl/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
openssl/fuzz/corpora

‎deps/openssl/openssl/CHANGES

+3
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,9 @@
215215

216216
Changes between 1.1.1c and 1.1.1d [10 Sep 2019]
217217

218+
*) Implement BoringSSL's QUIC API
219+
[Todd Short]
220+
218221
*) Fixed a fork protection issue. OpenSSL 1.1.1 introduced a rewritten random
219222
number generator (RNG). This was intended to include protection in the
220223
event of a fork() system call in order to ensure that the parent and child

0 commit comments

Comments
 (0)
Please sign in to comment.