summaryrefslogtreecommitdiff
path: root/lib/ext
Commit message (Expand)AuthorAgeFilesLines
* server_name: only save the supported server names in the sessionNikos Mavrogiannopoulos2016-05-121-11/+14
* 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
* ecc: optimized extension parsingNikos Mavrogiannopoulos2016-02-291-1/+8
* 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-101-0/+3
* Fix some typos [ci skip]Andreas Metzler2015-12-271-1/+1
* max_record: don't consider this extension on DTLSNikos Mavrogiannopoulos2015-12-241-0/+6
* removed inacurate textNikos Mavrogiannopoulos2015-10-291-3/+0
* ext master secret: extension is marked as mandatoryNikos Mavrogiannopoulos2015-10-201-1/+1
* 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
* before falling back to SHA1 as signature algorithm in TLS 1.2 check if it is ...Nikos Mavrogiannopoulos2015-04-251-1/+5
* _gnutls_session_sign_algo_enabled: do not consider any values from the extens...Nikos Mavrogiannopoulos2015-04-251-17/+1
* only send EtM extension if we have CBC ciphersuitesNikos Mavrogiannopoulos2015-04-011-1/+4
* Fix a few compiler warnings about unused variablesJiří Klimeš2015-03-281-1/+4
* ext: server_name: move name length check prior to IDN convertionNikos Mavrogiannopoulos2015-03-261-5/+5
* When an application calls gnutls_server_name_set() with a name of zero size d...Nikos Mavrogiannopoulos2015-03-261-0/+5
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-2011-29/+29
* added gnutls_ext_set_data() and gnutls_ext_get_data()Nikos Mavrogiannopoulos2015-03-2011-92/+92
* Added priority string %NO_SESSION_HASH to prevent advertising the extended ma...Nikos Mavrogiannopoulos2014-11-131-3/+5
* certificate status requestion response is optional according to RFC6066Nikos Mavrogiannopoulos2014-11-131-1/+1
* Added gnutls_memcmp() and exported it.Nikos Mavrogiannopoulos2014-11-111-1/+1
* exported gnutls_memset()Nikos Mavrogiannopoulos2014-11-081-1/+2
* EtM fixes: it only applies to block ciphersNikos Mavrogiannopoulos2014-11-041-2/+2
* updated textNikos Mavrogiannopoulos2014-11-041-1/+1
* Added support for RFC7366 (encrypt then authenticate)Nikos Mavrogiannopoulos2014-11-033-1/+168
* corrected likely macro usageNikos Mavrogiannopoulos2014-10-241-2/+2
* do not negotiate nor use the 'extended master secret' in SSL 3.0Nikos Mavrogiannopoulos2014-10-231-2/+21
* EXT MASTER SECRET moved to mandatory extensionsNikos Mavrogiannopoulos2014-10-231-1/+1
* forbid heartbeat messages during a handshakeNikos Mavrogiannopoulos2014-10-091-0/+3
* Added support for the extended master secret calculationNikos Mavrogiannopoulos2014-10-083-2/+139
* use wait and retransmit when receiving session ticketsNikos Mavrogiannopoulos2014-10-021-0/+12
* fixed compilation warningsNikos Mavrogiannopoulos2014-09-251-1/+0
* alpn: fix version documentationTristan Matthews2014-08-301-2/+2
* doc updateNikos Mavrogiannopoulos2014-08-291-1/+1
* the server_name extension will convert input and output names to IDNA.Nikos Mavrogiannopoulos2014-08-231-16/+61
* Added gnutls_record_recv_packet() and gnutls_packet_deinit()Nikos Mavrogiannopoulos2014-06-061-1/+1
* removed legacy code.Nikos Mavrogiannopoulos2014-05-102-2/+2
* Addressed memory leak in status request extension handling during rehandshake.Nikos Mavrogiannopoulos2014-05-091-7/+20
* Avoid memory leak in safe renegotiation extension handling.Nikos Mavrogiannopoulos2014-05-081-5/+6
* Account the length byte in SRP extension.Nikos Mavrogiannopoulos2014-05-051-0/+2
* initialize to null the SRP extension data on allocation.Nikos Mavrogiannopoulos2014-05-041-1/+1
* More precise packet length checking.Nikos Mavrogiannopoulos2014-05-043-1/+11
* removed redundant code. Reported by David Binderman.Nikos Mavrogiannopoulos2014-04-281-6/+0
* several bug fixes due to coverity.Nikos Mavrogiannopoulos2014-04-151-0/+2
* More strict checking of heartbeat padding size boundaries.Nikos Mavrogiannopoulos2014-04-111-8/+8