summaryrefslogtreecommitdiff
path: root/lib/gnutls_buffers.c
Commit message (Expand)AuthorAgeFilesLines
* Some bugfixes, and type corrections.Nikos Mavrogiannopoulos2003-11-131-3/+4
* some changes to compile in mingw32.Nikos Mavrogiannopoulos2003-11-061-0/+4
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-041-1/+1
* some type fixes. Based on build logs sent by Dimitri Papadopoulos-Orfanos <pa...Nikos Mavrogiannopoulos2003-11-041-4/+4
* some more cleanups.Nikos Mavrogiannopoulos2003-08-111-1/+1
* more patches by Arne Thomassen.Nikos Mavrogiannopoulos2003-08-111-14/+7
* Added function to do the MAC verification in the PKCS #12 structure.Nikos Mavrogiannopoulos2003-06-271-2/+2
* Corrected a bug in the record layer buffering, which affectedNikos Mavrogiannopoulos2003-05-281-6/+15
* * Corrected behaviour when a certificate request message is received.Nikos Mavrogiannopoulos2003-03-241-32/+44
* * Improved the error logging functions, by adding a level, andNikos Mavrogiannopoulos2003-03-191-2/+3
* the documentation is now created on dist time.Nikos Mavrogiannopoulos2003-03-061-1/+0
* Corrected a broken buffer check in _gnutls_io_read_buffered()Nikos Mavrogiannopoulos2003-03-061-3/+10
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-141-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-201-1/+1
* Prefixed with underscore some internal functions.Nikos Mavrogiannopoulos2003-01-161-2/+2
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-1/+1
* some updated in the documentationNikos Mavrogiannopoulos2002-11-051-1/+1
* Combined GNUTLS_E_INVALID_PARAMETERS wich GNUTLS_E_INVALID_REQUEST. Introduce...Nikos Mavrogiannopoulos2002-11-021-7/+7
* GNUTLS_E_UNKNOWN_ERROR was removed, and was replaced by GNUTLS_E_INTERNAL_ERROR.Nikos Mavrogiannopoulos2002-10-281-4/+4
* Optimizations in buffering code, which reduce the number of malloc/realloc ca...Nikos Mavrogiannopoulos2002-10-261-69/+60
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-12/+14
* some fixes to compile with gcc-2.95.Nikos Mavrogiannopoulos2002-10-021-2/+2
* replaced gnutls_handshake_get_direction() with gnutls_record_get_direction().Nikos Mavrogiannopoulos2002-09-161-1/+7
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-142/+142
* Allow the NULL pointer for data in gnutls_record_send(), if the previous call...Nikos Mavrogiannopoulos2002-08-281-1/+1
* Added gnutls_transport_set_ptr2() which accepts two pointers.Nikos Mavrogiannopoulos2002-07-131-2/+2
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-7/+7
* No longer realloc() the record buffers. It had some meaning when gnutls_reall...Nikos Mavrogiannopoulos2002-06-081-9/+5
* reintroduced realloc_fast() which prevents some malloc(0) situations.gnutls_0_4_3Nikos Mavrogiannopoulos2002-05-231-8/+8
* Applied Jeff Johnson's patch which fixes type problems in 64 bit machines. Re...Nikos Mavrogiannopoulos2002-05-221-10/+13
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* Optimized memory handling in the record protocol.Nikos Mavrogiannopoulos2002-04-211-1/+2
* merged changes from gnutls_0_4_with_alloca.Nikos Mavrogiannopoulos2002-04-031-25/+11
* Several optimizationsNikos Mavrogiannopoulos2002-03-261-1/+1
* Corrected code to avoid compiler's warningsNikos Mavrogiannopoulos2002-03-221-1/+4
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-081-12/+17
* corrected memory leakNikos Mavrogiannopoulos2002-03-081-1/+5
* Added protection against the newly discovered CBC attacks against TLS.Nikos Mavrogiannopoulos2002-03-081-0/+21
* changed some buffering code, to use the cleaner gnutls_datum_append().Nikos Mavrogiannopoulos2002-01-281-29/+24
* corrected and optimized handshake.Nikos Mavrogiannopoulos2002-01-281-0/+11
* Optimizations in the handshake messages hashing.Nikos Mavrogiannopoulos2002-01-281-28/+13
* Added stuff for DSS certificates (not ready yet)Nikos Mavrogiannopoulos2002-01-261-12/+16
* *** empty log message ***Nikos Mavrogiannopoulos2002-01-261-3/+3
* Handshake messages are not kept in memory any more. Now we use less memoryNikos Mavrogiannopoulos2002-01-251-6/+4
* *** empty log message ***Nikos Mavrogiannopoulos2002-01-241-0/+5
* added _gnutls_record_log(), gnutls_handshake_log(), to avoid thatNikos Mavrogiannopoulos2002-01-241-75/+57
* cleanupsNikos Mavrogiannopoulos2002-01-231-7/+7
* several cleanups in order to move to gnutls 0.4.0Nikos Mavrogiannopoulos2002-01-181-8/+0
* changes in buffering code (actually variables' names are moreNikos Mavrogiannopoulos2002-01-171-109/+117
* *** empty log message ***Nikos Mavrogiannopoulos2001-12-241-1/+5