summaryrefslogtreecommitdiff
path: root/lib/gnutls.c
Commit message (Expand)AuthorAgeFilesLines
* several additions for RSA (mostly unstable)Nikos Mavrogiannopoulos2001-06-171-1095/+0
* more rsa fixes.Nikos Mavrogiannopoulos2001-06-161-0/+2
* added gnutls_datum structure.Nikos Mavrogiannopoulos2001-06-141-2/+3
* better handling of 64bit integersNikos Mavrogiannopoulos2001-06-051-14/+27
* updated documentation and functionsNikos Mavrogiannopoulos2001-06-051-3/+4
* gnutls now handles uint64 even in systems without a native one.Nikos Mavrogiannopoulos2001-06-011-9/+9
* updated API and documentation. Now we use the gnome way for creatingNikos Mavrogiannopoulos2001-05-301-7/+137
* several cleanups in numbers' handlingNikos Mavrogiannopoulos2001-05-261-10/+4
* Cleanups in endian handling (convertions).Nikos Mavrogiannopoulos2001-05-251-20/+10
* several bug fixesNikos Mavrogiannopoulos2001-05-251-18/+28
* *** empty log message ***Nikos Mavrogiannopoulos2001-05-241-0/+2
* Updated API (gnutls_deinit())Nikos Mavrogiannopoulos2001-05-231-126/+114
* cleanups and several fixes(and speedups) in the resume DBNikos Mavrogiannopoulos2001-05-221-1/+9
* Changed gnutls_set_*_priority functions.Nikos Mavrogiannopoulos2001-05-201-4/+4
* corrected scriptsNikos Mavrogiannopoulos2001-05-151-4/+2
* Added libgnutls-config scriptNikos Mavrogiannopoulos2001-05-151-0/+74
* added functions to access authentication data (like username), andNikos Mavrogiannopoulos2001-05-141-2/+9
* fixes in memory allocationNikos Mavrogiannopoulos2001-05-101-20/+45
* corrected memory leaksNikos Mavrogiannopoulos2001-05-091-11/+11
* added support for SSL 2.0 client helloNikos Mavrogiannopoulos2001-05-071-19/+42
* several fixes for srpNikos Mavrogiannopoulos2001-05-071-3/+3
* more additions for SRPNikos Mavrogiannopoulos2001-05-041-3/+21
* added support for setting authentication algorithms' credentialsNikos Mavrogiannopoulos2001-05-021-0/+5
* more cleanupsNikos Mavrogiannopoulos2001-03-181-2/+2
* Key exchange (authentication) algorithms were reorganized, and now areNikos Mavrogiannopoulos2001-03-111-11/+14
* TLS version handling is now more simple (no structures)Nikos Mavrogiannopoulos2001-02-031-13/+7
* comments are now more clearNikos Mavrogiannopoulos2001-02-011-1/+4
* gnutls_send_int() no longer sends the packets with 2 Write() calls.Nikos Mavrogiannopoulos2001-02-011-13/+9
* removed large bufferNikos Mavrogiannopoulos2001-01-281-10/+23
* corrected wrong buffer sizeNikos Mavrogiannopoulos2001-01-251-1/+1
* tls packets are now send using one write(that way ssldump understands us)Nikos Mavrogiannopoulos2001-01-251-26/+10
* session gets deleted from the db if it is not resumablegnutls-0-0-7Nikos Mavrogiannopoulos2001-01-111-0/+4
* added server side session resuming (using gdbm)Nikos Mavrogiannopoulos2001-01-111-0/+8
* corrected buffer overrunsNikos Mavrogiannopoulos2001-01-101-0/+5
* corrected return valueNikos Mavrogiannopoulos2001-01-081-0/+1
* added a check in read return valueNikos Mavrogiannopoulos2001-01-081-2/+6
* added a function to control the lowat size (the RCVLOWAT in socket)Nikos Mavrogiannopoulos2000-12-171-1/+7
* added some support for non blocking IO and socket flags. Some functionNikos Mavrogiannopoulos2000-12-171-37/+66
* some minor updatesNikos Mavrogiannopoulos2000-12-141-4/+4
* added a better(?) - not sure - xor function.Nikos Mavrogiannopoulos2000-12-121-5/+22
* improved peek data handling - now keeps only 1 byte in kernel bufferNikos Mavrogiannopoulos2000-12-111-10/+6
* more changesNikos Mavrogiannopoulos2000-12-111-2/+1
* cleanups for gcc -WallNikos Mavrogiannopoulos2000-12-111-2/+4
* added some new functions in the API. documentation updated.Nikos Mavrogiannopoulos2000-12-111-0/+9
* corrected peek data handlingNikos Mavrogiannopoulos2000-12-111-19/+24
* used MSG_PEEK flag in recv in order to used gnutls_recv() withNikos Mavrogiannopoulos2000-12-101-6/+36
* changes in close notify- alert handlingNikos Mavrogiannopoulos2000-12-101-4/+4
* added some support for session resuming (in client)Nikos Mavrogiannopoulos2000-12-091-2/+5
* Added default algorithm priorities so it can work even if the user hasn't spe...Nikos Mavrogiannopoulos2000-12-071-0/+6
* Added compression support (ZLIB)Nikos Mavrogiannopoulos2000-12-071-2/+5