Add GnuTLS infrastructure
authorAlex Bligh <alex@alex.org.uk>
Sun, 10 Apr 2016 13:33:56 +0000 (14:33 +0100)
committerWouter Verhelst <w@uter.be>
Thu, 3 Nov 2016 17:49:07 +0000 (18:49 +0100)
commit91cbdfa8f16050494795299bab597593c7baedeb
tree4016dac897e4565f88556295ca3bbf2c80d80f1c
parent6a73e15efca75d30965e14a9e352d27fefce6f52
Add GnuTLS infrastructure

Add configure.ac section to detect GnuTLS

Add buffer.[ch] and crypto-gnutls.[ch] from
  https://github.com/abligh/tlsproxy

Add Makefile.am changes to link these new files in

Signed-off-by: Alex Bligh <alex@alex.org.uk>
(cherry picked from commit aac8f6afbaf982431b4b97c978c3d0156badbbe5)
[wouter: updated to cooperate with server-side GnuTLS support that already exists]
Signed-off-by: Wouter Verhelst <w@uter.be>
Makefile.am
buffer.c [new file with mode: 0644]
buffer.h [new file with mode: 0644]
configure.ac
crypto-gnutls.c [new file with mode: 0644]
crypto-gnutls.h [new file with mode: 0644]
tests/run/Makefile.am