summaryrefslogtreecommitdiff
path: root/lib/gnutls_kx.c
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Nikos Mavrogiannopoulos2003-08-091-0/+1
* * Corrected behaviour when a certificate request message is received.Nikos Mavrogiannopoulos2003-03-241-11/+28
* * Improved the error logging functions, by adding a level, andNikos Mavrogiannopoulos2003-03-191-5/+6
* Dropped the support for the client key exchange message 0, and server key exc...Nikos Mavrogiannopoulos2002-12-161-112/+0
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-1/+1
* The session->gnutls_key was renamed to session->key.Nikos Mavrogiannopoulos2002-11-121-5/+5
* several cleanupsNikos Mavrogiannopoulos2002-10-071-0/+1
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-92/+92
* Added support for RSA_EXPORT_WITH_RC4_EXPORT_MD5 with RSA certificates with m...Nikos Mavrogiannopoulos2002-08-261-3/+21
* Corrected bug in DHE key exchange which prevented from parsing the given cert...Nikos Mavrogiannopoulos2002-08-251-2/+2
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-0/+6
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* *** empty log message ***Nikos Mavrogiannopoulos2002-05-101-1/+1
* Prefixed with underscore several internal functions.Nikos Mavrogiannopoulos2002-03-291-1/+1
* removed GNUTLS_CERT_TRUSTED enumerationNikos Mavrogiannopoulos2002-03-091-2/+2
* Several alert protocol changes.Nikos Mavrogiannopoulos2002-02-221-1/+1
* Direct access to version field in the state was replaced by the functionNikos Mavrogiannopoulos2002-02-141-1/+1
* GNUTLS_X509PKI -> GNUTLS_CRD_X509PKINikos Mavrogiannopoulos2002-01-281-4/+4
* GNUTLS_A_NETSCAPE_NO_CLIENT_CERTIFICATE -> GNUTLS_A_SSL3_NO_CERTIFICATENikos Mavrogiannopoulos2002-01-241-2/+3
* added _gnutls_record_log(), gnutls_handshake_log(), to avoid thatNikos Mavrogiannopoulos2002-01-241-8/+5
* CleanupsNikos Mavrogiannopoulos2002-01-041-0/+1
* *_alert -> alert_*Nikos Mavrogiannopoulos2001-12-171-1/+1
* optimizations and fixes in the TLS PRF calculation (and the SSL3 equivalent)Nikos Mavrogiannopoulos2001-12-101-20/+14
* cleanups againNikos Mavrogiannopoulos2001-12-061-1/+1
* now the peer's certificate list is stored into auth info structure (insteadNikos Mavrogiannopoulos2001-12-041-8/+0
* gnutls_handshake(), gnutls_read() etc. functions no longer requireNikos Mavrogiannopoulos2001-11-251-34/+40
* more non blocking IO fixesNikos Mavrogiannopoulos2001-11-131-1/+1
* Adopted some of the patches of Jon Nelson. Fixes the non blockingNikos Mavrogiannopoulos2001-11-011-1/+1
* added some checks for memory allocation.Nikos Mavrogiannopoulos2001-10-231-52/+91
* several cleanupsNikos Mavrogiannopoulos2001-10-211-2/+3
* corrected bug which caused a fatal alert to be sent even if itNikos Mavrogiannopoulos2001-10-201-1/+2
* gnutls now sends (again) record packets using one write.Nikos Mavrogiannopoulos2001-08-191-56/+0
* server side client authentication worksgnutls_0_2_0Nikos Mavrogiannopoulos2001-08-071-1/+1
* additions in order for gnutls server to support client authenticationNikos Mavrogiannopoulos2001-08-071-12/+196
* ssl3 fixes and several others.Nikos Mavrogiannopoulos2001-08-071-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2001-08-061-1/+0
* several fixes. Added client authentication with x509PKINikos Mavrogiannopoulos2001-08-061-3/+3
* more x509 client certificate stuffNikos Mavrogiannopoulos2001-08-061-1/+5
* several additions for x509 client authenticationNikos Mavrogiannopoulos2001-08-061-1/+3
* added the concept of optional handshake packets (like CERTIFICATE_REQUEST).Nikos Mavrogiannopoulos2001-08-061-6/+6
* several cleanups and updates in the handshake protocol implementationNikos Mavrogiannopoulos2001-08-051-16/+42
* added log function (no longer use fprintf).Nikos Mavrogiannopoulos2001-07-301-15/+15
* Cleanups. Mostly while sending client certificate (and client certificate ver...Nikos Mavrogiannopoulos2001-06-251-3/+22
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-241-7/+0
* several cleanupsNikos Mavrogiannopoulos2001-06-241-3/+3
* client side RSA works (no certificate checking)Nikos Mavrogiannopoulos2001-06-201-33/+32
* removed unneeded code and added some kind of client support for RSANikos Mavrogiannopoulos2001-06-191-85/+38
* fixes in session resuming..Nikos Mavrogiannopoulos2001-06-191-33/+65
* fixes in session resumingNikos Mavrogiannopoulos2001-06-181-8/+8
* several cleanups in the low level record layer (the old code was a mess).Nikos Mavrogiannopoulos2001-06-181-10/+10