summaryrefslogtreecommitdiffstats
path: root/runtime/nsd_gtls.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed fingerprint generatorRainer Gerhards2008-05-261-2/+1
* fixed wrong cert expiration date checkRainer Gerhards2008-05-261-1/+1
* added certificate validity date check (gtls)Rainer Gerhards2008-05-261-10/+55
* added gtls name authentication based on common name (inside DN)Rainer Gerhards2008-05-261-7/+99
* added capability to auto-configure tls auth rule for client connecting to serverRainer Gerhards2008-05-261-13/+51
* improved gtls error reportingRainer Gerhards2008-05-261-2/+11
* checking if client provided a cert and complain if notRainer Gerhards2008-05-231-1/+3
* added x509/name authentication (so far based on dnsName only)Rainer Gerhards2008-05-221-58/+137
* added code to pull the subjectAltName - dNSNameRainer Gerhards2008-05-211-2/+23
* implemented x509/certvalid "authentication"Rainer Gerhards2008-05-211-2/+271
* re-enabled anon mode (failed if client did not provide cert)Rainer Gerhards2008-05-211-3/+6
* first implementation of TLS server client authentication checkRainer Gerhards2008-05-191-18/+37
* improved error messages and corrected fingerprint formatRainer Gerhards2008-05-191-8/+21
* regained netstream driver genericity; improved driversRainer Gerhards2008-05-171-3/+6
* added first rough ability to authenticate the server against its certificateRainer Gerhards2008-05-161-3/+70
* Merge branch 'master' into ietf-tlsRainer Gerhards2008-05-161-1/+7
|\
| * added fromhost-ip properties and some bugfixesRainer Gerhards2008-05-161-1/+1
| * added TODO itemRainer Gerhards2008-05-151-1/+1
| * bugfix: TLS server went into an endless loop in some situations.Rainer Gerhards2008-05-151-0/+6
* | client provides x.509 and server prints fingerprintRainer Gerhards2008-05-151-6/+31
|/
* server's X509 cert fingerprint is obtained by client on connectRainer Gerhards2008-05-081-187/+47
* added a bit of doc (at least something...)Rainer Gerhards2008-05-081-1/+233
* bugfix: gtls netstram driver did not specify threading modelRainer Gerhards2008-05-081-3/+7
* limited number of unavoidable compiler warnings when compiling with GnuTLSRainer Gerhards2008-05-071-2/+15
* added missing includes (noticed under SuSe Linux)Rainer Gerhards2008-05-061-0/+1