summaryrefslogtreecommitdiff
path: root/lib/includes
Commit message (Expand)AuthorAgeFilesLines
* gnutls.h: Fixes to prevent undefined behavior (found with libubsan)Nikos Mavrogiannopoulos2016-02-291-1/+1
* updated documentation on supported algorithms [ci skip]Nikos Mavrogiannopoulos2015-12-221-11/+11
* gnutls_pkcs7_get_embedded_data: added functionNikos Mavrogiannopoulos2015-12-171-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/+5
* Added documentation on PKCS #7 signingNikos Mavrogiannopoulos2015-11-131-4/+16
* Added gnutls_x509_crt_set_issuer_unique_id() and gnutls_x509_crt_set_subject_...Nikos Mavrogiannopoulos2015-11-121-0/+8
* pkcs11.h: relocated gnutls_pkcs11_copy_pubkey to allow discovery by buggy doc...Nikos Mavrogiannopoulos2015-10-201-3/+3
* pkcs11: introduced gnutls_pkcs11_copy_pubkeyNikos Mavrogiannopoulos2015-10-171-0/+6
* Introduced the security parameter future (256) and switched ultra to 192 bitsNikos Mavrogiannopoulos2015-10-121-1/+3
* Backported new verification functions for clients from 3.5.x branchNikos Mavrogiannopoulos2015-10-071-29/+40
* Added gnutls_session_set_verify_functionNikos Mavrogiannopoulos2015-10-071-1/+3
* updated documentation on gnutls_vdata_types_t based on DKG's suggestionsNikos Mavrogiannopoulos2015-09-171-4/+11
* pkcs11: set the CKA_TOKEN attribute on generated public keysNikos Mavrogiannopoulos2015-08-031-1/+2
* 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
* pkcs11: mention the version GNUTLS_PKCS11_TOKEN_MODNAME is available fromNikos Mavrogiannopoulos2015-07-111-1/+1
* Added GNUTLS_PKCS11_TOKEN_MODNAME for gnutls_pkcs11_token_get_infoNikos Mavrogiannopoulos2015-07-101-2/+3
* pkcs11.h: doc updateNikos Mavrogiannopoulos2015-07-101-3/+3
* Exported functions to convert from and to OIDsNikos Mavrogiannopoulos2015-06-181-0/+15
* Added gnutls_pkcs7_get_signature_countNikos Mavrogiannopoulos2015-06-171-0/+2
* Added gnutls_pkcs7_print()Nikos Mavrogiannopoulos2015-06-161-0/+3
* Added code to parse and set PKCS #7 attributesNikos Mavrogiannopoulos2015-06-031-0/+11
* use the same flags in all verification functionsNikos Mavrogiannopoulos2015-06-023-3/+10
* Added gnutls_pkcs7_sign()Nikos Mavrogiannopoulos2015-06-021-0/+11
* Added gnutls_pkcs7_get_crl_raw2Nikos Mavrogiannopoulos2015-06-021-0/+3
* pkcs7 verification: parse the signing timeNikos Mavrogiannopoulos2015-06-021-0/+2
* Initialization of gnutls_x509_dn_t was modified to allow deinitialization aft...Nikos Mavrogiannopoulos2015-06-021-1/+1
* Added PKCS #7 signature(s) verificationNikos Mavrogiannopoulos2015-06-023-36/+113
* Added gnutls_pkcs11_get_raw_issuer_by_subject_key_id and gnutls_x509_trust_li...Nikos Mavrogiannopoulos2015-06-021-1/+7
* Added gnutls_x509_crt_verify_data2() and kept gnutls_privkey_sign_data()Nikos Mavrogiannopoulos2015-06-022-10/+15
* Allow the usage of MSG_NOSIGNAL in send functionsNikos Mavrogiannopoulos2015-05-171-0/+2
* define GNUTLS_SUPPLEMENTAL_USER_MAPPING_DATANikos Mavrogiannopoulos2015-05-051-0/+3
* GNUTLS_NONBLOCK can be used for non-DTLS sessions as wellNikos Mavrogiannopoulos2015-04-301-1/+1
* Added gnutls_x509_crt_get_pk_ecc_raw()Nikos Mavrogiannopoulos2015-04-151-0/+4
* Added flags which modify the algorithm used for key ID calculationNikos Mavrogiannopoulos2015-04-081-0/+16
* 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
* doc updatesNikos Mavrogiannopoulos2015-04-042-0/+15
* the base64 xxx_alloc functions were renamed to xxx2Nikos Mavrogiannopoulos2015-04-041-4/+10
* pkcs11: use key_usage to set the appropriate flagsNikos Mavrogiannopoulos2015-04-041-6/+17
* cleanups in supplemental data supportNikos Mavrogiannopoulos2015-04-041-2/+4
* doc update: account for new functionsNikos Mavrogiannopoulos2015-04-012-2/+3