summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/pkcs11.h
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-170/+165
* build: use /* clang-format {on|off} */ annotationDaiki Ueno2023-04-241-4/+0
* Indent codeZoltan Fridrich2023-01-271-149/+135
* pkcs11: increase the maximum PIN length from 31 to 255Daiki Ueno2020-11-131-1/+1
* Add or clean header guards in lib/includes/gnutls/tmp-public-header-guardsTim Rühsen2019-05-081-3/+4
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* pkcs11: clarify GNUTLS_PKCS11_TOKEN_MODNAME presence [ci skip]tmp-token-modname-clarificationsNikos Mavrogiannopoulos2019-02-261-1/+2
* gnutls_pkcs11_token_get_ptr, gnutls_pkcs11_obj_get_ptr: introducedNikos Mavrogiannopoulos2018-05-211-0/+11
* pkcs11: mark private key objects as sensitive by defaulttmp-pkcs11-sensitive-fixNikos Mavrogiannopoulos2018-05-031-1/+3
* pkcs11: introduce multiple levels of loadingNikos Mavrogiannopoulos2017-11-031-0/+1
* pkcs11: forward token flags to applicationsNikos Mavrogiannopoulos2017-10-211-0/+13
* gnutls_pkcs11_token_check_mechanism: introduced function to check token for a...Nikos Mavrogiannopoulos2017-08-041-0/+5
* doc updateNikos Mavrogiannopoulos2017-03-131-12/+12
* pkcs11: introduced flag GNUTLS_PKCS11_OBJ_FLAG_MARK_DISTRUSTEDNikos Mavrogiannopoulos2016-09-261-1/+3
* gnutls_pkcs11_privkey_status: return type changed to unsignedNikos Mavrogiannopoulos2016-08-041-1/+1
* gnutls_pkcs11_crt_is_known: changed to unsigned typeNikos Mavrogiannopoulos2016-06-241-1/+1
* 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-161-0/+6
* pkcs11: set the CKA_TOKEN attribute on generated public keysNikos Mavrogiannopoulos2015-08-031-1/+2
* 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
* Added gnutls_pkcs11_get_raw_issuer_by_subject_key_id and gnutls_x509_trust_li...Nikos Mavrogiannopoulos2015-06-021-1/+7
* doc updatesNikos Mavrogiannopoulos2015-04-041-0/+10
* pkcs11: use key_usage to set the appropriate flagsNikos Mavrogiannopoulos2015-04-041-6/+17
* pkcs11: enhanced key generation functions to allow specifying a CKA_IDNikos Mavrogiannopoulos2015-03-311-5/+7
* enhanced copy functions to allow specifying a CKA_IDNikos Mavrogiannopoulos2015-03-301-4/+12
* pkcs11: added flags to mark keys as not-being signable or decryptableNikos Mavrogiannopoulos2015-03-261-1/+5
* gnutls_x509_crt_import_pkcs11_url moved to pkcs11.h as it was always defined ...Nikos Mavrogiannopoulos2015-03-191-0/+1
* added gnutls_pkcs11_obj_set_info()Nikos Mavrogiannopoulos2015-03-111-0/+4
* Instead of sanitizing URLs, use hints to support incomplete PKCS#11 URIsNikos Mavrogiannopoulos2014-12-231-1/+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
* doc updateNikos Mavrogiannopoulos2014-11-281-1/+2
* Added API to read/write/delete key-cert pairs (limited to windows for now)Nikos Mavrogiannopoulos2014-11-191-4/+0
* added gnutls_pkcs11_get_raw_issuer_by_dn and gnutls_x509_trust_list_get_issue...Nikos Mavrogiannopoulos2014-11-141-0/+5
* 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
* Added gnutls_pkcs11_privkey_cpy()Nikos Mavrogiannopoulos2014-09-211-0/+5
* added gnutls_pkcs11_copy_attached_extension()Nikos Mavrogiannopoulos2014-09-121-1/+10
* allow retrieving extensions in a trust module using GNUTLS_PKCS11_OBJ_FLAG_OV...Nikos Mavrogiannopoulos2014-09-111-2/+10
* when comparing a CA certificate with the trusted list compare the name and keyNikos Mavrogiannopoulos2014-09-021-3/+5
* pkcs11: modified prototype and doc to be recognized by doc parserNikos Mavrogiannopoulos2014-08-091-1/+1
* pkcs11: added GNUTLS_PKCS11_OBJ_ATTR_MATCH flagNikos Mavrogiannopoulos2014-08-081-8/+10
* gnutls_pkcs11_flags_get_str -> gnutls_pkcs11_obj_flags_get_strNikos Mavrogiannopoulos2014-08-071-1/+1
* pkcs11: added new functions to query the object's flagsNikos Mavrogiannopoulos2014-08-071-2/+6
* pkcs11.h: introduced gnutls_pkcs11_obj_flagsNikos Mavrogiannopoulos2014-08-071-14/+34
* changed semantics of gnutls_pkcs11_privkey_get_pubkey; named gnutls_pkcs11_pr...Nikos Mavrogiannopoulos2014-08-061-1/+1
* add pubkey export from private key in pkcs11 subsystemWolfgang Meyer zu Bergsten2014-08-061-0/+6
* improve compatibility in pkcs11 key generationWolfgang Meyer zu Bergsten2014-08-061-0/+1