summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/gnutls.h.in
Commit message (Expand)AuthorAgeFilesLines
* gnutls.h: giovec_t is a typedef to iovec where that is availableNikos Mavrogiannopoulos2016-07-261-4/+1
* introduced: GNUTLS_E_UNAVAILABLE_DURING_HANDSHAKENikos Mavrogiannopoulos2016-07-221-0/+1
* x509: Fix DNS name constraints checkingMartin Ukrop2016-07-211-0/+1
* gnutls.h: define elements of gnutls_init_flags_tNikos Mavrogiannopoulos2016-07-201-0/+8
* gnutls.h: documented the version various gnutls_init flags were introducedNikos Mavrogiannopoulos2016-07-201-3/+3
* ocsp: Introduced GNUTLS_CERT_INVALID_OCSP_STATUSNikos Mavrogiannopoulos2016-06-011-1/+3
* gnutls_url_is_supported: type changed to unsignedNikos Mavrogiannopoulos2016-05-311-1/+1
* Account the TLSFeature certificate extension in certificate verificationTim Kosse2016-05-301-1/+3
* exported function to convert TLS extension numbers to stringsNikos Mavrogiannopoulos2016-05-301-0/+2
* Add support for sending unrecognized name alertsHubert Kario2016-05-061-0/+2
* handshake: enhance same certificate checks to apply to PSK/SRP usernameNikos Mavrogiannopoulos2016-04-291-3/+3
* added flag in session to force sending a client certificateNikos Mavrogiannopoulos2016-04-281-3/+5
* handshake: added support for ECDH with curve X25519Nikos Mavrogiannopoulos2016-04-241-4/+12
* Updated false start support to be transparent to applications.Nikos Mavrogiannopoulos2016-04-151-5/+4
* gnutls_init(): refer to gnutls_init_flags_t for the documentation of availabl...Nikos Mavrogiannopoulos2016-04-021-21/+27
* Introduced GNUTLS_E_ASN1_EMBEDDED_NULL_IN_STRINGNikos Mavrogiannopoulos2016-03-161-0/+1
* gnutls.h: Fixes to prevent undefined behavior (found with libubsan)Nikos Mavrogiannopoulos2016-02-291-1/+1
* Added gnutls_handshake_set_false_start_function()Nikos Mavrogiannopoulos2016-02-271-4/+12
* Added gnutls_session_get_master_secretNikos Mavrogiannopoulos2016-02-241-0/+4
* Added gnutls_session_get_flags()Nikos Mavrogiannopoulos2016-02-221-1/+20
* bumped the version of max algorithm num to account for new signing algorithmsNikos Mavrogiannopoulos2016-02-181-1/+1
* Added NIST's OIDs for SHA3 signature algorithmsNikos Mavrogiannopoulos2016-02-151-2/+27
* Added gnutls_dh_params_import_dsa() which allows to import DSA parameters int...Nikos Mavrogiannopoulos2016-02-111-0/+1
* ALPN: added the GNUTLS_ALPN_SERVER_PRECEDENCE flagNikos Mavrogiannopoulos2016-02-101-1/+16
* x509: introduced GNUTLS_SAN_OTHERNAME_KRB5PRINCIPALNikos Mavrogiannopoulos2016-01-121-3/+4
* updated documentation on supported algorithms [ci skip]Nikos Mavrogiannopoulos2015-12-221-11/+11
* Do not allow certificate change during a rehandshakeNikos Mavrogiannopoulos2015-12-081-0/+3
* When decoding extensions do not ignore decoding errorsNikos Mavrogiannopoulos2015-11-291-0/+1
* gnutls_global_init_skip: prefixed with an underscoreNikos Mavrogiannopoulos2015-11-211-2/+2
* Added gnutls_certificate_flags() and GNUTLS_CERTIFICATE_SKIP_KEY_CERT_MATCHNikos Mavrogiannopoulos2015-11-181-0/+13
* Added GNUTLS_SKIP_GLOBAL_INIT macro to allow programs skip implicit global in...Nikos Mavrogiannopoulos2015-11-161-0/+6
* Introduced the security parameter future (256) and switched ultra to 192 bitsNikos Mavrogiannopoulos2015-10-121-1/+3
* Introduced GNUTLS_INDEFINITE_TIMEOUTNikos Mavrogiannopoulos2015-10-121-0/+1
* updated documentation on gnutls_vdata_types_t based on DKG's suggestionsNikos Mavrogiannopoulos2015-09-171-4/+11
* Added API to verify private keys generated with seedNikos Mavrogiannopoulos2015-09-131-0/+1
* renamed the auto-verification functionsNikos Mavrogiannopoulos2015-09-051-2/+2
* Introduced GNUTLS_E_CERTIFICATE_VERIFICATION_ERROR to be returned by the auto...Nikos Mavrogiannopoulos2015-08-271-0/+1
* Added support for the SHA3 digest algorithmNikos Mavrogiannopoulos2015-08-261-1/+13
* Added simpler verification functions for clientsNikos Mavrogiannopoulos2015-08-241-22/+32
* Added gnutls_session_set_verify_functionNikos Mavrogiannopoulos2015-08-241-1/+3
* gnutls.h: added macro gnutls_check_version_numericNikos Mavrogiannopoulos2015-08-071-0/+10
* use pure and const gcc attributes in headersNikos Mavrogiannopoulos2015-08-071-70/+118
* corrected GNUTLS_E_INAPPROPRIATE_FALLBACK error codeNikos Mavrogiannopoulos2015-08-011-1/+1
* handshake: check for TLS_FALLBACK_SCSVAlessandro Ghedini2015-08-011-0/+3
* Introduced gnutls_hex_encode2() and gnutls_hex_decode2()Nikos Mavrogiannopoulos2015-07-211-0/+3
* gnutls_prf_rfc5705: addedNikos Mavrogiannopoulos2015-07-201-0/+4
* TPM: don't link to trousers, use dlopen()Nikos Mavrogiannopoulos2015-07-131-0/+1
* Exported functions to convert from and to OIDsNikos Mavrogiannopoulos2015-06-181-0/+15
* use the same flags in all verification functionsNikos Mavrogiannopoulos2015-06-021-0/+1
* Allow the usage of MSG_NOSIGNAL in send functionsNikos Mavrogiannopoulos2015-05-171-0/+2