Added a simple high level TLS wrapper for sockets

This commit is contained in:
Martin Willi
2010-08-25 12:52:53 +02:00
parent bd23b9086e
commit 17102f7b58
4 changed files with 290 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ libtls_la_SOURCES = \
tls_prf.h tls_prf.c \
tls_reader.h tls_reader.c \
tls_writer.h tls_writer.c \
tls_socket.h tls_socket.c \
tls_peer.h tls_peer.c \
tls_server.h tls_server.c \
tls_handshake.h tls_application.h tls.h tls.c