summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls
Commit message (Expand)AuthorAgeFilesLines
* when verifying account for all responses available via RFC6961 status request...ocsp2Nikos Mavrogiannopoulos2015-02-051-0/+2
* Added support to read and send the RFC6961 status request.Nikos Mavrogiannopoulos2015-02-041-9/+9
* Revert "Added gnutls_record_is_async()"Nikos Mavrogiannopoulos2015-01-281-1/+0
* Added gnutls_record_is_async()Nikos Mavrogiannopoulos2015-01-271-0/+1
* exported gnutls_system_recv_timeout()Nikos Mavrogiannopoulos2015-01-251-0/+1
* gnutls.h: made DTLS protocol version numbering distinctNikos Mavrogiannopoulos2014-12-311-2/+3
* Instead of sanitizing URLs, use hints to support incomplete PKCS#11 URIsNikos Mavrogiannopoulos2014-12-231-1/+2
* gnutls_x509_crt_import_url replaces gnutls_x509_crt_import_pkcs11_urlNikos Mavrogiannopoulos2014-12-231-2/+2
* combined gnutls_pkcs11_obj_attr_t with gnutls_pkcs11_obj_flagsNikos Mavrogiannopoulos2014-12-221-50/+45
* first attempt to unify obj_attrs with obj_flagsNikos Mavrogiannopoulos2014-12-211-16/+19
* Added definitions for CCM ciphersuitesNikos Mavrogiannopoulos2014-12-031-0/+4
* Modified crypto backend to accomodate for the CCM ciphersuitesNikos Mavrogiannopoulos2014-12-031-14/+14
* removed the old gnutls_retr_st compatibility functionsNikos Mavrogiannopoulos2014-12-031-53/+0
* Removed binary compatibility with RSA-EXPORT using applicationsNikos Mavrogiannopoulos2014-12-031-53/+0
* removed the old priority functionsNikos Mavrogiannopoulos2014-12-031-19/+0
* removed gnutls_x509_crt_verify_hash() and gnutls_x509_crt_verify_data()Nikos Mavrogiannopoulos2014-12-031-15/+0
* gnutls_sign_callback_set() and gnutls_sign_callback_get() were removedNikos Mavrogiannopoulos2014-12-031-8/+0
* renumbered fields in gnutls.hNikos Mavrogiannopoulos2014-12-031-19/+19
* gnutls_system_key_iter_get_info() allows restricting results to a specific ce...Nikos Mavrogiannopoulos2014-11-281-0/+1
* doc updateNikos Mavrogiannopoulos2014-11-282-1/+8
* Added flag GNUTLS_X509_CRT_LIST_SORT for gnutls_x509_crt_list_import*Nikos Mavrogiannopoulos2014-11-272-1/+7
* doc updateNikos Mavrogiannopoulos2014-11-231-1/+2
* Allow the construction of chains with custom URLsNikos Mavrogiannopoulos2014-11-231-2/+13
* export gnutls_register_custom_urlNikos Mavrogiannopoulos2014-11-231-1/+1
* Added the ability to register application specific URLs for keys and certsNikos Mavrogiannopoulos2014-11-231-0/+65
* gnutls_priority_string_list: allow printing the special keywords as well.Nikos Mavrogiannopoulos2014-11-211-1/+3
* Added API to read/write/delete key-cert pairs (limited to windows for now)Nikos Mavrogiannopoulos2014-11-195-5/+70
* added gnutls_pkcs11_get_raw_issuer_by_dn and gnutls_x509_trust_list_get_issue...Nikos Mavrogiannopoulos2014-11-142-0/+10
* replaced gnutls_ocsp_resp_get_responder_by_key with gnutls_ocsp_resp_get_resp...Nikos Mavrogiannopoulos2014-11-131-2/+8
* Added gnutls_ocsp_resp_get_responder_by_key()Nikos Mavrogiannopoulos2014-11-131-0/+4
* added the notion of preferred sign algorithm in a private keyNikos Mavrogiannopoulos2014-11-131-3/+8
* Added flag GNUTLS_OCSP_SR_IS_AVAIL for gnutls_ocsp_status_request_is_checkedNikos Mavrogiannopoulos2014-11-131-0/+1
* Enable PIN support to gnutls_x509_privkey_tNikos Mavrogiannopoulos2014-11-121-0/+5
* Added gnutls_memcmp() and exported it.Nikos Mavrogiannopoulos2014-11-111-0/+3
* indentation fixNikos Mavrogiannopoulos2014-11-111-13/+7
* added gnutls_pkcs12_bag_set_privkey()Nikos Mavrogiannopoulos2014-11-111-0/+5
* dropped unused copy_funcNikos Mavrogiannopoulos2014-11-111-4/+0
* exported gnutls_memset()Nikos Mavrogiannopoulos2014-11-081-0/+3
* pkcs11: support the CKA_EXTRACTABLE and CKA_NEVER_EXTRACTABLE flagsNikos Mavrogiannopoulos2014-11-071-1/+5
* pkcs11: added the flag GNUTLS_PKCS11_OBJ_FLAG_MARK_ALWAYS_AUTHNikos Mavrogiannopoulos2014-11-071-1/+3
* introduced GNUTLS_MAX_SESSION_ID_SIZENikos Mavrogiannopoulos2014-11-051-0/+2
* Added support for RFC7366 (encrypt then authenticate)Nikos Mavrogiannopoulos2014-11-031-0/+1
* dropped gnutls_fd_in_use, it is no longer necessaryNikos Mavrogiannopoulos2014-10-311-3/+0
* Added gnutls_dh_params_import_raw2(), which allows to specify the number of b...Nikos Mavrogiannopoulos2014-10-291-0/+4
* Added a new simple to use AEAD APINikos Mavrogiannopoulos2014-10-251-0/+26
* added gnutls_fd_in_use() to check whether a file descriptor is in useNikos Mavrogiannopoulos2014-10-221-0/+3
* added gnutls_priority_string_list(), a function to iterate all priority stringsNikos Mavrogiannopoulos2014-10-161-0/+3
* removed flag GNUTLS_VERIFY_KEY_PURPOSE_ON_INTERMEDIATENikos Mavrogiannopoulos2014-10-091-5/+0
* Added support for the extended master secret calculationNikos Mavrogiannopoulos2014-10-081-0/+1
* Added gnutls_record_discard_queued()Nikos Mavrogiannopoulos2014-10-071-0/+1