summaryrefslogtreecommitdiff
path: root/lib/gnutls_errors.c
Commit message (Expand)AuthorAgeFilesLines
* Backported new verification functions for clients from 3.5.x branchbackport-new-verification-functionsNikos Mavrogiannopoulos2016-05-191-0/+2
* updated the text for GNUTLS_E_UNSUPPORTED_VERSION_PACKETNikos Mavrogiannopoulos2014-11-021-1/+1
* removed unused error valuesNikos Mavrogiannopoulos2014-09-251-5/+0
* optimized gnutls_error_is_fatal() by splitting the errors to two tablesNikos Mavrogiannopoulos2014-09-251-194/+196
* doc updateNikos Mavrogiannopoulos2014-08-221-2/+1
* Use a FIPS140-2 compliant DSA and DH parameter generator.Nikos Mavrogiannopoulos2013-11-271-0/+2
* Added gnutls_global_init2(). This allows initializing gnutls in a constructor...Nikos Mavrogiannopoulos2013-11-271-0/+2
* Added support for fips states.Nikos Mavrogiannopoulos2013-11-271-0/+6
* reindented codeNikos Mavrogiannopoulos2013-11-081-517/+536
* doc updateNikos Mavrogiannopoulos2013-11-061-4/+7
* included programs no longer depend on GPL/LGPLv3 elements of gnulib to preven...Nikos Mavrogiannopoulos2013-08-051-0/+1
* Added support for the NO_APPLICATION_PROTOCOL alert for ALPN.Nikos Mavrogiannopoulos2013-05-051-0/+2
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Added new interface.Nikos Mavrogiannopoulos2013-01-271-0/+2
* Added new error code GNUTLS_E_RANDOM_DEVICE_ERROR.Nikos Mavrogiannopoulos2013-01-071-0/+2
* The OCSP response file is now set on the credentials and other additions.Nikos Mavrogiannopoulos2012-09-301-0/+4
* several updates in the heartbeat handling code.Nikos Mavrogiannopoulos2012-09-201-4/+4
* Added Heartbeat extension support.Olga2012-08-301-1/+4
* small fixes in TPM supportNikos Mavrogiannopoulos2012-07-131-0/+4
* combined TPM initialization.Nikos Mavrogiannopoulos2012-07-081-0/+2
* Added tpmtool.Nikos Mavrogiannopoulos2012-07-061-3/+3
* distinguish password errors and use the internal octet string decoding functi...Nikos Mavrogiannopoulos2012-07-061-1/+5
* Added initial support for TPM keys.Nikos Mavrogiannopoulos2012-07-041-4/+4
* Return GNUTLS_E_LARGE_PACKET when errno is EMSGSIZENikos Mavrogiannopoulos2012-06-281-2/+2
* Re-use GNUTLS_E_DECRYPTION_FAILED for encrypted structures.Nikos Mavrogiannopoulos2012-06-051-1/+0
* Introduced GNUTLS_E_ENCRYPTED_STRUCTURE error code.Nikos Mavrogiannopoulos2012-06-031-0/+1
* Fixes and memory leak elimination in SRP authentication.Nikos Mavrogiannopoulos2012-03-021-6/+8
* properly report unexpected EOF.Nikos Mavrogiannopoulos2012-02-181-1/+2
* Cleanup copyright headers.Simon Josefsson2012-01-251-1/+1
* Added functions to parse authority key identifiers when stored as a 'general ...Nikos Mavrogiannopoulos2012-01-211-0/+2
* GNUTLS_E_NO_PRIORITIES_WERE_SET is also returned by gnutls_priority_set_*Nikos Mavrogiannopoulos2012-01-181-1/+1
* introduced GNUTLS_E_NO_PRIORITIES_WERE_SET.Nikos Mavrogiannopoulos2012-01-181-0/+2
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+1
* 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