There was an error fetching the commit references. Please try again later.
crypto: add GnuTLS backend
This adds a crypto backend based on GnuTLS. While most of the gnutls_* functions used in this backend are officially available in upstream GnuTLS, the following functions are only available in the 'tmp-quic' branch, for ABI assurance reasons until the QUIC standard is finalized: - gnutls_handshake_write - gnutls_quic_get_peer_transport_params Signed-off-by:Daiki Ueno <dueno@redhat.com> Signed-off-by:
Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
Showing
- CMakeLists.txt 13 additions, 0 deletionsCMakeLists.txt
- Makefile.am 1 addition, 1 deletionMakefile.am
- configure.ac 18 additions, 0 deletionsconfigure.ac
- crypto/CMakeLists.txt 10 additions, 1 deletioncrypto/CMakeLists.txt
- crypto/Makefile.am 9 additions, 1 deletioncrypto/Makefile.am
- crypto/gnutls/.gitignore 1 addition, 0 deletionscrypto/gnutls/.gitignore
- crypto/gnutls/CMakeLists.txt 62 additions, 0 deletionscrypto/gnutls/CMakeLists.txt
- crypto/gnutls/Makefile.am 39 additions, 0 deletionscrypto/gnutls/Makefile.am
- crypto/gnutls/gnutls.c 316 additions, 0 deletionscrypto/gnutls/gnutls.c
- crypto/gnutls/libngtcp2_crypto_gnutls.pc.in 33 additions, 0 deletionscrypto/gnutls/libngtcp2_crypto_gnutls.pc.in
- crypto/includes/ngtcp2/ngtcp2_crypto_gnutls.h 30 additions, 0 deletionscrypto/includes/ngtcp2/ngtcp2_crypto_gnutls.h
Please register or sign in to comment