summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* credentials are now kept globaly (in order to minimize memory usage).gnutls-0-1-0-srpNikos Mavrogiannopoulos2001-05-096-16/+15
* *** empty log message ***Nikos Mavrogiannopoulos2001-05-082-1/+11
* *** empty log message ***Nikos Mavrogiannopoulos2001-05-081-1/+1
* updated TODO listNikos Mavrogiannopoulos2001-05-081-1/+1
* several fixes for srp. Seems to work now!Nikos Mavrogiannopoulos2001-05-0814-48/+108
* better version handlingNikos Mavrogiannopoulos2001-05-071-3/+10
* added support for SSL 2.0 client helloNikos Mavrogiannopoulos2001-05-079-547/+1050
* several fixes for srpNikos Mavrogiannopoulos2001-05-0713-186/+159
* gnutls_get_kx_cred() now returns err value. set_kx_cred() now accepts size.Nikos Mavrogiannopoulos2001-05-077-15/+36
* added missing gaa.hNikos Mavrogiannopoulos2001-05-061-1/+1
* some modulo fixesNikos Mavrogiannopoulos2001-05-061-5/+5
* more srp related fixes. No longer fails authentication if wrong usernameNikos Mavrogiannopoulos2001-05-066-28/+83
* some hacks in order to exchange the algorithm used to hashNikos Mavrogiannopoulos2001-05-0512-76/+126
* cleanups for srp. Most mpi code has moved to gnutls_srp.cNikos Mavrogiannopoulos2001-05-053-131/+233
* *** empty log message ***Nikos Mavrogiannopoulos2001-05-051-0/+1
* more srp related fixesNikos Mavrogiannopoulos2001-05-053-6/+17
* some fixes - srp relatedNikos Mavrogiannopoulos2001-05-056-18/+91
* *** empty log message ***Nikos Mavrogiannopoulos2001-05-041-1/+48
* more srp stuffNikos Mavrogiannopoulos2001-05-044-0/+551
* more additions for SRPNikos Mavrogiannopoulos2001-05-0418-66/+141
* fixed default case when no -s was specifiedNikos Mavrogiannopoulos2001-05-041-2/+4
* More adds for SRP - SRPSHA1 and bcryptNikos Mavrogiannopoulos2001-05-0414-215/+386
* corrected bug in decoding functionNikos Mavrogiannopoulos2001-05-041-3/+3
* for bcrypt supportNikos Mavrogiannopoulos2001-05-031-0/+2
* Changes in random number handling. Added bcrypt (for use with SRP).Nikos Mavrogiannopoulos2001-05-0320-20/+1868
* added support for setting authentication algorithms' credentialsNikos Mavrogiannopoulos2001-05-028-4/+140
* cleanups... and more modular design.Nikos Mavrogiannopoulos2001-05-024-46/+88
* *** empty log message ***Nikos Mavrogiannopoulos2001-05-021-0/+4
* Added client kx0 and server kx2 in order to be used with SRPNikos Mavrogiannopoulos2001-05-028-12/+321
* updatedNikos Mavrogiannopoulos2001-05-011-0/+2
* added SSL v2 specNikos Mavrogiannopoulos2001-03-251-0/+1486
* in case there are no extensions ext_gen() does not returnNikos Mavrogiannopoulos2001-03-181-1/+7
* more cleanupsNikos Mavrogiannopoulos2001-03-184-10/+17
* send extensions feature was added.Nikos Mavrogiannopoulos2001-03-182-8/+37
* several bugfixes and cleanupsNikos Mavrogiannopoulos2001-03-179-28/+69
* Added some preliminary support for TLS extensions;Nikos Mavrogiannopoulos2001-03-177-13/+257
* updated todo listNikos Mavrogiannopoulos2001-03-111-0/+1
* added RFC for srp protocolNikos Mavrogiannopoulos2001-03-111-0/+451
* updated with new filesNikos Mavrogiannopoulos2001-03-111-2/+2
* moved gnutls_anon and gnutls_dhe_dss to auth_*Nikos Mavrogiannopoulos2001-03-115-2/+2
* added srp draftNikos Mavrogiannopoulos2001-03-111-0/+504
* Key exchange (authentication) algorithms were reorganized, and now areNikos Mavrogiannopoulos2001-03-1112-328/+704
* updated some functionality - no longer uses stdinNikos Mavrogiannopoulos2001-02-101-13/+38
* added TarunNikos Mavrogiannopoulos2001-02-101-0/+2
* corrected bug with dmalloc modeNikos Mavrogiannopoulos2001-02-101-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2001-02-041-2/+2
* added kerberos ciphersuitesNikos Mavrogiannopoulos2001-02-031-0/+522
* TLS version handling is now more simple (no structures)Nikos Mavrogiannopoulos2001-02-038-59/+58
* corrected rijndael256Nikos Mavrogiannopoulos2001-02-032-1/+2
* added rijndael-256 as described in draft-ietf-tls-ciphersuite-03Nikos Mavrogiannopoulos2001-02-035-4/+34