summaryrefslogtreecommitdiff
path: root/lib/gnutls_errors.c
Commit message (Expand)AuthorAgeFilesLines
* Return a special error code if DSA keys with over 1024 are being used with TL...Nikos Mavrogiannopoulos2011-03-191-0/+2
* introduced GNUTLS_E_OPENPGP_PREFERRED_KEY_ERRORNikos Mavrogiannopoulos2011-03-161-0/+2
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-139/+139
* Add gnutls_session_channel_binding API.Simon Josefsson2010-10-141-0/+3
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-19/+19
* changed the fatality level of some errors.Nikos Mavrogiannopoulos2010-09-231-3/+5
* Reverted the SAVE_PIN approach in PIN callback. The new approach will be to p...Nikos Mavrogiannopoulos2010-07-021-2/+0
* Initialization of crypto libraries moved outside main gnutls code.Nikos Mavrogiannopoulos2010-06-291-0/+2
* Added gnutls_global_set_mutex() to allow settingNikos Mavrogiannopoulos2010-06-271-2/+2
* Added more gnutls errors to map closer to PKCS11 actual errors.Nikos Mavrogiannopoulos2010-06-181-1/+26
* Added option to the PKCS11 PIN callback to save PIN if the token is being usedNikos Mavrogiannopoulos2010-06-171-0/+2
* Added ability to export certificates from PKCS #11 tokens.Nikos Mavrogiannopoulos2010-06-031-0/+11
* Added initial PKCS #11 support. Certtool can now print lists of certificatesNikos Mavrogiannopoulos2010-06-031-1/+1
* Doc fixes.Simon Josefsson2010-05-221-1/+1
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Avoid sending alerts during handshake. Alerts might be interrupted and returnNikos Mavrogiannopoulos2010-03-031-0/+4
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-3/+3
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Added safe renegotiation patch from Steve Dispensa, modified to suit gnutlsNikos Mavrogiannopoulos2010-01-111-0/+2
* Added cryptodev support (/dev/crypto). Tested with http://www.logix.cz/michal...Nikos Mavrogiannopoulos2009-11-291-0/+6
* Indent code.Simon Josefsson2009-11-051-7/+10
* Improved TLS 1.2 support. Added support for the SignatureAlgorithm extensionNikos Mavrogiannopoulos2009-11-011-0/+2
* Reduce stack usage.Simon Josefsson2009-08-201-3/+8
* Added casts to reduce warnings (based on report by Brad Hards).Nikos Mavrogiannopoulos2009-07-131-6/+6
* Doc fix.Simon Josefsson2009-06-231-3/+3
* Rename _gnutls_dump_mpi to _gnutls_mpi_log. Rewrite to use less stack space.Simon Josefsson2009-06-031-0/+59
* Doc fixes.Simon Josefsson2009-05-261-1/+1
* Cleanup logger function type.Simon Josefsson2009-01-071-5/+2
* Improve GNUTLS_E_AGAIN explanation.Simon Josefsson2008-10-131-1/+2
* Add Since: tag for gtk-doc.Simon Josefsson2008-08-291-0/+2
* Translate unknown error code message.Simon Josefsson2008-08-291-1/+1
* Don't translate symbol names.Simon Josefsson2008-08-291-1/+1
* Fix warning about defining variable inside functions.Simon Josefsson2008-08-291-42/+52
* Add gnutls_strerror_name.Simon Josefsson2008-08-291-7/+33
* Fix warnings.Simon Josefsson2008-08-281-14/+0
* Indent code.Simon Josefsson2008-07-021-12/+19
* Increase max handshake packet size. Add new error code for situation.Simon Josefsson2008-04-291-1/+5
* Added revoked UID error string.Nikos2008-04-021-1/+2
* Added functionality to override (register) a cipher. Initial functionality fo...Nikos2008-03-161-0/+3
* merged the openpgp branch to head\!Nikos2008-01-131-0/+2
* Revert rename of GNUTLS_E_UNKNOWN_HASH_ALGORITHM.Simon Josefsson2007-11-151-2/+5
* ** Added the --to-p8 option to certtool to convert private keysNikos Mavrogiannopoulos2007-11-111-0/+2
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Added new priority functions that accept text instead of integers.Nikos Mavrogiannopoulos2007-10-221-2/+2
* ** Corrected bugs in the openpgp certificate verification functions using a k...Nikos Mavrogiannopoulos2007-10-151-2/+0
* Doc fix.Simon Josefsson2007-08-271-0/+2
* Have gnutls_error_is_fatal return 0 on positive "errors".Simon Josefsson2007-08-271-1/+7
* (gnutls_error_is_fatal): Return default is 1 for unknown error codes.Simon Josefsson2007-08-101-1/+1
* Fix.Simon Josefsson2006-03-031-2/+1