summaryrefslogtreecommitdiff
path: root/source4/lib/tls/tlscert.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-10s4:lib/tls: fix the developer build without gnutls supportStefan Metzmacher1-0/+1
2017-08-15s4/lib/tls: Use SHA256 to sign the TLS certificatesAndrew Bartlett1-3/+6
2016-04-12CVE-2016-2113: s4:lib/tls: create better certificates and sign the host cert ...Stefan Metzmacher1-9/+9
2015-03-20s4:lib/tls: add tls_cert_generate() prototype to tls.hStefan Metzmacher1-0/+1
2015-03-12lib/tls: Fix behaviour of --disable-gnutls and remove link to gcryptAndrew Bartlett1-2/+2
2013-11-11CVE-2013-4476: s4:libtls: Create tls private key file (key.pem) with mode 0600Björn Baumbach1-1/+1
2012-02-18s4:lib/tls - include GNUTLS headers consistently using <...>Matthias Dieter Wallnöfer1-2/+2
2010-10-27tls: Inform the user if the cert/ca/private key can't be savedMatthieu Patou1-3/+12
2009-02-18fixed some of the TLS problemsAndrew Tridgell1-8/+13
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij1-0/+4
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r17674: fixed a problem on with our configure logic on systems that haveAndrew Tridgell1-1/+1
2007-10-10r15363: Fix dependencies for shared libraryJelmer Vernooij1-2/+3
2007-10-10r14806: Fix compiler warningsJelmer Vernooij1-1/+1
2007-10-10r8482: gnutls_x509_crt_set_subject_key_id is not available in some versionsAndrew Tridgell1-0/+4
2007-10-10r7742: abstracted out the tls code from the web server, so that our other ser...Andrew Tridgell1-0/+153