summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* credentials are now kept globaly (in order to minimize memory usage).gnutls-0-1-0-srpNikos Mavrogiannopoulos2001-05-093-10/+6
* *** empty log message ***Nikos Mavrogiannopoulos2001-05-081-0/+7
* *** empty log message ***Nikos Mavrogiannopoulos2001-05-081-1/+1
* several fixes for srp. Seems to work now!Nikos Mavrogiannopoulos2001-05-0812-46/+105
* better version handlingNikos Mavrogiannopoulos2001-05-071-3/+10
* added support for SSL 2.0 client helloNikos Mavrogiannopoulos2001-05-076-542/+1044
* several fixes for srpNikos Mavrogiannopoulos2001-05-0710-182/+141
* gnutls_get_kx_cred() now returns err value. set_kx_cred() now accepts size.Nikos Mavrogiannopoulos2001-05-076-14/+34
* 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
* more srp related fixesNikos Mavrogiannopoulos2001-05-052-4/+15
* 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-0417-65/+136
* More adds for SRP - SRPSHA1 and bcryptNikos Mavrogiannopoulos2001-05-0410-206/+301
* 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-0313-18/+1006
* added support for setting authentication algorithms' credentialsNikos Mavrogiannopoulos2001-05-027-4/+132
* cleanups... and more modular design.Nikos Mavrogiannopoulos2001-05-024-46/+88
* Added client kx0 and server kx2 in order to be used with SRPNikos Mavrogiannopoulos2001-05-028-12/+321
* 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-177-27/+65
* Added some preliminary support for TLS extensions;Nikos Mavrogiannopoulos2001-03-177-13/+257
* updated with new filesNikos Mavrogiannopoulos2001-03-111-2/+2
* moved gnutls_anon and gnutls_dhe_dss to auth_*Nikos Mavrogiannopoulos2001-03-115-2/+2
* 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
* 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
* comments are now more clearNikos Mavrogiannopoulos2001-02-012-2/+7
* gnutls_send_int() no longer sends the packets with 2 Write() calls.Nikos Mavrogiannopoulos2001-02-012-20/+15
* added copyright noticeNikos Mavrogiannopoulos2001-01-2819-0/+380
* removed large bufferNikos Mavrogiannopoulos2001-01-283-20/+29
* removed unneeded filesNikos Mavrogiannopoulos2001-01-283-186/+10
* corrected wrong buffer sizeNikos Mavrogiannopoulos2001-01-251-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2001-01-251-1/+1
* changes in gnutls_encrypt()Nikos Mavrogiannopoulos2001-01-252-6/+10
* tls packets are now send using one write(that way ssldump understands us)Nikos Mavrogiannopoulos2001-01-252-26/+15
* corrected licenseNikos Mavrogiannopoulos2001-01-191-2/+2
* added asn1 rules for snacc (DER extended) compilerNikos Mavrogiannopoulos2001-01-191-0/+625
* removed time_t declarations. We need exactly 32 bits.Nikos Mavrogiannopoulos2001-01-141-1/+1
* corrected typoNikos Mavrogiannopoulos2001-01-141-1/+1
* added some support for pem encoded x509 certificatesNikos Mavrogiannopoulos2001-01-141-0/+400