summaryrefslogtreecommitdiffstats
path: root/runtime/nsd_gtls.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* final touches for 3.19.0v3.19.0Rainer Gerhards2008-05-061-1/+0
* trying to remove compiler warningsRainer Gerhards2008-05-051-2/+2
* made default certificate file locations configurableRainer Gerhards2008-05-051-7/+21
* made imgssapi work with new netstrm driver modelRainer Gerhards2008-05-051-1/+4
* added $InputTCPServerStreamDriverMode config directiveRainer Gerhards2008-04-301-3/+3
* restructured netstrm driver layerRainer Gerhards2008-04-301-0/+3
* server handshake now works with nonblocking socketsRainer Gerhards2008-04-301-1/+8
* made plain tcp syslog via TLS work on the serverRainer Gerhards2008-04-301-5/+122
* added $ActionSendStreamDriverMode config directiveRainer Gerhards2008-04-281-3/+27
* fixed memory leaksRainer Gerhards2008-04-281-3/+4
* made gtls server driver work in plain tcp modeRainer Gerhards2008-04-251-6/+85
* added select() driver for GnuTlsRainer Gerhards2008-04-241-17/+5
* made this compile with the new abstracted socket server callsRainer Gerhards2008-04-241-9/+2
* improved TLS session closureRainer Gerhards2008-04-181-5/+22
* first working TLS-enabled plain TCP senderRainer Gerhards2008-04-181-5/+112
* set stage for TLS client implementationRainer Gerhards2008-04-181-0/+259