- Oct 14, 2019
-
-
Tatsuhiro Tsujikawa authored
-
James M Snell authored
When SSL_dl_handshake() returns either an SSL_ERROR_WANT_CLIENT_HELLO_CB or SSL_ERROR_WANT_X509_LOOKUP, return specific error codes rather than -1 so that those conditions can be differentiated and handled appropriately
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- Oct 13, 2019
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- Oct 12, 2019
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Daniel Bevenius authored
Currently, the HTTPHeader constructor is templated with the types for the header name and the value, but the actual name and value members are of std::string type. It is currently not possible to have a different type for the value for example. This commit suggests removing the template for the constructor and making the parameters to to be of type std::string instead. I'd be happy to look at a templated version but was not sure if it was worth the effort as this is "just" in an example.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Correct addrlen comment for ngtcp_addr struct
-
- Oct 11, 2019
-
-
Daniel Bevenius authored
This commit updates the comment for the addrlen to match the field name change made in Commit 26440b08 ("Rename len to addrlen").
-
- Oct 10, 2019
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Update CMakeLists.txt
-
Tatsuhiro Tsujikawa authored
OpenSSL embeds client certificate into ticket which might grow beyond single QUIC packet limitation. Technically, it is impossible for OpenSSL based server and client to do resumption with client certificate for now because QUIC draft mandates that the client initial must be fit into a single Initial packet.
-
Tatsuhiro Tsujikawa authored
-
- Oct 08, 2019
-
-
Valère Plantevin authored
-
- Oct 03, 2019
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Embed ngtcp2_transport_params into ngtcp2_settings directly to avoid conversion. Original connection ID can now be specified directly to ngtcp2_transport_params and can be passed to ngtcp2_conn_server_new via ngtcp2_settings. As a result, ngtcp2_conn_set_retry_ocid was removed.
-
- Oct 02, 2019
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- Sep 23, 2019
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- Sep 22, 2019
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- Sep 21, 2019
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Daniel Bevenius authored
-
Daniel Bevenius authored
This commit removes the comment for a chunk argument for ngtcp2_idtr_init as it does not seem to be relative to this function declaration.
-