summaryrefslogtreecommitdiffstats
path: root/runtime/nsdsel_gtls.c
Commit message (Collapse)AuthorAgeFilesLines
* implemented x509/certvalid "authentication"Rainer Gerhards2008-05-211-1/+1
|
* changed default GnuTLS key material to more reasonable valuesRainer Gerhards2008-05-201-1/+0
| | | | | We now also provide everything to sign with a common CA. NOTE: none of this is for production use!
* first implementation of TLS server client authentication checkRainer Gerhards2008-05-191-4/+5
| | | | | | | The TLS server now checks the client fingerprint. This works, but is highly experimental. Needs to be refined for practice. Also: - implemented permittedPeers helper construct to store names - changed omfwd implementation to use new permittedPeers
* 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
| | | | | | | | Thanks to Michael Biebl for reporting the problem.
* | 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
| | | | | | | the new structure prevents repetitive loads and unloads of driver files; it also has less overhead The "select" and regular driver are now contained in a single file.
* 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