summaryrefslogtreecommitdiff
path: root/lib/debug.c
Commit message (Expand)AuthorAgeFilesLines
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-3/+3
* 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
* 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 <gnutls-dev@mlists.thewr...Simon Josefsson2005-11-141-2/+2
* 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
* 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
* Some bugfixes, and type corrections.Nikos Mavrogiannopoulos2003-11-131-1/+1
* cleanups.Nikos Mavrogiannopoulos2003-09-111-4/+6
* Ported to the new libgcrypt (still unstable). Also added the RC2 cipher and i...Nikos Mavrogiannopoulos2003-08-071-1/+1
* * Improved the error logging functions, by adding a level, andNikos Mavrogiannopoulos2003-03-191-39/+27
* renamed gnutls_x509_fingerprint to gnutls_fingerprint.Nikos Mavrogiannopoulos2003-02-101-14/+0
* Several fixes and improvements in CRL support.Nikos Mavrogiannopoulos2003-02-061-19/+0
* Added ability to send some messages back to the application usingNikos Mavrogiannopoulos2003-01-231-7/+7
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-201-1/+1
* Finished SRP-6 stuff. It should work fine now.Nikos Mavrogiannopoulos2002-12-161-1/+1
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-5/+5
* removed old FIXME stuff.Nikos Mavrogiannopoulos2002-08-271-1/+1
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-1/+2
* Cleaned up the big number support.Nikos Mavrogiannopoulos2002-05-011-3/+3
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-231-3/+3
* Added gnutls_alert_str (allows printing alert number descriptions)Nikos Mavrogiannopoulos2002-02-211-84/+3
* Renamed gnutls_x509pki_extract_* to gnutls_x509_extract_*.Nikos Mavrogiannopoulos2002-01-311-2/+4
* GNUTLS_X509PKI -> GNUTLS_CRD_X509PKINikos Mavrogiannopoulos2002-01-281-1/+1
* added _gnutls_record_log(), gnutls_handshake_log(), to avoid thatNikos Mavrogiannopoulos2002-01-241-1/+0
* Some corrections done ( found by using flawfinder).Nikos Mavrogiannopoulos2002-01-231-4/+4
* several cleanups in order to move to gnutls 0.4.0Nikos Mavrogiannopoulos2002-01-181-2/+2
* GET_CN() now works. (affects debug mode only)Nikos Mavrogiannopoulos2001-12-091-1/+10
* cleanups againNikos Mavrogiannopoulos2001-12-061-22/+22
* moving gnutls_DN structures out of gnutls_cert and auth_info structures.Nikos Mavrogiannopoulos2001-12-041-0/+5
* added log function (no longer use fprintf).Nikos Mavrogiannopoulos2001-07-301-7/+7