summaryrefslogtreecommitdiff
path: root/lib/ext
Commit message (Expand)AuthorAgeFilesLines
* _gnutls_recv_server_certificate_status: use the same type in subtracted valuesNikos Mavrogiannopoulos2017-08-161-2/+2
* ext/ecc: renamed Supported curves extensionNikos Mavrogiannopoulos2017-08-101-3/+4
* prior to negotiating a signature check compatibility with private keyNikos Mavrogiannopoulos2017-08-042-2/+9
* handshake: moved group negotiation after ciphersuite selectionNikos Mavrogiannopoulos2017-08-021-13/+4
* security_parameters: simplified contents by keeping pointer to cipher_suite_e...Nikos Mavrogiannopoulos2017-08-021-4/+3
* TLS: introduced support for RFC7919 groupsNikos Mavrogiannopoulos2017-08-012-48/+75
* server_name: several simplifications of the code baseNikos Mavrogiannopoulos2017-07-212-162/+82
* server_name: be strict in decoding errorsNikos Mavrogiannopoulos2017-07-181-6/+5
* ext_master_secret: return proper error code on decoding errorNikos Mavrogiannopoulos2017-07-181-1/+1
* priorities: share priority structures across sessionsNikos Mavrogiannopoulos2017-07-107-29/+29
* Renamed fields of sign_algorithm_stNikos Mavrogiannopoulos2017-07-101-6/+6
* handshake: simplified signature algorithm list generationNikos Mavrogiannopoulos2017-07-102-39/+23
* Eliminated access to obsolete priority cache fieldsNikos Mavrogiannopoulos2017-07-101-69/+79
* removed unused cipher-suite and KX related functionsNikos Mavrogiannopoulos2017-07-101-15/+23
* ext/alpn: added stricter checks on field lengthsNikos Mavrogiannopoulos2017-07-041-6/+10
* Removed support for openpgp certificates and keysNikos Mavrogiannopoulos2017-06-163-288/+3
* TLS extensions: mark each extension which cannot be overridenNikos Mavrogiannopoulos2017-06-1415-8/+23
* removed type extension_priv_data_tNikos Mavrogiannopoulos2017-06-1411-98/+98
* TLS extensions: several simplificationsNikos Mavrogiannopoulos2017-06-141-1/+1
* replaced MAX_SIGNATURE_ALGORITHMS macro with MAX_ALGOSNikos Mavrogiannopoulos2017-05-291-2/+2
* ext/signature: accept compatible algorithms with PKNikos Mavrogiannopoulos2017-05-291-2/+1
* gnutls_ocsp_status_request_enable_client: removed support for problematic par...Nikos Mavrogiannopoulos2017-05-241-65/+12
* gnutls_ocsp_status_request_enable_client: documented requirements for parametersNikos Mavrogiannopoulos2017-05-241-3/+9
* ext/status_request: Removed the parsing of responder IDs from client extensionNikos Mavrogiannopoulos2017-05-241-52/+16
* ext/status_request: ensure response IDs are properly deinitializedNikos Mavrogiannopoulos2017-05-241-6/+11
* doc: document intended fallthroughNikos Mavrogiannopoulos2017-04-061-0/+1
* ext/signature: error on invalid extension formatNikos Mavrogiannopoulos2017-03-071-0/+2
* ext/signature: reject an extension with padded dataNikos Mavrogiannopoulos2017-03-071-0/+3
* ext/signature: reject an extension size of zeroNikos Mavrogiannopoulos2017-03-071-1/+1
* gnutls_session_ticket_key_generate: fixed operation under FIPS140-2 modeNikos Mavrogiannopoulos2017-03-011-1/+21
* eliminated dead code as indicated by clang scan-buildNikos Mavrogiannopoulos2017-02-201-1/+1
* gnutls_heartbeat_allowed: corrected type on dummy wrappertmp-tz-fixNikos Mavrogiannopoulos2017-02-021-1/+1
* doc update [ci skip]Nikos Mavrogiannopoulos2017-01-311-1/+2
* gnutls_heartbeat_allowed: corrected return typeNikos Mavrogiannopoulos2017-01-311-1/+1
* heartbeat extension: doc updatetmp-libidn2Nikos Mavrogiannopoulos2017-01-261-2/+3
* status_request: eliminated leak on error pathNikos Mavrogiannopoulos2017-01-031-5/+10
* corrected log message [ci skip]Nikos Mavrogiannopoulos2016-11-241-2/+2
* IDNA code re-organizationNikos Mavrogiannopoulos2016-11-231-60/+21
* server_name: log server name sentNikos Mavrogiannopoulos2016-11-211-0/+2
* deprecated _gnutls_rnd() in favor of exported gnutls_rnd()Nikos Mavrogiannopoulos2016-11-042-2/+2
* Reverted the behavior of sending a status request extension even without a re...Nikos Mavrogiannopoulos2016-10-271-42/+67
* Terminate handshake if only unknown or disabled signatures are advertized by ...Nikos Mavrogiannopoulos2016-10-261-8/+7
* modified the gnutls_certificate_set_key* changeNikos Mavrogiannopoulos2016-10-241-1/+2
* fix zero-termination in _gnutls_server_name_set_raw() for large server namesNikos Mavrogiannopoulos2016-10-032-4/+7
* Only send the status request extension on cert authenticationNikos Mavrogiannopoulos2016-09-231-0/+5
* On client side allow signing with the signature algorithm of our certNikos Mavrogiannopoulos2016-09-222-4/+10
* _gnutls_session_get_sign_algo: always return GNUTLS_SIGN_UNKNOWN on failureNikos Mavrogiannopoulos2016-09-221-1/+1
* gnutls_certificate_set_ocsp_status_request_file: mention version it was enhancedNikos Mavrogiannopoulos2016-09-131-0/+3
* Added gnutls_certificate_set_ocsp_status_request_function2Nikos Mavrogiannopoulos2016-09-121-59/+108
* doc: clarifications in gnutls_certificate_set_ocsp_status_request_function()Nikos Mavrogiannopoulos2016-09-121-4/+3