summaryrefslogtreecommitdiff
path: root/lib/gnutls_cipher.c
Commit message (Expand)AuthorAgeFilesLines
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-0/+4
* Made the xml convertion functions more mnemonic. Several other fixes in the c...Nikos Mavrogiannopoulos2002-06-301-1/+1
* Several (internal) cleanups. Const flags are better used now.Nikos Mavrogiannopoulos2002-06-301-1/+4
* Prefixed internal functions with _gnutls_Nikos Mavrogiannopoulos2002-05-211-6/+6
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* Optimized memory handling in the record protocol.Nikos Mavrogiannopoulos2002-04-211-114/+141
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-311-2/+3
* cleanupsNikos Mavrogiannopoulos2002-03-311-46/+40
* Prefixed with underscore several internal functions.Nikos Mavrogiannopoulos2002-03-291-23/+23
* Optimizations and fixes in compressionNikos Mavrogiannopoulos2002-03-201-7/+26
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-201-6/+9
* Improved compression support. Corrected several bugs in emptyNikos Mavrogiannopoulos2002-03-201-20/+33
* Added protection against the newly discovered CBC attacks against TLS.Nikos Mavrogiannopoulos2002-03-081-7/+9
* Direct access to version field in the state was replaced by the functionNikos Mavrogiannopoulos2002-02-141-11/+15
* Some fixes in ciphertext2compressed handlingNikos Mavrogiannopoulos2002-02-091-2/+14
* Removed the GNUTLS_E_MAC_FAILED error. Now only GNUTLS_E_DECRYPTION_FAILEDNikos Mavrogiannopoulos2002-02-091-1/+1
* cleanups againNikos Mavrogiannopoulos2001-12-061-2/+2
* more non blocking IO fixesNikos Mavrogiannopoulos2001-11-131-11/+11
* fixed memory leaksNikos Mavrogiannopoulos2001-08-261-29/+38
* header size is now written in gnutls_cipher.cNikos Mavrogiannopoulos2001-08-251-12/+18
* gnutls now sends (again) record packets using one write.Nikos Mavrogiannopoulos2001-08-191-19/+16
* ssl3 fixes and several others.Nikos Mavrogiannopoulos2001-08-071-8/+8
* corrected memory leaksNikos Mavrogiannopoulos2001-07-211-0/+1
* optimizations in hash functions (removed a lot of mallocs)Nikos Mavrogiannopoulos2001-07-111-13/+6
* Cleanups. Mostly while sending client certificate (and client certificate ver...Nikos Mavrogiannopoulos2001-06-251-1/+1
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-241-287/+15
* several cleanupsNikos Mavrogiannopoulos2001-06-241-107/+83
* corrected bug in stream decryption..Nikos Mavrogiannopoulos2001-06-221-10/+14
* fixes in session resuming..Nikos Mavrogiannopoulos2001-06-191-6/+8
* fixes in session resumingNikos Mavrogiannopoulos2001-06-181-4/+4
* several cleanups in the low level record layer (the old code was a mess).Nikos Mavrogiannopoulos2001-06-181-152/+98
* several additions for RSA (mostly unstable)Nikos Mavrogiannopoulos2001-06-171-7/+9
* better handling of 64bit integersNikos Mavrogiannopoulos2001-06-051-18/+4
* gnutls now handles uint64 even in systems without a native one.Nikos Mavrogiannopoulos2001-06-011-15/+24
* updated API and documentation. Now we use the gnome way for creatingNikos Mavrogiannopoulos2001-05-301-1/+1
* Cleanups in endian handling (convertions).Nikos Mavrogiannopoulos2001-05-251-15/+7
* several bug fixesNikos Mavrogiannopoulos2001-05-251-0/+4
* sets the resumed_security_parameters to null afterNikos Mavrogiannopoulos2001-05-241-0/+3
* added functions to access authentication data (like username), andNikos Mavrogiannopoulos2001-05-141-0/+28
* Changes in random number handling. Added bcrypt (for use with SRP).Nikos Mavrogiannopoulos2001-05-031-2/+3
* TLS version handling is now more simple (no structures)Nikos Mavrogiannopoulos2001-02-031-2/+2
* comments are now more clearNikos Mavrogiannopoulos2001-02-011-1/+3
* gnutls_send_int() no longer sends the packets with 2 Write() calls.Nikos Mavrogiannopoulos2001-02-011-7/+6
* removed large bufferNikos Mavrogiannopoulos2001-01-281-9/+5
* changes in gnutls_encrypt()Nikos Mavrogiannopoulos2001-01-251-5/+9
* corrected buffer overrunsNikos Mavrogiannopoulos2001-01-101-3/+4
* some minor updatesNikos Mavrogiannopoulos2000-12-141-6/+6
* cleanups for gcc -WallNikos Mavrogiannopoulos2000-12-111-4/+4
* changes in close notify- alert handlingNikos Mavrogiannopoulos2000-12-101-1/+0
* added some support for session resuming (in client)Nikos Mavrogiannopoulos2000-12-091-24/+33