Update BoringSSL to later version, need this for ID-28

In ID-28, using TLS middlebox compatibility mode is forbidden and
we need a later version of BoringSSL for it to do the right thing.
This also means we had to update our code, because BoringSSL's QUIC
API has changed.
This commit is contained in:
Dmitri Tikhonov 2020-06-12 09:56:27 -04:00
parent 6dd81c92df
commit 2c252f915b
5 changed files with 125 additions and 98 deletions

View file

@ -8,7 +8,7 @@ task:
- cd boringssl
# This is so that both GQUIC and IETF branches build. Just picking
# a known good revision:
- git checkout 49de1fc2910524c888866c7e2b0db1ba8af2a530
- git checkout 251b5169fd44345f455438312ec4e18ae07fd58c
- cmake .
- make
- cd -