Skip to content

gnutls_prf_rfc5705: implement TLS 1.3 exporter

This series implements the TLS 1.3 keyring material exporter through the gnutls_prf_rfc5705 interface.

Fixes #289 (closed).

Checklist

  • Code modified for feature
  • Test suite updated with functionality tests
  • Test suite updated with negative tests
  • Documentation updated

Reviewer's checklist:

  • There is a test suite reasonably covering new functionality or modificati
  • Function naming, parameters, return values, types, etc., are consistent a
  • This feature/change has adequate documentation added
  • No obvious mistakes in the code
Edited by Nikos Mavrogiannopoulos

Merge request reports