summaryrefslogtreecommitdiff
path: root/source4/lib/tls
Commit message (Expand)AuthorAgeFilesLines
* s4:lib/tls: fix the developer build without gnutls supportStefan Metzmacher2018-01-101-0/+1
* s4/lib/tls: Use SHA256 to sign the TLS certificatesAndrew Bartlett2017-08-151-3/+6
* s4:tls: Do not use deprecated GnuTLS typesAndreas Schneider2017-05-092-14/+16
* build:wafsamba: Remove ambiguous 'if x in conf.env' constructsThomas Nagy2017-02-211-2/+2
* tls: Fix warning Wunused-variableLukas Slebodnik2016-09-211-2/+2
* CVE-2016-2113: s4:lib/tls: implement infrastructure to do peer verificationStefan Metzmacher2016-04-123-0/+277
* CVE-2016-2113: s4:lib/tls: create better certificates and sign the host cert ...Stefan Metzmacher2016-04-121-9/+9
* waf: Check for GnuTLS 3.4.7Andreas Schneider2015-12-101-6/+20
* tls: increase Diffie-Hellman group size to 2048 bitsBjörn Jacke2015-09-032-2/+2
* lib/tls: Ensure SSLv3 is disabled in the web server by defaultAndrew Bartlett2015-08-311-1/+14
* lib/tls: Remove unused tls_init_client codeAndrew Bartlett2015-08-312-80/+0
* lib/tls: Add new 'tls priority' optionAndrew Bartlett2015-07-202-4/+29
* Remove support for OpenPGP certificates in our TLS client and serverAndrew Bartlett2015-07-201-2/+0
* s4:lib/tls: ignore non-existing ca and crl files in tstream_tls_params_client()Stefan Metzmacher2015-06-231-2/+2
* s4:lib/tls: fix tstream_tls_connect_send() defineStefan Metzmacher2015-06-231-1/+1
* s4:lib/tls: fix build with gnutls 3.4Evangelos Foutras2015-04-292-8/+2
* s4:lib/tls: remove allow_warnings=TrueStefan Metzmacher2015-03-201-1/+0
* s4:lib/tls: add tls_cert_generate() prototype to tls.hStefan Metzmacher2015-03-203-2/+6
* Transition to waf 1.8: wrapped conf.check_cfgThomas Nagy2015-03-161-2/+2
* lib/tls: Fix behaviour of --disable-gnutls and remove link to gcryptAndrew Bartlett2015-03-122-7/+19
* build: Require GnuTLS if building with Active DirectoryGarming Sam2015-02-251-0/+3
* s4:lib/tls: explicitly use allow_warnings=TrueStefan Metzmacher2014-04-021-0/+1
* Revert "s4:tls_tstream: allow mode of SSL keyfile to be 0400, not only 0600"Stefan Metzmacher2014-03-281-3/+2
* s4:tls_tstream: allow mode of SSL keyfile to be 0400, not only 0600Michael Brown2014-01-311-2/+3
* tls: Fix CID 242014 Uninitialized scalar variableVolker Lendecke2013-11-131-0/+1
* tls: Fix some noblank line endingsVolker Lendecke2013-11-131-33/+32
* CVE-2013-4476: s4:libtls: check for safe permissions of tls private key file ...Björn Baumbach2013-11-112-0/+33
* CVE-2013-4476: s4:libtls: Create tls private key file (key.pem) with mode 0600Björn Baumbach2013-11-111-1/+1
* s4-lib/tls: Try socket_send() multiple times to send partial packetsAndrew Bartlett2012-07-181-13/+26
* s4:lib/tls - include GNUTLS headers consistently using <...>Matthias Dieter Wallnöfer2012-02-183-4/+4
* s4-lib/tls: remove unused tls_support()Andrew Bartlett2012-02-102-15/+0
* s4:lib/tls - call "gnutls_transport_set_lowat" only on GNUTLS < 3.0Matthias Dieter Wallnöfer2011-11-302-0/+8
* s4:lib: use tevent_ fns names instead of legcay event_ onesSimo Sorce2011-08-131-10/+10
* build: provide tevent-util as a public libraryAndrew Bartlett2011-08-081-1/+1
* s4:lib/tls/wscript - exclude known broken GNUTLS releasesMatthias Dieter Wallnöfer2011-03-101-2/+2
* s4:tls_tstream: also use a dynamic buffer for the pull sideStefan Metzmacher2011-01-181-3/+12
* s4:tls_tstream: fix partial reads, so that the gnutls layer doesn't read the ...Stefan Metzmacher2011-01-181-1/+6
* tls_tstream: use a dynamic buffer for the push caseStefan Metzmacher2010-12-041-6/+21
* tls_tstream: increase the buffer sizeMatthieu Patou2010-12-041-1/+1
* s4:lib/tls/tls_tstream.c - quiet warning on Solaris "cc" by castsMatthias Dieter Wallnöfer2010-11-291-2/+2
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-312-53/+0
* tls: Inform the user if the cert/ca/private key can't be savedMatthieu Patou2010-10-271-3/+12
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-261-1/+1
* s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij2010-10-241-1/+1
* tls: add missing dependency on util_tevent.Jelmer Vernooij2010-10-101-1/+1
* s4:lib/tls: buffer writes in tstream_tls_push_function()Stefan Metzmacher2010-10-081-10/+76
* s4:lib/tls: make more clear what the immediate event is forStefan Metzmacher2010-10-081-6/+6
* s4:lib/tls: fix enabled logic in tstream_tls_params_server()Stefan Metzmacher2010-10-082-2/+12
* s4:lib/tls: add gnutls backend for tstreamStefan Metzmacher2010-09-283-3/+1298
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-8/+8