summaryrefslogtreecommitdiff
path: root/src/serv.c
Commit message (Expand)AuthorAgeFilesLines
* GNUTLS_KX_RSA renamed to GNUTLS_KX_X509PKI_RSA (and the other X509 keyNikos Mavrogiannopoulos2001-12-071-4/+4
* GNUTLS_LIST is now int*Nikos Mavrogiannopoulos2001-12-061-6/+11
* cleanups againNikos Mavrogiannopoulos2001-12-061-5/+5
* Several cleanups.Nikos Mavrogiannopoulos2001-12-061-20/+20
* Changes in function names concerning _db_ handling and _session_ handling.Nikos Mavrogiannopoulos2001-12-051-3/+3
* Added callback to select the server certificate.Nikos Mavrogiannopoulos2001-12-051-14/+14
* optimized certificate handling APINikos Mavrogiannopoulos2001-12-051-8/+10
* several cleanups. Removed old unneeded functions.Nikos Mavrogiannopoulos2001-12-051-2/+2
* now the peer's certificate list is stored into auth info structure (insteadNikos Mavrogiannopoulos2001-12-041-10/+3
* moving gnutls_DN structures out of gnutls_cert and auth_info structures.Nikos Mavrogiannopoulos2001-12-041-13/+12
* gnutls_handshake(), gnutls_read() etc. functions no longer requireNikos Mavrogiannopoulos2001-11-251-11/+12
* corrected some obscure bugs in the handshake and record send buffering code.Nikos Mavrogiannopoulos2001-11-151-1/+1
* more non blocking IO fixesNikos Mavrogiannopoulos2001-11-131-2/+2
* several fixes.Nikos Mavrogiannopoulos2001-11-101-0/+7
* cleanupsgnutls_0_2_10Nikos Mavrogiannopoulos2001-11-051-1/+1
* Adopted some of the patches of Jon Nelson. Fixes the non blockingNikos Mavrogiannopoulos2001-11-011-8/+33
* updated/fixed the handling of interrupted writesNikos Mavrogiannopoulos2001-10-221-1/+3
* several cleanupsNikos Mavrogiannopoulos2001-10-211-1/+1
* auth_info types and structures were moved to the internals of the library.Nikos Mavrogiannopoulos2001-10-151-41/+42
* updated name indication extension (dnsname)Nikos Mavrogiannopoulos2001-10-101-4/+4
* added DHE_RSA ciphersuitesNikos Mavrogiannopoulos2001-10-081-16/+17
* Client certificate callback has been improvedNikos Mavrogiannopoulos2001-09-141-1/+5
* gnutls_set_certificate_request() renamed to gnutls_x509pki_set_cert_request().Nikos Mavrogiannopoulos2001-08-261-1/+1
* fixed memory leaksNikos Mavrogiannopoulos2001-08-261-9/+9
* some memory optimization while receiving packetsNikos Mavrogiannopoulos2001-08-251-3/+6
* bugfixes and minor updatesNikos Mavrogiannopoulos2001-08-201-1/+1
* changed gnutls_bye() behaviourNikos Mavrogiannopoulos2001-08-201-1/+1
* server side client authentication worksgnutls_0_2_0Nikos Mavrogiannopoulos2001-08-071-1/+45
* additions in order for gnutls server to support client authenticationNikos Mavrogiannopoulos2001-08-071-11/+14
* several fixes. Added client authentication with x509PKINikos Mavrogiannopoulos2001-08-061-4/+4
* several cleanups. No longer export structures to the API, but a bunch of func...Nikos Mavrogiannopoulos2001-08-051-4/+4
* added internal memory handlersNikos Mavrogiannopoulos2001-08-041-2/+0
* changed gnutls_read() semanticsNikos Mavrogiannopoulos2001-07-271-4/+6
* *** empty log message ***Nikos Mavrogiannopoulos2001-07-261-1/+1
* corrected bug in b64 decoding. Added support for multiple TLS protocolNikos Mavrogiannopoulos2001-07-241-1/+2
* corrected memory leaksNikos Mavrogiannopoulos2001-07-211-2/+4
* several fixes cleanups etc.Nikos Mavrogiannopoulos2001-07-211-5/+9
* updated file structureNikos Mavrogiannopoulos2001-07-201-1/+1
* updated directory structureNikos Mavrogiannopoulos2001-07-201-4/+7
* several cleanups. Added check for certificate's expiration time.Nikos Mavrogiannopoulos2001-07-171-18/+9
* several bug fixes in ASN handling. Fixes/additionsNikos Mavrogiannopoulos2001-07-141-4/+4
* several cleanupsNikos Mavrogiannopoulos2001-07-141-9/+12
* updatedNikos Mavrogiannopoulos2001-07-141-2/+13
* Updated ASN.1 Parser (Fabio - commited by me).Nikos Mavrogiannopoulos2001-07-071-1/+1
* Cleanups. Mostly while sending client certificate (and client certificate ver...Nikos Mavrogiannopoulos2001-06-251-3/+5
* added support for DNSNAME extension (draft-ietf-tls-extensions)Nikos Mavrogiannopoulos2001-06-241-0/+11
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-241-1/+1
* corrected bug in stream decryption..Nikos Mavrogiannopoulos2001-06-221-1/+1
* *** empty log message ***gnutls_0_1_4Nikos Mavrogiannopoulos2001-06-221-1/+1
* added global state.Nikos Mavrogiannopoulos2001-06-221-7/+15