r7742: abstracted out the tls code from the web server, so that our other servers
authorAndrew Tridgell <tridge@samba.org>
Sun, 19 Jun 2005 04:20:27 +0000 (04:20 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:18:29 +0000 (13:18 -0500)
commit225d5a334fca1a52714f0120d0961236db0f236c
tree36c73bf7a722766cf4f7fb66416225d61bae59f0
parentaa6b2dcb9bdff582ac7628f0c2511de12da57242
r7742: abstracted out the tls code from the web server, so that our other servers
can easily become tls enabled. This will be used to add support for ldaps
(This used to be commit 950500f603725349d2a0e22878e83dd1b5975f9f)
source4/lib/tls/config.mk [new file with mode: 0644]
source4/lib/tls/tls.c [new file with mode: 0644]
source4/lib/tls/tls.h [new file with mode: 0644]
source4/lib/tls/tlscert.c [new file with mode: 0644]