Implemented a generic TLS EAP helper to implement EAP-TLS, TTLS and other variants

This commit is contained in:
Martin Willi
2010-08-31 16:16:58 +02:00
parent ecd98efa9d
commit 877c910f04
3 changed files with 415 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ libtls_la_SOURCES = \
tls_reader.h tls_reader.c \
tls_writer.h tls_writer.c \
tls_socket.h tls_socket.c \
tls_eap.h tls_eap.c \
tls_peer.h tls_peer.c \
tls_server.h tls_server.c \
tls_handshake.h tls_application.h tls.h tls.c