summaryrefslogtreecommitdiff
path: root/lib/gnutls_kx.c
Commit message (Expand)AuthorAgeFilesLines
* *** 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
* several additions for RSA (mostly unstable)Nikos Mavrogiannopoulos2001-06-171-4/+19
* more rsa fixes.Nikos Mavrogiannopoulos2001-06-161-12/+34
* several additions in order to support KX_RSA and X509PKI.Nikos Mavrogiannopoulos2001-06-151-0/+10
* Cleanups in endian handling (convertions).Nikos Mavrogiannopoulos2001-05-251-1/+1
* several fixes for srp. Seems to work now!Nikos Mavrogiannopoulos2001-05-081-1/+1
* several fixes for srpNikos Mavrogiannopoulos2001-05-071-151/+75
* more additions for SRPNikos Mavrogiannopoulos2001-05-041-6/+6
* cleanups... and more modular design.Nikos Mavrogiannopoulos2001-05-021-0/+7
* Added client kx0 and server kx2 in order to be used with SRPNikos Mavrogiannopoulos2001-05-021-1/+217
* several bugfixes and cleanupsNikos Mavrogiannopoulos2001-03-171-1/+1
* Key exchange (authentication) algorithms were reorganized, and now areNikos Mavrogiannopoulos2001-03-111-301/+75
* improved some things found from gcovNikos Mavrogiannopoulos2000-12-111-0/+2