summaryrefslogtreecommitdiff
path: root/lib/pkcs11_privkey.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use hints to support incomplete PKCS#11 URIsNikos Mavrogiannopoulos2014-12-231-2/+2
* pkcs11: force login on tokens that require itNikos Mavrogiannopoulos2014-11-071-2/+2
* added support for PKCS #11 keys that require reauthentication and simplified ...Nikos Mavrogiannopoulos2014-11-071-0/+33
* corrected FIND_OBJECT loop when the token func is usedNikos Mavrogiannopoulos2014-10-221-1/+2
* 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
* improve compatibility in pkcs11 key generationWolfgang Meyer zu Bergsten2014-08-061-0/+21
* set CKA_EC_PARAMS when generating an ECDSA keyNikos Mavrogiannopoulos2014-07-071-3/+21
* pkcs11: Removed length check of attribute as a sanity check for valid keys.Nikos Mavrogiannopoulos2014-07-041-2/+2
* try to restart on session errors, to avoid having a failed call.Nikos Mavrogiannopoulos2014-07-031-1/+5
* If we get a PKCS #11 session error, invalidate the cached session.Nikos Mavrogiannopoulos2014-07-031-0/+15
* On fork invalidate the PKCS #11 privkey cached sessionNikos Mavrogiannopoulos2014-07-031-4/+14
* gnutls_pkcs11_privkey_generate2(): corrected public key extraction (for ECDSA...Nikos Mavrogiannopoulos2014-07-011-2/+3
* unified PKCS#11 debug messagesNikos Mavrogiannopoulos2014-01-021-2/+2
* ensure that all the exported pkcs11 functions initialize PKCS #11.Nikos Mavrogiannopoulos2013-12-091-0/+10
* The library state is used even when not in FIPS mode.Nikos Mavrogiannopoulos2013-11-301-1/+1
* Added support for fips states.Nikos Mavrogiannopoulos2013-11-271-0/+3
* reindented codeNikos Mavrogiannopoulos2013-11-081-610/+569
* Added gnutls_pkcs11_privkey_status().Nikos Mavrogiannopoulos2013-02-251-0/+49
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* doc updateNikos Mavrogiannopoulos2012-11-211-1/+1
* pkcs11_find_object made static.Nikos Mavrogiannopoulos2012-11-121-2/+45
* when generating a PKCS #11 private key print the public key.Nikos Mavrogiannopoulos2012-11-121-0/+79
* Fix GTK-DOC warnings.Simon Josefsson2012-09-211-2/+4
* simplified ECDSA/DSA signature generation in tokens.Nikos Mavrogiannopoulos2012-08-271-33/+22
* fix DSA and ECDSA signing in smart cards.Nikos Mavrogiannopoulos2012-08-261-0/+48
* documentation fixes.Nikos Mavrogiannopoulos2012-08-041-1/+1
* Added PIN callbacks in structures that may require PIN access to override the...Nikos Mavrogiannopoulos2012-07-161-11/+31
* PIN callback function was made more generic than PKCS #11.Nikos Mavrogiannopoulos2012-07-161-1/+1
* Added tpmtool.Nikos Mavrogiannopoulos2012-07-061-1/+1
* Added initial support for TPM keys.Nikos Mavrogiannopoulos2012-07-041-1/+1
* Use the label when looking for a certificate or private key in PKCS #11.Nikos Mavrogiannopoulos2012-06-211-2/+6
* In tokens that allow multiple sessions make the private key session persistent.Nikos Mavrogiannopoulos2012-06-091-28/+71
* Since: 3.0.0 -> Since 3.0 to reflect that it might be on a later version than...Nikos Mavrogiannopoulos2012-02-181-1/+1
* Add/fix copyright headers.Simon Josefsson2012-01-201-1/+1
* GNUTLS_PK_ECC -> GNUTLS_PK_ECNikos Mavrogiannopoulos2012-01-021-1/+1
* Added Stef to authors of pkcs11.Nikos Mavrogiannopoulos2011-10-201-1/+1
* Fix gtk-doc Since: tags.Simon Josefsson2011-09-211-0/+2