Skip to content
Snippets Groups Projects
Commit ae813bfe authored by Daiki Ueno's avatar Daiki Ueno
Browse files

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: default avatarDaiki Ueno <dueno@redhat.com>
Signed-off-by: default avatarAnderson Toshiyuki Sasaki <ansasaki@redhat.com>
parent 1720afc4
No related merge requests found
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