summaryrefslogtreecommitdiff
path: root/lib/debug.c
Commit message (Collapse)AuthorAgeFilesLines
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
| | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* handshake: added TLS1.3 passive key updateNikos Mavrogiannopoulos2018-02-191-0/+2
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* handshake: introduced TLS 1.3 handshake client state machine outlineNikos Mavrogiannopoulos2018-02-191-16/+6
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* Allow for conditional compilation of SSL 2.0 client hello supportNikos Mavrogiannopoulos2016-05-201-0/+2
| | | | | | | This allows to completely remove SSL 2.0 support by calling configure with the '--disable-ssl2-support' option. Relates #97
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-2/+2
|
* increased buffersNikos Mavrogiannopoulos2013-11-261-2/+2
|
* reindented codeNikos Mavrogiannopoulos2013-11-081-87/+84
|
* Added gnutls_handshake_set_hook_function() to allow hooks on arbitrary ↵Nikos Mavrogiannopoulos2013-06-141-4/+11
| | | | handshake messages.
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
|
* Added a new record padding mechanism.Nikos Mavrogiannopoulos2013-01-021-0/+10
| | | | | | | | | | | | | It is negotiated via an extension and record data are now formatted as: ciphered-struct { opaque pad<0..2^16-1> opaque content[TLSCompressed.length]; opaque MAC[CipherSpec.hash_size]; } The ciphered-struct size is always 0 modulo the block size in block ciphers to avoid any need for additional padding. Added extension to negotiate new record padding.
* updated OCSP status request.Nikos Mavrogiannopoulos2012-09-281-0/+3
|
* Added Heartbeat extension support.Olga2012-08-301-0/+2
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* DTLS fixes.Nikos Mavrogiannopoulos2012-02-081-1/+1
| | | | | | Corrected bugs in DTLS sliding window code to account for lost packets arriving after an epoch change. The last handshake flight is now being kept by both parties in order to be used as a lost packet indication.
* Cleanup copyright headers.Simon Josefsson2012-01-251-2/+1
|
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+2
|
* enable _gnutls_dump_mpi() when debugging.Nikos Mavrogiannopoulos2011-11-091-1/+2
|
* Revert "Remove dead code."Nikos Mavrogiannopoulos2011-11-091-1/+20
| | | | This reverts commit e5d8a79fcc429902e8fb9b7cec91d66b965df5bb.
* Remove dead code.Simon Josefsson2011-11-091-20/+1
|
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
|
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
|
* Corrected SSL2 client hello handling.Nikos Mavrogiannopoulos2011-03-121-0/+3
|
* Removed last pieces of inner application.Nikos Mavrogiannopoulos2011-03-021-3/+0
|
* Several updates for DTLS (client side only) to work.Nikos Mavrogiannopoulos2011-02-181-0/+3
|
* dtls: Add hanshake fragment headers when sending handshake.Jonathan Bastien-Filiatrault2011-02-171-0/+3
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ↵Nikos Mavrogiannopoulos2010-12-161-3/+3
| | | | several editors tabs can be configured not to be 8 spaces and this produces artifacts with the current indentation that is a mixture of tabs and spaces.
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-7/+10
|
* Added again _gnutls_dump_mpi() to assist in debugging.Nikos Mavrogiannopoulos2010-06-031-0/+13
|
* 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
|
* Print NewSessionTicket handshake.Daiki Ueno2009-09-011-0/+3
| | | | Signed-off-by: Simon Josefsson <simon@josefsson.org>
* Rename _gnutls_dump_mpi to _gnutls_mpi_log. Rewrite to use less stack space.Simon Josefsson2009-06-031-37/+1
|
* Drop gcrypt.h includes.Simon Josefsson2008-10-081-1/+0
|
* Fix warnings.Simon Josefsson2008-08-281-1/+2
|
* Indent code.Simon Josefsson2008-07-021-1/+2
|
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-281-3/+5
|
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
|
* Support SUPPLEMENTAL handshake type.Simon Josefsson2007-02-171-1/+4
|
* Add TLS/IA support.Simon Josefsson2005-12-151-0/+2
|
* Include config.h first. Tiny patch from Albert Chin ↵Simon Josefsson2005-11-141-2/+2
| | | | <gnutls-dev@mlists.thewrittenword.com>.
* Use GNU coding style.Simon Josefsson2005-11-071-50/+53
|
* 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-11/+11
| | | | | | Now lib/gnutls_int.h start by including gnutls/gnutls.h, to check prototypes during compile time. More cleanups are expected.
* File is LGPL.Simon Josefsson2005-01-241-11/+12
|
* Clean up license templates.Simon Josefsson2005-01-221-9/+11
|
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-2/+2
|
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-66/+69
|
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-1/+1
|
* several internal types fix.Nikos Mavrogiannopoulos2004-06-051-1/+1
|
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-1/+2
| | | | | | * Added the FSF copyright notices. * Moved all the compatibility interface to the openssl compatibility library.