summaryrefslogtreecommitdiff
path: root/lib/gnutls_cipher.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Nikos Mavrogiannopoulos2001-06-251-1/+1
| | | | verify)
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-241-287/+15
| | | | Several cleanups.
* 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 other fixes.
* 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
| | | | several bug fixes.
* updated API and documentation. Now we use the gnome way for creatingNikos Mavrogiannopoulos2001-05-301-1/+1
| | | | API docs.
* 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
| | | | initialization
* added functions to access authentication data (like username), andNikos Mavrogiannopoulos2001-05-141-0/+28
| | | | the key exchange algorithm used.
* Changes in random number handling. Added bcrypt (for use with SRP).Nikos Mavrogiannopoulos2001-05-031-2/+3
| | | | Added test program crypt for creating bcrypt passwd files.
* 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
| | | | One Write() call is enough for everybody!
* 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
| | | | It does not seem to work yet
* removed all things about exportable algorithmsNikos Mavrogiannopoulos2000-12-091-2/+1
|
* Added compression support (ZLIB)Nikos Mavrogiannopoulos2000-12-071-13/+12
|
* more ssl3 fixesNikos Mavrogiannopoulos2000-12-061-4/+4
|
* A lot of fixes for SSL3Nikos Mavrogiannopoulos2000-12-061-9/+20
|
* Priorities were moved to the state (were global)Nikos Mavrogiannopoulos2000-12-051-2/+2
|
* added ssl3 key generation function - more fixes in ssl3 macNikos Mavrogiannopoulos2000-11-221-182/+242
|
* several cleanups in order to support ssl3Nikos Mavrogiannopoulos2000-11-151-0/+90
|
* added some support for ssl3 (with mhash only)Nikos Mavrogiannopoulos2000-11-131-2/+6
|
* fixes for the server... and change_cipher_spec type packet.Nikos Mavrogiannopoulos2000-11-121-3/+0
|
* Changes in the client in order to interoperate with an openssl server.Nikos Mavrogiannopoulos2000-11-121-0/+3
|
* added hooks for both mhash and mcryptNikos Mavrogiannopoulos2000-11-121-2/+2
|
* corrected bugs in hmac and more.Nikos Mavrogiannopoulos2000-11-091-35/+22
|
* minor fixes and cleanupsNikos Mavrogiannopoulos2000-11-071-1/+0
|
* more fixes...Nikos Mavrogiannopoulos2000-11-021-26/+10
|
* more fixes and bugs introducedNikos Mavrogiannopoulos2000-11-021-9/+10
|
* added some preliminary support for DHE_DSS and DHE_RSA algorithms... of courseNikos Mavrogiannopoulos2000-11-011-3/+26
| | | | not certificates are used
* The encryption api was fixed and gnutls_cipher.c was cleaned up a bit.Nikos Mavrogiannopoulos2000-10-101-121/+48
|