summaryrefslogtreecommitdiff
path: root/lib/ext
Commit message (Expand)AuthorAgeFilesLines
* doc update [ci skip]Nikos Mavrogiannopoulos2017-10-161-6/+14
* signature: on client side, only select a non-enabled signature if none matchNikos Mavrogiannopoulos2017-09-241-1/+11
* server name: refuse to resume a session which server name doesn't matchNikos Mavrogiannopoulos2017-09-242-0/+48
* Ensure the SNI extension is parsed during cache-based resumptionThomas Klute2017-09-241-1/+1
* _gnutls_recv_server_certificate_status: use the same type in subtracted valuesNikos Mavrogiannopoulos2017-08-151-2/+2
* 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-051-0/+1
* gnutls_session_ticket_key_generate: fixed operation under FIPS140-2 modeNikos Mavrogiannopoulos2017-03-011-1/+21
* heartbeat extension: doc updateNikos Mavrogiannopoulos2017-01-261-2/+3
* status_request: eliminated leak on error pathNikos Mavrogiannopoulos2017-01-051-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
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-113-8/+8
* gnutls_safe_renegotiation_status: changed return type to unsignedNikos Mavrogiannopoulos2016-08-091-1/+1
* ext: ecc: replaced SUPPORTED ECC POINT FORMATS with better formatted nameNikos Mavrogiannopoulos2016-06-151-1/+1
* lib: eliminated the use of deprecated variablesNikos Mavrogiannopoulos2016-06-061-1/+1
* ext: status_request: added more descriptive nameNikos Mavrogiannopoulos2016-06-011-1/+1
* TLS extensions: use more human-friendly namesNikos Mavrogiannopoulos2016-05-3012-12/+12
* ext master secret: don't enable when SSL 3.0 is the only protocolNikos Mavrogiannopoulos2016-05-141-3/+13
* doc: mention the TLS 1.2 restriction of sign algo functionsNikos Mavrogiannopoulos2016-05-141-2/+4
* Allow for conditional compilation of SSL 3.0 protocolNikos Mavrogiannopoulos2016-05-141-2/+11
* Introduce _gnutls_server_name_set_rawNikos Mavrogiannopoulos2016-05-121-47/+63
* server_name: only save the supported server names in the sessionNikos Mavrogiannopoulos2016-05-121-11/+14
* gnutls_server_name_get: mention GNUTLS_E_IDNA_ERROR being returnedNikos Mavrogiannopoulos2016-05-121-2/+3
* instead of assigning a variable per flag use the init flags directlyNikos Mavrogiannopoulos2016-04-281-2/+2
* Makefile.am: moved common rules (AM_CFLAGS) to common.mkNikos Mavrogiannopoulos2016-04-121-1/+2
* session tickets: avoid GCM for session tickets and rely on CBC and HMACNikos Mavrogiannopoulos2016-03-231-38/+92
* Broke apart _gnutls_recv_int() to the packet and non-packet cases.Jaak Ristioja2016-03-211-1/+1
* alpn: ALPN state is per-connection, it should not be saved with session dataYuriy M. Kaminskiy2016-03-181-48/+2
* gnutls_server_name_set: accept non-null terminated hostnamesNikos Mavrogiannopoulos2016-03-161-1/+22
* doc: updated text for gnutls_ocsp_status_request_is_checked()Nikos Mavrogiannopoulos2016-03-141-8/+14
* doc: corrected typo [ci skip]Nikos Mavrogiannopoulos2016-03-071-1/+1
* gnutls_ocsp_status_request_is_checked: document the version the flag was intr...Nikos Mavrogiannopoulos2016-03-071-1/+1
* ecc: optimized extension parsingNikos Mavrogiannopoulos2016-02-291-1/+8
* ext master secret: ensure we disable ext master secret if requestedNikos Mavrogiannopoulos2016-02-181-0/+1
* Ensure that session resumption does not occur when ext master secret status c...Nikos Mavrogiannopoulos2016-02-161-1/+8