THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
Data Flow (draft-05 : Second Implementation)
QUIC Connection/Stream - ATS Client Session/Transaction mapping
...
- quic-latest : latest branch
- quic-05 master: draft-05 & Second Implementations ( except HelloRetryRequest 20 (currently)
Development Rules
Pull-Requests
...
Because the official OpenSSL API is not sufficient (even 1.1.1a1c) for QUIC, we need to use customized version.
Code Block |
---|
$ git clone --depth 1 --branch quic-draft-1722 https://github.com/tatsuhiro-t/openssl $ cd openssl $ ./config --prefix=/PATH/TO/THE/OPENSSL $ make $ make install |
...
Expand | |||||
---|---|---|---|---|---|
| |||||
|
...
- ssl_multicert.config
- Please use absolute path to the cert and private key until Issue #2358 is fixed.
...