summaryrefslogtreecommitdiff
path: root/lib/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed the invariant htype parameter of _gnutls_recv_int()Jaak Ristioja2016-02-151-1/+1
* Fix memory leak in gnutls_certificate_set_ocsp_status_request_file()Attila Molnar2016-02-101-0/+1
* ALPN: added the GNUTLS_ALPN_SERVER_PRECEDENCE flagNikos Mavrogiannopoulos2016-02-101-10/+26
* alpn: when parsing the list of protocols return at the first mutually commonNikos Mavrogiannopoulos2016-01-101-1/+2
* alpn: document how the selected protocol is selected [ci skip]Nikos Mavrogiannopoulos2016-01-091-0/+3
* split OCSP functionality from ui.cNikos Mavrogiannopoulos2015-12-311-0/+37
* Fix some typos [ci skip]Andreas Metzler2015-12-271-1/+1
* marked all extensions structures as constantNikos Mavrogiannopoulos2015-11-2130-32/+32
* removed inacurate textNikos Mavrogiannopoulos2015-10-291-3/+0
* ext master secret: extension is marked as mandatoryNikos Mavrogiannopoulos2015-10-201-1/+1
* alpn: avoid warning on signed/unsignedNikos Mavrogiannopoulos2015-10-171-1/+1
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-2330-77/+77
* Set the extended master secret status based on resumption data onlyNikos Mavrogiannopoulos2015-08-211-1/+1
* safe renegotiation: simulate receiving the extension on receival of SCSVNikos Mavrogiannopoulos2015-07-311-0/+1
* safe renegotiation: handle case where client didn't send any extensionNikos Mavrogiannopoulos2015-07-311-0/+4
* dumbfw: don't append a size prefix in the padNikos Mavrogiannopoulos2015-07-091-4/+3
* ecc ext: check return code of _gnutls_buffer_append_dataNikos Mavrogiannopoulos2015-05-211-5/+5