Code

SSL utils: Added helper functions for managing OpenSSL servers and clients.
authorSebastian Harl <sh@tokkee.org>
Wed, 28 Jan 2015 15:07:50 +0000 (16:07 +0100)
committerSebastian Harl <sh@tokkee.org>
Wed, 28 Jan 2015 15:11:35 +0000 (16:11 +0100)
commit2524aa23a092893259545d19b9e46d4d0d673061
tree62ea572feed06432ee275891de4d4c883ed96c3c
parent96a75100d8f9c4c6b4ba8cc0d5b8889158cb5f58
SSL utils: Added helper functions for managing OpenSSL servers and clients.

The module provides session management for OpenSSL servers and clients and
helper functions for I/O operations.
configure.ac
src/Makefile.am
src/include/utils/ssl.h [new file with mode: 0644]
src/utils/ssl.c [new file with mode: 0644]