Implemented a TLS session cache

This commit is contained in:
Martin Willi
2011-12-31 13:14:49 +01:00
parent 703c0db894
commit ca5767621b
3 changed files with 316 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ libtls_la_SOURCES = \
tls_prf.h tls_prf.c \
tls_socket.h tls_socket.c \
tls_eap.h tls_eap.c \
tls_cache.h tls_cache.c \
tls_peer.h tls_peer.c \
tls_server.h tls_server.c \
tls_handshake.h tls_application.h tls.h tls.c