summaryrefslogtreecommitdiff
path: root/lib/pkcs11_privkey.c
Commit message (Expand)AuthorAgeFilesLines
* gnutls_pkcs11_privkey_init: document limitation on created object [ci skip]Nikos Mavrogiannopoulos2017-03-131-2/+8
* pkcs11: re-open privkey session handle on CKR_SESSION_HANDLE_INVALIDtmp-pkcs11-more-unit-testsNikos Mavrogiannopoulos2017-03-131-3/+11
* pkcs11: re-open private key session inside a locked sectionNikos Mavrogiannopoulos2017-03-131-6/+16
* pkcs11: introduced locks to PKCS#11 private key structureNikos Mavrogiannopoulos2017-03-131-0/+24
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-13/+13
* gnutls_pkcs11_privkey_status: return type changed to unsignedNikos Mavrogiannopoulos2016-08-041-1/+1
* pkcs11: on object import always check for a support public key algorithmNikos Mavrogiannopoulos2016-07-041-6/+8
* pkcs11: use ctx as variable name for ck_object_handle_t for clarityNikos Mavrogiannopoulos2016-06-031-7/+7
* pkcs11: implement correct DSA key pair generatingJan Vcelak2016-02-261-4/+59
* pkcs11: moved default RSA public exponent out of stackNikos Mavrogiannopoulos2015-12-311-3/+4
* pkcs11: import public keys from any available objectNikos Mavrogiannopoulos2015-12-311-15/+56
* Do not allow importing public keys from PKCS #11 private keys for DSA and ECDSANikos Mavrogiannopoulos2015-12-081-0/+8
* Revert "Do not allow importing public keys from PKCS #11 private keys for DSA...Nikos Mavrogiannopoulos2015-12-081-2/+2
* Do not allow importing public keys from PKCS #11 private keys for DSA and ECDSANikos Mavrogiannopoulos2015-12-061-2/+2
* pkcs11: avoid setting a variable which isn't usedNikos Mavrogiannopoulos2015-12-061-2/+1
* pkcs11: deinitialize gnutls_pkcs11_obj_t's pubkey on deinitNikos Mavrogiannopoulos2015-12-061-2/+2
* pkcs11: fix passing of incorrect variable in privkey_get_pubkeyJan Vcelak2015-12-061-1/+1
* pkcs11: introduced gnutls_pkcs11_copy_pubkeyNikos Mavrogiannopoulos2015-10-161-1/+1
* pkcs11: when storing public keys, make sure they are marked as not privateNikos Mavrogiannopoulos2015-09-041-0/+5
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-5/+5
* pkcs11: set the CKA_TOKEN attribute on generated public keysNikos Mavrogiannopoulos2015-08-031-1/+8
* doc updatesNikos Mavrogiannopoulos2015-04-041-1/+2
* pkcs11: use key_usage to set the appropriate flagsNikos Mavrogiannopoulos2015-04-041-4/+7
* pkcs11: enhanced key generation functions to allow specifying a CKA_IDNikos Mavrogiannopoulos2015-03-311-15/+56
* gnutls_pkcs11_privkey_generate2: increased the size of ck_attributesNikos Mavrogiannopoulos2015-03-271-1/+1
* pkcs11: check gnutls_rnd() for error conditionNikos Mavrogiannopoulos2015-03-271-1/+6
* gnutls_pkcs11_privkey_generate2: set a CKA_ID on key generationNikos Mavrogiannopoulos2015-03-271-1/+13
* pkcs11: added flags to mark keys as not-being signable or decryptableNikos Mavrogiannopoulos2015-03-261-8/+28
* doc: avoid mentioning pointers when not neededNikos Mavrogiannopoulos2015-03-201-1/+1
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-6/+6
* better cleanup in gnutls_pkcs11_privkey_import_url and allow reuseNikos Mavrogiannopoulos2014-12-231-4/+21
* dropped the sanitize URL approachNikos Mavrogiannopoulos2014-12-231-1/+1
* Instead of sanitizing URLs, use hints to support incomplete PKCS#11 URIsNikos Mavrogiannopoulos2014-12-231-2/+2
* prior to importing objects with URLs sanitize themNikos Mavrogiannopoulos2014-11-201-2/+3
* pkcs11: perform reauth at the appropriate stateNikos Mavrogiannopoulos2014-11-071-22/+22
* pkcs11: force login on tokens that require itNikos Mavrogiannopoulos2014-11-061-2/+2
* added support for PKCS #11 keys that require reauthentication and simplified ...Nikos Mavrogiannopoulos2014-11-061-0/+33
* corrected FIND_OBJECT loop when the token func is usedNikos Mavrogiannopoulos2014-10-221-1/+2
* Added gnutls_pkcs11_privkey_cpy()Nikos Mavrogiannopoulos2014-09-211-0/+26
* pkcs11: modified prototype and doc to be recognized by doc parserNikos Mavrogiannopoulos2014-08-091-2/+2
* corrected typoNikos Mavrogiannopoulos2014-08-081-1/+1
* doc updateNikos Mavrogiannopoulos2014-08-071-0/+2
* pkcs11: simplified pkcs11_privkey handlingNikos Mavrogiannopoulos2014-08-071-116/+47
* pkcs11: added new functions to query the object's flagsNikos Mavrogiannopoulos2014-08-071-1/+1
* _gnutls_privkey_get_mpis: extended to work for PKCS #11 keysNikos Mavrogiannopoulos2014-08-061-22/+45
* doc updateNikos Mavrogiannopoulos2014-08-061-1/+1
* changed semantics of gnutls_pkcs11_privkey_get_pubkey; named gnutls_pkcs11_pr...Nikos Mavrogiannopoulos2014-08-061-55/+18
* gnutls_pkcs11_privkey_get_pubkey: return GNUTLS_E_INVALID_REQUEST on invalid ...Nikos Mavrogiannopoulos2014-08-061-1/+1
* add pubkey export from private key in pkcs11 subsystemWolfgang Meyer zu Bergsten2014-08-061-0/+117
* documented flags formatNikos Mavrogiannopoulos2014-08-061-1/+1