summaryrefslogtreecommitdiff
path: root/lib/pkcs11_write.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added option to the PKCS11 PIN callback to save PIN if the token is being usedNikos Mavrogiannopoulos2010-06-171-3/+3
* Simplified internal API. The only question that remains now is how to handleNikos Mavrogiannopoulos2010-06-031-1/+1
* Noted that there things to be done.Nikos Mavrogiannopoulos2010-06-031-8/+11
* Added support to copy certificates and private keys to tokens.Nikos Mavrogiannopoulos2010-06-031-0/+508