summaryrefslogtreecommitdiff
path: root/lib/gnutls_kx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cleanups for gcc -WallNikos Mavrogiannopoulos2000-12-111-2/+0
* A lot of fixes for SSL3Nikos Mavrogiannopoulos2000-12-061-14/+23
* Priorities were moved to the state (were global)Nikos Mavrogiannopoulos2000-12-051-1/+13
* roll backs and fixesNikos Mavrogiannopoulos2000-11-151-2/+2
* added some support for ssl3 (with mhash only)Nikos Mavrogiannopoulos2000-11-131-4/+4
* more fixesNikos Mavrogiannopoulos2000-11-071-1/+8
* minor fixes and cleanupsNikos Mavrogiannopoulos2000-11-071-6/+17
* more fixes and bugs introducedNikos Mavrogiannopoulos2000-11-021-3/+8
* cvs should stop messing with MY filesNikos Mavrogiannopoulos2000-11-011-44/+0
* *** empty log message ***Nikos Mavrogiannopoulos2000-11-011-1/+50
* Some more fixes and additions in order to interoperate with opensslNikos Mavrogiannopoulos2000-11-011-24/+77
* added some preliminary support for DHE_DSS and DHE_RSA algorithms... of courseNikos Mavrogiannopoulos2000-11-011-174/+177
* added ability to receive certificates...Nikos Mavrogiannopoulos2000-10-261-1/+13