summaryrefslogtreecommitdiff
path: root/lib/libgnutls.map
Commit message (Expand)AuthorAgeFilesLines
* reduced the exported functions to the minimum neededNikos Mavrogiannopoulos2015-06-181-14/+2
* libgnutls.map: use a 3.4 related name for private functionsNikos Mavrogiannopoulos2015-06-181-1/+1
* Exported functions to convert from and to OIDsNikos Mavrogiannopoulos2015-06-181-0/+9
* Added gnutls_pkcs7_get_signature_countNikos Mavrogiannopoulos2015-06-171-0/+1
* added missing symbolNikos Mavrogiannopoulos2015-06-161-0/+1
* Added gnutls_pkcs7_print()Nikos Mavrogiannopoulos2015-06-161-0/+1
* Added code to parse and set PKCS #7 attributesNikos Mavrogiannopoulos2015-06-031-0/+3
* Added gnutls_pkcs7_sign()Nikos Mavrogiannopoulos2015-06-021-0/+1
* Added gnutls_pkcs7_get_crl_raw2Nikos Mavrogiannopoulos2015-06-021-0/+1
* Added PKCS #7 signature(s) verificationNikos Mavrogiannopoulos2015-06-021-0/+5
* Added gnutls_pkcs11_get_raw_issuer_by_subject_key_id and gnutls_x509_trust_li...Nikos Mavrogiannopoulos2015-06-021-0/+2
* added gnutls_x509_dn_get_strNikos Mavrogiannopoulos2015-06-021-0/+1
* Added gnutls_x509_crt_get_pk_ecc_raw()Nikos Mavrogiannopoulos2015-04-151-0/+1
* libgnutls.map: remove gnutls_record_set_max_empty_recordsNikos Mavrogiannopoulos2015-04-041-1/+0
* account for the renamed gnutls_supplemental_recv/sendNikos Mavrogiannopoulos2015-04-041-2/+2
* the base64 xxx_alloc functions were renamed to xxx2Nikos Mavrogiannopoulos2015-04-041-4/+4
* gnutls_priv/pubkey_import_url replace: gnutls_privkey_import_pkcs11_url and g...Nikos Mavrogiannopoulos2015-04-011-2/+0
* gnutls_privkey_sign_raw_data: converted to macro over gnutls_privkey_sign_hashNikos Mavrogiannopoulos2015-04-011-1/+0
* exported new functionsNikos Mavrogiannopoulos2015-03-311-4/+3
* Added gnutls_x509_crt_check_email(), gnutls_openpgp_crt_check_email() and GNU...Nikos Mavrogiannopoulos2015-03-251-0/+2
* added gnutls_ext_set_data() and gnutls_ext_get_data()Nikos Mavrogiannopoulos2015-03-201-0/+2
* Added a way to add custom supplemental data from public API.Thierry Quemerais2015-03-191-0/+3
* Added a way to add custom extensions from public API.Thierry Quemerais2015-03-191-0/+2
* Added API to register MAC and digest algorithms.Nikos Mavrogiannopoulos2015-03-181-0/+2
* Added API to register AEAD and legacy ciphers.Nikos Mavrogiannopoulos2015-03-181-1/+3
* added gnutls_pkcs11_obj_set_info()Nikos Mavrogiannopoulos2015-03-111-0/+1
* removed gnutls_pubkey_get_verify_algorithm() and unnecessary internal APIsNikos Mavrogiannopoulos2015-02-211-1/+0
* removed gnutls_x509_crt_get_verify_algorithm()Nikos Mavrogiannopoulos2015-02-211-1/+0
* removed gnutls_pubkey_verify_hash() and gnutls_pubkey_verify_data()Nikos Mavrogiannopoulos2015-02-211-2/+0
* Added gnutls_record_get_state() and gnutls_record_set_state()Nikos Mavrogiannopoulos2015-02-201-0/+2
* 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
* removed gnutls_pubkey_get_pk_* from the exported function listNikos Mavrogiannopoulos2015-01-121-4/+0
* updated libgnutls.map for new functionsNikos Mavrogiannopoulos2014-12-311-1/+2
* gnutls_x509_crt_import_url replaces gnutls_x509_crt_import_pkcs11_urlNikos Mavrogiannopoulos2014-12-231-1/+1
* combined gnutls_pkcs11_obj_attr_t with gnutls_pkcs11_obj_flagsNikos Mavrogiannopoulos2014-12-221-2/+2
* removed several of the unneeded exported internal symbolsNikos Mavrogiannopoulos2014-12-041-11/+3
* Modified crypto backend to accomodate for the CCM ciphersuitesNikos Mavrogiannopoulos2014-12-031-2/+0
* documented the removal of deprecated functionsNikos Mavrogiannopoulos2014-12-031-23/+0
* increased gnutls' soversionNikos Mavrogiannopoulos2014-12-031-28/+5
* Added flag GNUTLS_X509_CRT_LIST_SORT for gnutls_x509_crt_list_import*Nikos Mavrogiannopoulos2014-11-271-0/+1
* export gnutls_register_custom_urlNikos Mavrogiannopoulos2014-11-231-0/+1
* removed redundant localNikos Mavrogiannopoulos2014-11-201-3/+0
* Added API to read/write/delete key-cert pairs (limited to windows for now)Nikos Mavrogiannopoulos2014-11-191-0/+4
* replaced gnutls_ocsp_resp_get_responder_by_key with gnutls_ocsp_resp_get_resp...Nikos Mavrogiannopoulos2014-11-131-1/+1
* Added gnutls_ocsp_resp_get_responder_by_key()Nikos Mavrogiannopoulos2014-11-131-0/+1
* Enable PIN support to gnutls_x509_privkey_tNikos Mavrogiannopoulos2014-11-121-0/+1
* Added gnutls_memcmp() and exported it.Nikos Mavrogiannopoulos2014-11-111-0/+1
* added gnutls_pkcs12_bag_set_privkey()Nikos Mavrogiannopoulos2014-11-111-0/+1