summaryrefslogtreecommitdiff
path: root/lib/alert.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed alerts returned on TLS1.3 corner casesNikos Mavrogiannopoulos2019-07-151-0/+1
* 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/+4
* alert: recognize "certificate_required"Daiki Ueno2019-03-041-0/+2
* Add GNUTLS_E_RECEIVED_DISALLOWED_NAME for illegal SNI namesTim Rühsen2019-01-311-0/+1
* gnutls_alert_send_appropriate: do not send alert to peer on all errorstmp-alerts-fixNikos Mavrogiannopoulos2019-01-231-7/+11
* alert: associate unsupported curve alerts with handshake failureNikos Mavrogiannopoulos2019-01-221-0/+2
* alert: map GNUTLS_E_UNKNOWN_COMPRESSION_ALGORITHM to illegal_parameterDaiki Ueno2019-01-091-1/+1
* handshake: send missing extension alertNikos Mavrogiannopoulos2018-10-161-0/+6
* alert: map GNUTLS_E_NO_COMMON_KEY_SHARE to handshake_failureDaiki Ueno2018-08-081-1/+1
* tls1.3: server returns early on handshake when no cert is provided by clientNikos Mavrogiannopoulos2018-08-031-0/+1
* gnutls_alert_send_appropriate: fix typeNikos Mavrogiannopoulos2018-06-141-1/+1
* handshake: use GNUTLS_E_RECEIVED_ILLEGAL_PARAMETER consistentlyNikos Mavrogiannopoulos2018-05-071-0/+1
* alert: send the appropriate alert on GNUTLS_E_ERROR_IN_FINISHED_PACKETNikos Mavrogiannopoulos2018-03-091-0/+1
* handshake: send hello retry request when no key share matchesNikos Mavrogiannopoulos2018-02-191-0/+1
* lib: use casts and be explicit on intentional enumeration useNikos Mavrogiannopoulos2017-08-181-4/+4
* TLS: introduced support for RFC7919 groupsNikos Mavrogiannopoulos2017-08-011-0/+1
* handshake: return better error code on unwanted algorithmNikos Mavrogiannopoulos2017-07-171-0/+1
* alert: map GNUTLS_E_PK_SIG_VERIFY_FAILED to GNUTLS_A_DECRYPT_ERRORNikos Mavrogiannopoulos2017-05-291-1/+4
* alert: return GNUTLS_A_BAD_CERTIFICATE on GNUTLS_E_PK_SIG_VERIFY_FAILEDNikos Mavrogiannopoulos2017-03-281-0/+1
* alert: GNUTLS_E_NO_CERTIFICATE_FOUND maps to GNUTLS_A_DECODE_ERRORNikos Mavrogiannopoulos2017-03-071-1/+1
* alert: GNUTLS_E_PK_INVALID_PUBKEY maps to GNUTLS_A_ILLEGAL_PARAMETERNikos Mavrogiannopoulos2017-03-071-0/+1
* alerts: separated record overflow from decode error alertsNikos Mavrogiannopoulos2017-03-071-1/+2
* Terminate handshake if only unknown or disabled signatures are advertized by ...Nikos Mavrogiannopoulos2016-10-261-0/+1
* Add support for sending unrecognized name alertsHubert Kario2016-05-061-0/+4
* handshake: enhance same certificate checks to apply to PSK/SRP usernameNikos Mavrogiannopoulos2016-04-291-0/+1
* When decoding extensions do not ignore decoding errorsNikos Mavrogiannopoulos2015-11-291-0/+4
* Introduced GNUTLS_E_CERTIFICATE_VERIFICATION_ERROR to be returned by the auto...Nikos Mavrogiannopoulos2015-08-271-0/+1
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-0/+356