Skip to content
Snippets Groups Projects
Commit f7030863 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa
Browse files

Update doc

parent 471a06bf
Branches
No related merge requests found
...@@ -114,6 +114,18 @@ packet pretty small because it does not send its certificates. ...@@ -114,6 +114,18 @@ packet pretty small because it does not send its certificates.
To send 0-RTT data, after making sure that resumption works, use -d To send 0-RTT data, after making sure that resumption works, use -d
option to specify a file which contains data to send. option to specify a file which contains data to send.
Crypto helper library
---------------------
In order to make TLS stack integration less painful, we provide a
crypto helper library which offers the basic crypto operations.
The header file exists under crypto/includes/ngtcp2 directory.
The library file is built for a particular TLS backend. At the
moment, libngtcp2_crypto_openssl which uses OpenSSL as TLS backend is
provided.
License License
------- -------
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment