summaryrefslogtreecommitdiff
path: root/source4/lib/tls/tls_tstream.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-09s4:tls: Do not use deprecated GnuTLS typesAndreas Schneider1-7/+9
2016-09-21tls: Fix warning Wunused-variableLukas Slebodnik1-2/+2
2016-04-12CVE-2016-2113: s4:lib/tls: implement infrastructure to do peer verificationStefan Metzmacher1-0/+249
2015-09-03tls: increase Diffie-Hellman group size to 2048 bitsBjörn Jacke1-1/+1
2015-07-20lib/tls: Add new 'tls priority' optionAndrew Bartlett1-4/+27
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-04-29s4:lib/tls: fix build with gnutls 3.4Evangelos Foutras1-6/+1
2015-03-20s4:lib/tls: add tls_cert_generate() prototype to tls.hStefan Metzmacher1-2/+0
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-11CVE-2013-4476: s4:libtls: check for safe permissions of tls private key file ...Björn Baumbach1-0/+16
2012-02-18s4:lib/tls - include GNUTLS headers consistently using <...>Matthias Dieter Wallnöfer1-1/+1
2011-11-30s4:lib/tls - call "gnutls_transport_set_lowat" only on GNUTLS < 3.0Matthias Dieter Wallnöfer1-0/+4
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-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 Metzmacher1-1/+11
2010-09-28s4:lib/tls: add gnutls backend for tstreamStefan Metzmacher1-0/+1249