[gnutls-devel] GnuTLS | provide a function to feed TLS messages from record layer (#850)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Fri Oct 25 16:41:16 CEST 2019



Daiki Ueno created an issue: https://gitlab.com/gnutls/gnutls/issues/850



As mentioned in:
https://gitlab.com/gnutls/gnutls/issues/826#note_213450784

To receive TLS messages from QUIC, we need a way to feed the received the TLS messages to the TLS stack. This can be implemented by providing a function, something like:
```c
/* content_type_t is currently private */
int gnutls_record_push_data(gnutls_session_t, unsigned epoch, content_type_t, gnutls_datum_t *data);
```

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/850
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20191025/d2db9e1e/attachment.html>


More information about the Gnutls-devel mailing list