summaryrefslogtreecommitdiff
path: root/lib/gnutls_buffers.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix warnings.Simon Josefsson2008-08-281-3/+1
|
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
|
* Use GNU coding style.Simon Josefsson2005-11-071-31/+33
|
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
|
* Clean up #include situation, merge from gnutls_1_2_1_with_include_fixes.Simon Josefsson2005-04-141-2/+2
| | | | | | Now lib/gnutls_int.h start by including gnutls/gnutls.h, to check prototypes during compile time. More cleanups are expected.
* Clean up license templates.Simon Josefsson2005-01-241-1/+1
|
* Clean up license templates.Simon Josefsson2005-01-241-12/+16
|
* Indent.Simon Josefsson2004-10-281-6/+8
|
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-21/+21
|
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-20/+29
|
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-6/+6
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-041-1/+1
|
* some type fixes. Based on build logs sent by Dimitri Papadopoulos-Orfanos ↵Nikos Mavrogiannopoulos2003-11-041-4/+4
| | | | <papadopo@shfj.cea.fr>.
* Optimizations in buffering code, which reduce the number of malloc/realloc ↵Nikos Mavrogiannopoulos2002-10-261-6/+3
| | | | calls.
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-5/+5
|
* Renamed all the constructed types to have more consisten names, and some ↵Nikos Mavrogiannopoulos2002-08-291-27/+27
| | | | other minor improvements.
* Added protection against the newly discovered CBC attacks against TLS.Nikos Mavrogiannopoulos2002-03-081-1/+3
| | | | Experimental code.
* corrected and optimized handshake.Nikos Mavrogiannopoulos2002-01-281-0/+1
|
* Optimizations in the handshake messages hashing.Nikos Mavrogiannopoulos2002-01-281-1/+1
| | | | (no more mallocs)
* several cleanups in order to move to gnutls 0.4.0Nikos Mavrogiannopoulos2002-01-181-0/+2
|
* changes in buffering code (actually variables' names are moreNikos Mavrogiannopoulos2002-01-171-17/+25
| | | | rational now).
* gnutls_handshake(), gnutls_read() etc. functions no longer requireNikos Mavrogiannopoulos2001-11-251-7/+7
| | | | | the 'SOCKET cd' argument. This argument is set using the function gnutls_set_transport_ptr().
* corrected some obscure bugs in the handshake and record send buffering code.Nikos Mavrogiannopoulos2001-11-151-1/+1
|
* several fixes.Nikos Mavrogiannopoulos2001-11-101-0/+1
| | | | | | | Including: - max_record_header extension. - resume handshake sending wrong ssl version - Non blocking IO (not ready yet)
* cleanups and documentation updatesNikos Mavrogiannopoulos2001-11-081-1/+1
|
* receive buffer is now dynamic.Nikos Mavrogiannopoulos2001-11-051-1/+1
|
* cleanups in function namesNikos Mavrogiannopoulos2001-11-021-8/+8
|
* Adopted some of the patches of Jon Nelson. Fixes the non blockingNikos Mavrogiannopoulos2001-11-011-2/+3
| | | | behaviour.
* updated/fixed the handling of interrupted writesNikos Mavrogiannopoulos2001-10-221-1/+1
|
* changed gnutls_write() semantics in order to cope with interrupted systemNikos Mavrogiannopoulos2001-10-211-1/+1
| | | | calls and non blocking IO
* changes in order to be independent of the berkeley style socketsNikos Mavrogiannopoulos2001-10-211-1/+1
| | | | (but it is still difficult to use gnutls with any other api)
* clean ups in the handshake protocolNikos Mavrogiannopoulos2001-10-191-2/+2
|
* some memory optimization while receiving packetsNikos Mavrogiannopoulos2001-08-251-1/+1
|
* better support for buffered read and several cleanupsNikos Mavrogiannopoulos2001-08-191-2/+5
|
* corrected bug in b64 decoding. Added support for multiple TLS protocolNikos Mavrogiannopoulos2001-07-241-2/+2
| | | | versions.
* added global state.Nikos Mavrogiannopoulos2001-06-221-2/+2
|
* added copyright noticeNikos Mavrogiannopoulos2001-01-281-0/+20
|
* used MSG_PEEK flag in recv in order to used gnutls_recv() withNikos Mavrogiannopoulos2000-12-101-1/+1
| | | | | | select(). This change will order select to treat the socket as read even if we have read and localy buffered all data - but the user hasn't call gnutls_recv() to get that data.
* major cleanupsNikos Mavrogiannopoulos2000-12-071-5/+8
|
* more ssl3 fixesNikos Mavrogiannopoulos2000-12-061-4/+4
|
* A lot of fixes for SSL3Nikos Mavrogiannopoulos2000-12-061-0/+5
|
* Changes in handshake messages handling.Nikos Mavrogiannopoulos2000-04-131-2/+4
|
* Changed directory structure.Nikos Mavrogiannopoulos2000-04-091-0/+5