mbox series

[0/1] wolfSSL: EAP-TLS support

Message ID 20210407072352.4152945-1-andreas.tobler@onway.ch
Headers show
Series wolfSSL: EAP-TLS support | expand

Message

Andreas Tobler April 7, 2021, 7:23 a.m. UTC
This patch implements the missing functions to authenticate with EAP-TLS
when using wolfSSL.
The patterns for the functions are taken from tls_openssl.c.

Andreas Tobler (1):
  wolfssl: Add missing functions for EAP-TLS

 src/crypto/tls_wolfssl.c | 68 +++++++++++++++++++++++++++++++++++-----
 1 file changed, 61 insertions(+), 7 deletions(-)