summaryrefslogtreecommitdiff
path: root/source4/lib/tls
AgeCommit message (Expand)AuthorFilesLines
2015-09-03tls: increase Diffie-Hellman group size to 2048 bitsBjörn Jacke2-2/+2
2015-08-31lib/tls: Ensure SSLv3 is disabled in the web server by defaultAndrew Bartlett1-1/+14
2015-08-31lib/tls: Remove unused tls_init_client codeAndrew Bartlett2-80/+0
2015-07-20lib/tls: Add new 'tls priority' optionAndrew Bartlett2-4/+29
2015-07-20Remove support for OpenPGP certificates in our TLS client and serverAndrew Bartlett1-2/+0
2015-06-23s4:lib/tls: ignore non-existing ca and crl files in tstream_tls_params_client()Stefan Metzmacher1-2/+2
2015-06-23s4:lib/tls: fix tstream_tls_connect_send() defineStefan Metzmacher1-1/+1
2015-04-29s4:lib/tls: fix build with gnutls 3.4Evangelos Foutras2-8/+2
2015-03-20s4:lib/tls: remove allow_warnings=TrueStefan Metzmacher1-1/+0
2015-03-20s4:lib/tls: add tls_cert_generate() prototype to tls.hStefan Metzmacher3-2/+6
2015-03-16Transition to waf 1.8: wrapped conf.check_cfgThomas Nagy1-2/+2
2015-03-12lib/tls: Fix behaviour of --disable-gnutls and remove link to gcryptAndrew Bartlett2-7/+19
2015-02-25build: Require GnuTLS if building with Active DirectoryGarming Sam1-0/+3
2014-04-02s4:lib/tls: explicitly use allow_warnings=TrueStefan Metzmacher1-0/+1
2014-03-28Revert "s4:tls_tstream: allow mode of SSL keyfile to be 0400, not only 0600"Stefan Metzmacher1-3/+2
2014-01-31s4:tls_tstream: allow mode of SSL keyfile to be 0400, not only 0600Michael Brown1-2/+3
2013-11-13tls: Fix CID 242014 Uninitialized scalar variableVolker Lendecke1-0/+1
2013-11-13tls: Fix some noblank line endingsVolker Lendecke1-33/+32
2013-11-11CVE-2013-4476: s4:libtls: check for safe permissions of tls private key file ...Björn Baumbach2-0/+33
2013-11-11CVE-2013-4476: s4:libtls: Create tls private key file (key.pem) with mode 0600Björn Baumbach1-1/+1
2012-07-18s4-lib/tls: Try socket_send() multiple times to send partial packetsAndrew Bartlett1-13/+26
2012-02-18s4:lib/tls - include GNUTLS headers consistently using <...>Matthias Dieter Wallnöfer3-4/+4
2012-02-10s4-lib/tls: remove unused tls_support()Andrew Bartlett2-15/+0
2011-11-30s4:lib/tls - call "gnutls_transport_set_lowat" only on GNUTLS < 3.0Matthias Dieter Wallnöfer2-0/+8
2011-08-13s4:lib: use tevent_ fns names instead of legcay event_ onesSimo Sorce1-10/+10
2011-08-08build: provide tevent-util as a public libraryAndrew Bartlett1-1/+1
2011-03-10s4:lib/tls/wscript - exclude known broken GNUTLS releasesMatthias Dieter Wallnöfer1-2/+2
2011-01-18s4:tls_tstream: also use a dynamic buffer for the pull sideStefan Metzmacher1-3/+12
2011-01-18s4:tls_tstream: fix partial reads, so that the gnutls layer doesn't read the ...Stefan Metzmacher1-1/+6
2010-12-04tls_tstream: use a dynamic buffer for the push caseStefan Metzmacher1-6/+21
2010-12-04tls_tstream: increase the buffer sizeMatthieu Patou1-1/+1
2010-11-29s4:lib/tls/tls_tstream.c - quiet warning on Solaris "cc" by castsMatthias Dieter Wallnöfer1-2/+2
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2-53/+0
2010-10-27tls: Inform the user if the cert/ca/private key can't be savedMatthieu Patou1-3/+12
2010-10-26waf: Remove lib prefix from libraries manually.Jelmer Vernooij1-1/+1
2010-10-24s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij1-1/+1
2010-10-10tls: add missing dependency on util_tevent.Jelmer Vernooij1-1/+1
2010-10-08s4:lib/tls: buffer writes in tstream_tls_push_function()Stefan Metzmacher1-10/+76
2010-10-08s4:lib/tls: make more clear what the immediate event is forStefan Metzmacher1-6/+6
2010-10-08s4:lib/tls: fix enabled logic in tstream_tls_params_server()Stefan Metzmacher2-2/+12
2010-09-28s4:lib/tls: add gnutls backend for tstreamStefan Metzmacher3-3/+1298
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-8/+8
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell1-0/+2
2010-04-06s4-waf: disable_gnutls is goneAndrew Tridgell1-1/+1
2010-04-06build: need to mark disabled libraries as DISABLEDAndrew Tridgell1-2/+4
2010-04-06build: honor both --enable-gnutls and --disable-gnutlsAndrew Tridgell1-5/+12
2010-04-06build: add cflags from pkg_config results to header/function testsAndrew Tridgell1-4/+8
2010-04-06build: configure fixes for opensolarisAndrew Tridgell1-0/+7
2010-04-06build: updated configure checks or new syntaxAndrew Tridgell1-6/+3
2010-04-06build: fixed gnutls checkAndrew Tridgell1-1/+1