summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/gnutls.h.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* GNUTLS_NONBLOCK can be used for non-DTLS sessions as wellNikos Mavrogiannopoulos2015-04-301-1/+1
* introduced GNUTLS_E_NEED_FALLBACK to allow falling back from registered ciphersNikos Mavrogiannopoulos2015-04-071-0/+2
* Added CCM-8 ciphersuitesNikos Mavrogiannopoulos2015-04-071-1/+5
* gnutls_supplemental_register will fail on double registrationNikos Mavrogiannopoulos2015-04-041-1/+2
* gnutls_do_recv/send_supplemental -> gnutls_supplemental_recv/sendNikos Mavrogiannopoulos2015-04-041-5/+6
* Added documentation for gnutls_do_send/recv_supplementalNikos Mavrogiannopoulos2015-04-041-2/+2
* the base64 xxx_alloc functions were renamed to xxx2Nikos Mavrogiannopoulos2015-04-041-4/+10
* cleanups in supplemental data supportNikos Mavrogiannopoulos2015-04-041-2/+4
* added chacha20-poly1305 as cipherNikos Mavrogiannopoulos2015-03-281-0/+2
* gnutls_record_set_max_empty_records: removedNikos Mavrogiannopoulos2015-03-281-2/+1