summaryrefslogtreecommitdiff
path: root/lib/errors.c
Commit message (Expand)AuthorAgeFilesLines
* _gnutls_asn2err: define as static inlineDaiki Ueno2020-10-181-41/+0
* x509: reject certificates having duplicate extensionsNikos Mavrogiannopoulos2020-01-031-0/+2
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* tls13/certificate: utilize "certificate_required" alerttmp-cert-reqDaiki Ueno2019-03-051-0/+2
* Add GNUTLS_E_RECEIVED_DISALLOWED_NAME for illegal SNI namesTim Rühsen2019-01-311-2/+4
* vasprintf: use from gnulib; don't bundle twiceNikos Mavrogiannopoulos2018-12-191-1/+0
* TLS 1.3: implement anti-replay measure using ClientHello recordingDaiki Ueno2018-11-121-0/+2
* db: introduce gnutls_db_set_add_functionDaiki Ueno2018-11-121-0/+1
* handshake: send missing extension alertNikos Mavrogiannopoulos2018-10-161-0/+2
* trust list: added flag to force failure on CRL validation errorNikos Mavrogiannopoulos2018-09-211-0/+2
* gnutls_pkcs11_token_get_ptr, gnutls_pkcs11_obj_get_ptr: introducedNikos Mavrogiannopoulos2018-05-211-0/+2
* Added support for out-of-band Pre-shared keys under TLS1.3Ander Juaristi2018-04-061-3/+3
* gnutls_certificate_set_ocsp_status_request_file: match input response to cert...Nikos Mavrogiannopoulos2018-02-191-0/+2
* handshake: added support for post-handshake authenticationNikos Mavrogiannopoulos2018-02-191-0/+2
* Added support for key share extensionNikos Mavrogiannopoulos2018-02-191-0/+2
* gnutls_x509_privkey_verify_seed: improved error on missing validation parametersNikos Mavrogiannopoulos2017-08-071-0/+2
* introduced error code GNUTLS_E_PK_INVALID_PUBKEY_PARAMSNikos Mavrogiannopoulos2017-08-041-1/+3
* GNUTLS_E_INSUFFICIENT_SECURITY: moved to fatal errorsNikos Mavrogiannopoulos2017-05-311-2/+3
* gnutls_pubkey_verify_hash2: corrected operation with RSA-PSS keysNikos Mavrogiannopoulos2017-05-291-0/+2
* gnutls.h: introduced GNUTLS_E_ASN1_TIME_ERRORNikos Mavrogiannopoulos2017-05-011-0/+6
* gnutls.h: introduced GNUTLS_E_TLS_PACKET_DECODING_ERROR [ci skip]Nikos Mavrogiannopoulos2017-03-081-2/+2
* alerts: separated record overflow from decode error alertsNikos Mavrogiannopoulos2017-03-071-0/+3
* Introduced GNUTLS_E_CERTIFICATE_TIME_ERROR error codeNikos Mavrogiannopoulos2017-02-171-0/+2
* Refuse to send data during handshakeNikos Mavrogiannopoulos2017-01-181-1/+1
* gnutls_utf8_password_normalize: perform more strict check on input charactersNikos Mavrogiannopoulos2016-11-281-0/+2
* When writing alternative names to certificates ensure we write in ACE formatNikos Mavrogiannopoulos2016-11-251-0/+2
* pkcs7: return GNUTLS_E_PK_SIG_VERIFY_FAILED on hash mismatchNikos Mavrogiannopoulos2016-11-251-0/+2
* PKCS#7/8: normalize the password according to rfc7613Nikos Mavrogiannopoulos2016-11-201-0/+2
* gnutls_x509_crt_verify_data2: introduce constraints checks on the provided ce...Nikos Mavrogiannopoulos2016-10-181-1/+3
* Introduced separate error codes for invalid private and public keysNikos Mavrogiannopoulos2016-09-171-0/+4
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-2/+2
* x509: Separate out IP handling functionsMartin Ukrop2016-08-091-0/+3
* introduced: GNUTLS_E_UNAVAILABLE_DURING_HANDSHAKENikos Mavrogiannopoulos2016-07-221-0/+2
* errors: include GNUTLS_E_IDNA_ERROR to the listNikos Mavrogiannopoulos2016-05-121-0/+2
* Add support for sending unrecognized name alertsHubert Kario2016-05-061-0/+2
* handshake: enhance same certificate checks to apply to PSK/SRP usernameNikos Mavrogiannopoulos2016-04-291-2/+2
* Updated false start support to be transparent to applications.Nikos Mavrogiannopoulos2016-04-151-0/+2
* Introduced GNUTLS_E_ASN1_EMBEDDED_NULL_IN_STRINGNikos Mavrogiannopoulos2016-03-161-0/+2
* Do not allow certificate change during a rehandshakeNikos Mavrogiannopoulos2015-12-081-0/+2
* When decoding extensions do not ignore decoding errorsNikos Mavrogiannopoulos2015-11-291-0/+2
* Added API to verify private keys generated with seedNikos Mavrogiannopoulos2015-09-131-0/+2
* Introduced GNUTLS_E_CERTIFICATE_VERIFICATION_ERROR to be returned by the auto...Nikos Mavrogiannopoulos2015-08-271-0/+2
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-0/+679