summaryrefslogtreecommitdiffstats
path: root/runtime/nsd_gtls.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v5-devel'Rainer Gerhards2011-12-161-0/+2
|\
| * one further change to support gnutls without libgcryptRainer Gerhards2011-10-211-0/+2
* | Merge branch 'beta'Rainer Gerhards2011-12-121-1/+1
|\ \
| * \ Merge branch 'v5-stable' into betaRainer Gerhards2011-12-011-1/+1
| |\ \
| | * \ Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-12-011-1/+1
| | |\ \
| | | * \ Merge branch 'v3-stable' into v4-stableRainer Gerhards2011-12-011-1/+1
| | | |\ \
| | | | * | bugfix: cosmetic: proper constant used instead of number in open callTomas Heinrich2011-12-011-1/+1
* | | | | | Merge branch 'beta'Rainer Gerhards2011-10-271-2/+6
|\| | | | |
| * | | | | Merge branch 'v5-stable' into betaRainer Gerhards2011-10-271-2/+6
| |\| | | |
| | * | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-10-271-2/+6
| | |\| | |
| | | * | | bugfix: potential abort after reading invalid X.509 certificateTomas Heinrich2011-10-271-2/+6
| * | | | | Merge branch 'v5-stable' into betaRainer Gerhards2011-06-141-2/+3
| |\| | | |
| | * | | | bugfix: TLS-induced smaller memory still existed, now fixedRainer Gerhards2011-06-141-0/+3
* | | | | | Merge branch 'v5-devel'Rainer Gerhards2011-10-211-1/+5
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | removed dependency on gcrypt for recently-enough GnuTLSRainer Gerhards2011-10-171-1/+5
| * | | | | Merge branch 'v4-devel' into v5-develRainer Gerhards2011-06-141-0/+3
| |\ \ \ \ \ | | |_|/ / / | |/| | / / | | | |/ / | | |/| |
| | * | | bugfix: memory leak in imtcp & subsystems under some circumstancesRainer Gerhards2011-06-141-0/+3
* | | | | bugfix: TLS-mode memory leak was not completely fixed with previous commitRainer Gerhards2011-06-141-2/+3
| |_|/ / |/| | |
* | | | Merge branch 'v5-beta'Rainer Gerhards2011-03-111-0/+1
|\| | |
| * | | added work-around for bug in gtls, which causes fd leak when using TLSBojan Smojver2011-02-231-0/+1
* | | | completed new TLS code in tcpfloodRainer Gerhards2011-02-281-0/+2
* | | | (somewhat) improved TLS subsystemRainer Gerhards2011-02-011-22/+4
|/ / /
* | | Merge branch 'v4-beta' into betaRainer Gerhards2009-11-251-1/+4
|\| |
| * | bugfix (kind of): check if TCP connection is still alive if using TLSJonathan Bond-Caron2009-11-251-1/+4
* | | some light performance enhancementRainer Gerhards2009-11-121-1/+5
* | | enhanced test environment (including testbench)Rainer Gerhards2009-10-221-2/+2
|/ /
* | going forward in moving string-handling functions to new interface...Rainer Gerhards2009-06-171-17/+17
* | done various optimizations to the stringbuf and its usersRainer Gerhards2009-06-161-4/+4
* | strmsrv now supports KEEPALIVE socket optionRainer Gerhards2009-06-021-0/+11
* | some cleanupRainer Gerhards2009-04-171-0/+2
|/
* bugfix: memory leaks in gtls netstream driverRainer Gerhards2008-12-031-1/+7
* added interface function to nsd_gtls needed for ACL controlRainer Gerhards2008-12-011-0/+15
* bugfix (cosmetical): authorization was not checked when gtls handshake comple...varmojfekoj2008-07-151-1/+4
* bugfix: machine certificate was required for client even in TLS anon modeRainer Gerhards2008-07-021-5/+21
* Merge branch 'beta'Rainer Gerhards2008-07-011-1/+1
* added (internal) error codes to error messagesRainer Gerhards2008-06-271-19/+18
* bugfix: gtls always read only 8 bytes per recv callRainer Gerhards2008-06-251-1/+1
* bugfix: gtls und ptcp netstream driver communicated invalid iRetRainer Gerhards2008-06-241-3/+5
* improved gtls error reportingRainer Gerhards2008-06-241-1/+3
* added support for EGAIN while trying to receive data on gTLS sessionRainer Gerhards2008-06-241-18/+90
* disabled compile warnings caused by third-party librariesRainer Gerhards2008-06-231-0/+2
* changed Rcv-Interface in tcpsrv subsystemRainer Gerhards2008-06-231-3/+9
* disabled in-depth GnuTLS debugging aidRainer Gerhards2008-06-231-0/+2
* bugfix: some error states were swappedRainer Gerhards2008-06-201-6/+27
* begun step-by-step guide for TLS protected syslogRainer Gerhards2008-06-181-1/+1
* somewhat improved plain tcp syslog reliabilityRainer Gerhards2008-06-091-0/+12
* preparing 3.19.6v3.19.6Rainer Gerhards2008-06-061-1/+1
* implemented wildcards inside certificate name check authenticationRainer Gerhards2008-05-271-6/+9
* client now provides cert even if it is not signed by one of the server's trus...Rainer Gerhards2008-05-271-9/+163
* protected gtls error string function by a mutex.Rainer Gerhards2008-05-261-1/+7