summaryrefslogtreecommitdiff
path: root/lib/gnutls_errors.h
Commit message (Collapse)AuthorAgeFilesLines
* When receiving a TLS record with multiple handshake packets, parse them in ↵Nikos Mavrogiannopoulos2015-01-081-0/+1
| | | | | | | one go That resolves: https://savannah.gnu.org/support/?108712
* fixed bugNikos Mavrogiannopoulos2013-11-271-1/+1
|
* simplified debugging levels.Nikos Mavrogiannopoulos2013-11-271-12/+13
|
* reindented codeNikos Mavrogiannopoulos2013-11-081-18/+16
|
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
|
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
|
* removed superfluous check.Nikos Mavrogiannopoulos2011-11-291-1/+1
|
* define likely() and unlikely() and use them to prevent debugging code from ↵Nikos Mavrogiannopoulos2011-11-111-2/+2
| | | | being prioritized in branch prediction.
* Clarify license and copyright.Simon Josefsson2011-08-031-7/+4
|
* Added gnutls_global_set_audit_log_function() that allows associating TLS ↵Nikos Mavrogiannopoulos2011-05-071-2/+8
| | | | session with several important issues.
* cleanups. Introduced gnutls_assert_val_fatal() that only printsNikos Mavrogiannopoulos2011-03-121-0/+1
| | | | debugging messages on non-fatal errors.
* gnutls_x509_log replaced with gnutls_audit_log.Nikos Mavrogiannopoulos2011-02-201-6/+6
|
* Several updates for DTLS (client side only) to work.Nikos Mavrogiannopoulos2011-02-181-2/+2
|
* Define _gnutls_dtls_log for DTLS.Jonathan Bastien-Filiatrault2011-02-171-0/+2
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-30/+29
|
* Add gnutls_assert_val idiom.Jonathan Bastien-Filiatrault2010-09-171-0/+17
| | | | | | | | | This warrants being made in an inline function or macro since it is used throughout the code. This converts 4 line repetitive blocks into 1 line. Signed-off-by: Jonathan Bastien-Filiatrault <joe@x2a.org> Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Make LEVEL and LEVEL_EQ macros safer.Jonathan Bastien-Filiatrault2010-06-031-4/+4
| | | | Once again, I got bit by this pretty hard.
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
|
* More indentation.Simon Josefsson2010-04-141-5/+6
|
* Update copyright years.Simon Josefsson2010-01-271-1/+2
|
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
|
* Rename _gnutls_dump_mpi to _gnutls_mpi_log. Rewrite to use less stack space.Simon Josefsson2009-06-031-0/+2
|
* Cleanup logger function type.Simon Josefsson2009-01-071-4/+3
|
* Added function to copy extensions from a CRL to a certificate.Nikos Mavrogiannopoulos2008-10-041-1/+6
| | | | Reduced many warnings (and added more by defining gnutls_log as printf like function --gcc only)
* Merge defines.h into gnutls_int.h.Simon Josefsson2008-09-171-1/+1
|
* Protect against double inclusion.Simon Josefsson2008-08-281-1/+6
|
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
|
* ** Added capability to set a callback after the client hello is receivedNikos Mavrogiannopoulos2007-10-081-1/+0
| | | | | | | | | | | | by the server in order to adjust parameters before the handshake. ** SRP was corrected to adhere (more) to the latest draft (published soon as RFC) ** Corrected bug which did not allow a server to run without supporting certificates. ** Updated the DN parser which now prints wrongly decoded values as hex strings.
* Use GNU coding style.Simon Josefsson2005-11-071-5/+5
|
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
|
* Simplify.Simon Josefsson2005-04-141-5/+3
|
* Clean up license templates.Simon Josefsson2005-01-241-1/+1
|
* Clean up license templates.Simon Josefsson2005-01-241-12/+16
|
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-10/+9
|
* * Improved the error logging functions, by adding a level, andNikos Mavrogiannopoulos2003-03-191-84/+32
| | | | by allowing debugging messages just by increasing the level.
* The old certificate parsing API was reimplemented over the new one. It will ↵Nikos Mavrogiannopoulos2003-02-071-1/+0
| | | | stay in the 1.0.0 release for compatibility reasons.
* Added ability to send some messages back to the application usingNikos Mavrogiannopoulos2003-01-231-4/+6
| | | | the gnutls_global_set_log_function(). This is quite experimental.
* several cleanupsNikos Mavrogiannopoulos2002-10-071-1/+1
|
* Added check for C99 macro support. Stubs are used if they are not supported ↵Nikos Mavrogiannopoulos2002-06-091-9/+25
| | | | by the compile. A more elegant solution is required.
* *** empty log message ***Nikos Mavrogiannopoulos2002-04-061-0/+3
|
* Error codes of ASN.1 parser are now independent, with a map toNikos Mavrogiannopoulos2002-03-311-0/+1
| | | | gnutls' error codes.
* Added more functions to allow access to Diffie Hellman parametersNikos Mavrogiannopoulos2002-02-131-1/+1
| | | | (partially at least). Corrected Diffie Hellman stuff.
* cleanupsNikos Mavrogiannopoulos2002-01-271-0/+7
|
* added _gnutls_record_log(), gnutls_handshake_log(), to avoid thatNikos Mavrogiannopoulos2002-01-241-0/+50
| | | | #ifdef XXX stuff. Done some cleanups in record layer.
* cleanupsNikos Mavrogiannopoulos2002-01-231-1/+7
|
* cleanups and documentation updatesNikos Mavrogiannopoulos2001-12-171-1/+1
|
* added log function (no longer use fprintf).Nikos Mavrogiannopoulos2001-07-301-0/+1
|
* several cleanups. Added check for certificate's expiration time.Nikos Mavrogiannopoulos2001-07-171-1/+1
|
* Added libgnutls-config scriptNikos Mavrogiannopoulos2001-05-151-38/+1
| | | | | gnutls.h is automaticaly generated by configure script Added libgnutls.m4
* several fixes for srp. Seems to work now!Nikos Mavrogiannopoulos2001-05-081-0/+2
|