summaryrefslogtreecommitdiff
path: root/lib/pkcs11_write.c
Commit message (Expand)AuthorAgeFilesLines
* set CKA_EC_PARAMS when generating an ECDSA keyNikos Mavrogiannopoulos2014-07-071-1/+1
* Added flag GNUTLS_PKCS11_OBJ_FLAG_MARK_CA.Nikos Mavrogiannopoulos2014-06-161-0/+9
* initialize the size valueNikos Mavrogiannopoulos2014-04-281-0/+1
* unified PKCS#11 debug messagesNikos Mavrogiannopoulos2014-01-021-8/+8
* do not specify a default class when searching for objects to deleteNikos Mavrogiannopoulos2013-12-231-5/+5
* pkcs11_get_random was renamedNikos Mavrogiannopoulos2013-12-211-1/+1
* ensure that all the exported pkcs11 functions initialize PKCS #11.Nikos Mavrogiannopoulos2013-12-091-0/+12
* Improvements in PKCS #11 support.Nikos Mavrogiannopoulos2013-11-091-3/+7
* simplified gnutls_pkcs11_copy_x509_crt()Nikos Mavrogiannopoulos2013-11-091-10/+2
* reindented codeNikos Mavrogiannopoulos2013-11-081-736/+694
* simplified codeNikos Mavrogiannopoulos2013-10-301-4/+1
* get random data from pkcs#11 tokensWolfgang Meyer zu Bergsten2013-10-251-0/+61
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-031-1/+1
* GNUTLS_PKCS11_PIN -> GNUTLS_PINNikos Mavrogiannopoulos2012-07-211-2/+2
* Added PIN callbacks in structures that may require PIN access to override the...Nikos Mavrogiannopoulos2012-07-161-4/+4
* PIN callback function was made more generic than PKCS #11.Nikos Mavrogiannopoulos2012-07-161-1/+1
* In tokens that allow multiple sessions make the private key session persistent.Nikos Mavrogiannopoulos2012-06-091-24/+25
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-10/+10
* Add/fix copyright headers.Simon Josefsson2012-01-201-1/+1
* GNUTLS_PK_ECC -> GNUTLS_PK_ECNikos Mavrogiannopoulos2012-01-021-2/+2
* Corrected ECC key generation.Nikos Mavrogiannopoulos2011-11-101-1/+1
* Verify that received ECDH public key lies on the curve.Nikos Mavrogiannopoulos2011-11-051-1/+1
* Added Stef to authors of pkcs11.Nikos Mavrogiannopoulos2011-10-201-1/+1
* Fix possible infloop and build warning about uninitialied variable.Simon Josefsson2011-09-091-2/+2
* Added support to read elliptic curve public keys from PKCS #11 tokens (untest...Nikos Mavrogiannopoulos2011-09-061-5/+49
* Added gnutls_pkcs11_privkey_generate().Nikos Mavrogiannopoulos2011-09-061-0/+1
* Documentation updates. gnutls_x509_crq_sign2() and gnutls_x509_crl_sign2() we...Nikos Mavrogiannopoulos2011-08-121-0/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* More GTK-DOC improvements.Simon Josefsson2011-08-031-2/+8
* pkcs11: Use p11_kit_pin_xxx() functionality when 'pinfile' is in uris.Stef Walter2011-07-231-1/+1
* documentation fixesNikos Mavrogiannopoulos2011-07-231-4/+4
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-7/+5
* Added new PKCS #11 flags to force an object being private or not.Nikos Mavrogiannopoulos2011-06-181-19/+53
* When writing an object with CKA_TRUSTED set CKA_PRIVATE explicitly to FALSE, ...Nikos Mavrogiannopoulos2011-06-171-1/+8
* The CKA_SUBJECT must be specified for a certificate.Rickard Bellgrim2011-06-161-2/+15
* write label in PKCS #11 privkey.Nikos Mavrogiannopoulos2011-06-151-0/+8
* define ck_bool_t to be compatible with PKCS #11 bool type.Nikos Mavrogiannopoulos2011-06-151-2/+2
* The attached patch ports gnutls to p11-kit.Stef Walter2011-06-071-64/+70
* deinitialize pks variable only when needed.Nikos Mavrogiannopoulos2011-04-061-2/+3
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-141/+141
* Indent code.Simon Josefsson2010-12-061-20/+20
* Added gnutls_pkcs11_token_set_pin() and gnutls_pkcs11_token_init() to enableNikos Mavrogiannopoulos2010-11-071-0/+145
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-429/+464
* PKCS#11 URL support updated to conform to draft-pechanec-pkcs11uri-02.Nikos Mavrogiannopoulos2010-09-081-2/+4
* Reverted the SAVE_PIN approach in PIN callback. The new approach will be to p...Nikos Mavrogiannopoulos2010-07-021-2/+2
* When copying a private key the sensitive flag can be set or not. This allowsNikos Mavrogiannopoulos2010-06-281-16/+27
* Combined object flags. No implicit login any more. Login has to be specified ...Nikos Mavrogiannopoulos2010-06-281-13/+8
* Indented code.Nikos Mavrogiannopoulos2010-06-281-226/+240
* Allow flags when importing objects from PKCS11 URLs. The only flag supportedNikos Mavrogiannopoulos2010-06-281-3/+5
* Added more gnutls errors to map closer to PKCS11 actual errors.Nikos Mavrogiannopoulos2010-06-181-10/+9