mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
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:
parent
6dd81c92df
commit
2c252f915b
5 changed files with 125 additions and 98 deletions
|
@ -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 -
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue