summaryrefslogtreecommitdiff
path: root/lib/gnutls_record.h
Commit message (Expand)AuthorAgeFilesLines
* restrict the number of non-fatal errors gnutls_handshake() can returnNikos Mavrogiannopoulos2014-09-251-0/+5
* gnutls_packet_get() was introduced to avoid exporting a structure on the API.Nikos Mavrogiannopoulos2014-06-161-1/+1
* Added gnutls_record_recv_packet() and gnutls_packet_deinit()Nikos Mavrogiannopoulos2014-06-061-1/+3
* NEW_PADDING has been removed.Nikos Mavrogiannopoulos2014-03-051-6/+0
* Align on 16-byte boundaries the buffers provided to cryptodev.Nikos Mavrogiannopoulos2013-12-151-0/+32
* Corrected bug which affected compressed records.Nikos Mavrogiannopoulos2013-11-221-7/+20
* reindented codeNikos Mavrogiannopoulos2013-11-081-22/+22
* _gnutls_send_tlen_int() accepts the actual pad rather than the intended data....Nikos Mavrogiannopoulos2013-09-011-2/+2
* use common macros to calculate the overhead.Nikos Mavrogiannopoulos2013-07-281-6/+4
* Do not count pad and MAC as received data.Nikos Mavrogiannopoulos2013-07-271-0/+2
* small optimizations.Nikos Mavrogiannopoulos2013-07-261-1/+14
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Small changes and a sanity checkNikos Mavrogiannopoulos2013-01-231-3/+4
* Updated ranges patch.Nikos Mavrogiannopoulos2013-01-231-4/+10
* GnuTLS Length Hiding patch.Alfredo Pironti2013-01-231-0/+5
* several updates in the heartbeat handling code.Nikos Mavrogiannopoulos2012-09-201-1/+1
* Added Heartbeat extension support.Olga2012-08-301-1/+0
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-1/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-7/+4
* internal buffering for record and handshake data changed from gnutls_buffers ...Nikos Mavrogiannopoulos2011-03-021-0/+2
* Added gnutls_record_recv_seq() that can return the sequence numberNikos Mavrogiannopoulos2011-02-221-1/+1
* Several updates for DTLS (client side only) to work.Nikos Mavrogiannopoulos2011-02-181-1/+0
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-5/+5
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-5/+6
* Explicit symmetric cipher state versionning.Jonathan Bastien-Filiatrault2010-09-171-1/+1
* Support scattered write using writev(). This takesNikos Mavrogiannopoulos2010-07-101-1/+9
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Fix warnings.Simon Josefsson2008-08-281-2/+1
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Use GNU coding style.Simon Josefsson2005-11-071-8/+8
* 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
* Clean up license templates.Simon Josefsson2005-01-241-1/+1
* Clean up license templates.Simon Josefsson2005-01-241-0/+24
* Indent.Simon Josefsson2004-10-281-1/+2
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-6/+6
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-5/+6
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-2/+2
* Some bugfixes, and type corrections.Nikos Mavrogiannopoulos2003-11-131-2/+4
* Prefixed with underscore some internal functions.Nikos Mavrogiannopoulos2003-01-161-2/+2
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-4/+4
* Moved functions unrelated to record layer to gnutls_state.cNikos Mavrogiannopoulos2002-02-031-0/+1
* CertificateType is now accesible from the API.Nikos Mavrogiannopoulos2002-01-291-1/+0
* gnutls_*_get_algo() renamed to gnutls_*_get() (suggested by Simon Josefsson)Nikos Mavrogiannopoulos2002-01-251-1/+1
* CleanupsNikos Mavrogiannopoulos2002-01-041-1/+0
* *_alert -> alert_*Nikos Mavrogiannopoulos2001-12-171-1/+1
* Several cleanups.Nikos Mavrogiannopoulos2001-12-061-1/+1