summaryrefslogtreecommitdiffstats
path: root/runtime/nsdsel_gtls.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup of debugging messages (removed no longer needed ones)Rainer Gerhards2008-07-141-2/+0
* fixed invalid state checking inside gtls retry handlerRainer Gerhards2008-06-251-1/+1
* gnu error status must be set after retry operationRainer Gerhards2008-06-241-0/+2
* added support for EGAIN while trying to receive data on gTLS sessionRainer Gerhards2008-06-241-1/+21
* implemented x509/certvalid "authentication"Rainer Gerhards2008-05-211-1/+1
* changed default GnuTLS key material to more reasonable valuesRainer Gerhards2008-05-201-1/+0
* first implementation of TLS server client authentication checkRainer Gerhards2008-05-191-4/+5
* Merge branch 'master' into ietf-tlsRainer Gerhards2008-05-161-0/+6
|\
| * fixed potential uninitialzed var access (highly improbable)Rainer Gerhards2008-05-161-0/+2
| * bugfix: TLS server went into an endless loop in some situations.Rainer Gerhards2008-05-151-0/+4
* | client provides x.509 and server prints fingerprintRainer Gerhards2008-05-151-0/+3
|/
* server's X509 cert fingerprint is obtained by client on connectRainer Gerhards2008-05-081-2/+2
* added a bit of doc (at least something...)Rainer Gerhards2008-05-081-0/+4
* restructured netstrm driver layerRainer Gerhards2008-04-301-30/+5
* server handshake now works with nonblocking socketsRainer Gerhards2008-04-301-2/+70
* made gtls server driver work in plain tcp modeRainer Gerhards2008-04-251-3/+17
* added select() driver for GnuTlsRainer Gerhards2008-04-241-0/+170