mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
update boringssl version info to support h3 (#346)
* update boringssl version info to support h3 RFC9001: QUIC transport parameters are carried in a TLS extension. Different versions of QUIC might define a different method for negotiating transport configuration. h3: quic_transport_parameters(0x39) * Fix comments about support draft verions
This commit is contained in:
parent
83eb86cb6d
commit
646652a67c
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ You may need to install pre-requisites like zlib and libevent.
|
||||||
2. Use specific BoringSSL version
|
2. Use specific BoringSSL version
|
||||||
|
|
||||||
```
|
```
|
||||||
git checkout a2278d4d2cabe73f6663e3299ea7808edfa306b9
|
git checkout a9670a8b476470e6f874fef3554e8059683e1413
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Compile the library
|
3. Compile the library
|
||||||
|
|
|
@ -89,7 +89,7 @@ enum lsquic_version
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* We currently support versions 43, 46, 50, Draft-27, Draft-29, Draft-34,
|
* We currently support versions 43, 46, 50, Draft-27, Draft-29,
|
||||||
* and IETF QUIC v1.
|
* and IETF QUIC v1.
|
||||||
* @see lsquic_version
|
* @see lsquic_version
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue