summaryrefslogtreecommitdiff
path: root/lib/gnutls_errors.c
Commit message (Expand)AuthorAgeFilesLines
* Updated GNUTLS_E_NO_CERTIFICATE_FOUND description.Nikos Mavrogiannopoulos2011-12-281-1/+1
* Added gnutls_x509_privkey_verify_params() which verifies the parameters of a ...Nikos Mavrogiannopoulos2011-11-111-0/+2
* removed libextra error codes.Nikos Mavrogiannopoulos2011-10-231-5/+0
* documentation updateNikos Mavrogiannopoulos2011-09-131-4/+4
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Added GNUTLS_E_CERTIFICATE_LIST_UNSORTED.Nikos Mavrogiannopoulos2011-07-311-0/+2
* Updated information on required libraries.Nikos Mavrogiannopoulos2011-07-231-1/+1
* documentation fixesNikos Mavrogiannopoulos2011-07-231-5/+5
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* reduced error message.Nikos Mavrogiannopoulos2011-06-211-2/+1
* Added new PKCS #11 flags to force an object being private or not.Nikos Mavrogiannopoulos2011-06-181-0/+2
* gnutls_pk_params_st is used internally to transfer public key parameters. Thi...Nikos Mavrogiannopoulos2011-05-221-0/+2
* Initial ecc support. Adds support for anonymous ECDH ciphersuites.Nikos Mavrogiannopoulos2011-05-201-0/+2
* Added gnutls_global_set_audit_log_function() that allows associating TLS sess...Nikos Mavrogiannopoulos2011-05-071-0/+24
* Added GNUTLS_E_USER_ERRORNikos Mavrogiannopoulos2011-04-201-0/+2
* Support for liblzo was dropped.Nikos Mavrogiannopoulos2011-04-101-2/+0
* 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
* Added photuris-like resource protection on the server. Added gnutls_dtls_cook...Nikos Mavrogiannopoulos2011-03-131-0/+1
* Added intermediate handshake layer that will order handshake packets and drop...Nikos Mavrogiannopoulos2011-03-061-0/+2
* Allow setting the DTLS timeouts explicitly.Nikos Mavrogiannopoulos2011-02-191-0/+2
* improved premature_termination error messageNikos Mavrogiannopoulos2011-02-071-1/+1
* gnutls_recv() returns GNUTLS_E_PREMATURE_TERMINATION on EOF.Nikos Mavrogiannopoulos2011-02-071-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