summaryrefslogtreecommitdiff
path: root/lib/pkcs11_write.c
Commit message (Expand)AuthorAgeFilesLines
* pkcs11_write: Copy data to avoid double-free crashes and properly encode EC_P...Jakub Jelen2020-03-181-3/+12
* Removed all FIXME comments in code [ci skip]Nikos Mavrogiannopoulos2019-03-161-2/+2
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Remove redundant resets of variables after free()Tim Rühsen2019-02-221-1/+0
* Added test about rsa decryption under pkcs11Nikos Mavrogiannopoulos2018-11-301-1/+2
* lib: fix pkcs11 using defines from PKCS#11 3.0 for EdDSAckm-eddsaDmitry Eremin-Solenikov2018-11-281-0/+2
* Add support for EDDSA/Ed25519 object support via PKCS#11Simo Sorce2018-11-191-0/+48
* p11tool: fix initialization of security officer's PINtmp-initialize-so-pin-fixNikos Mavrogiannopoulos2018-10-241-6/+34
* pcert: added functionality to retrieve listsNikos Mavrogiannopoulos2018-05-121-4/+6
* pkcs11: mark private key objects as sensitive by defaulttmp-pkcs11-sensitive-fixNikos Mavrogiannopoulos2018-05-031-9/+13
* gnutls_pk_params_st: separate flags/qbits and curveNikos Mavrogiannopoulos2017-08-081-1/+1
* pkcs11: added support for signatures with RSA-PSSNikos Mavrogiannopoulos2017-08-031-0/+3
* pkcs11: do not set leading zeros on integersNikos Mavrogiannopoulos2017-06-121-13/+14
* pkcs11: forbid PKCS#11 extensions to be used in other than trust modulesNikos Mavrogiannopoulos2016-09-271-20/+12
* pkcs11: introduced flag GNUTLS_PKCS11_OBJ_FLAG_MARK_DISTRUSTEDNikos Mavrogiannopoulos2016-09-261-0/+7
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-5/+5
* Corrected the writing of serial number in PKCS#11 modulesNikos Mavrogiannopoulos2016-06-161-4/+9
* pkcs11: use ctx as variable name for ck_object_handle_t for clarityNikos Mavrogiannopoulos2016-06-031-11/+11
* gnutls_pkcs11_copy_x509_privkey2: corrected the writing of ECC private keyNikos Mavrogiannopoulos2015-12-311-1/+1
* gnutls_pkcs11_copy_x509_privkey2: corrected the type of the written objectNikos Mavrogiannopoulos2015-12-311-5/+5
* pkcs11: introduced gnutls_pkcs11_copy_pubkeyNikos Mavrogiannopoulos2015-10-161-0/+259
* pkcs11: write CKA_ISSUER and CKA_SERIAL_NUMBER when writing on a certificateNikos Mavrogiannopoulos2015-10-151-2/+16
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-3/+3
* Added GNUTLS_PKCS11_TOKEN_MODNAME for gnutls_pkcs11_token_get_infoNikos Mavrogiannopoulos2015-07-101-4/+4
* doc updatesNikos Mavrogiannopoulos2015-04-041-7/+13
* pkcs11: use key_usage to set the appropriate flagsNikos Mavrogiannopoulos2015-04-041-2/+53
* enhanced copy functions to allow specifying a CKA_IDNikos Mavrogiannopoulos2015-03-301-33/+48
* gnutls_pkcs11_copy_x509_privkey: increase size for attributesNikos Mavrogiannopoulos2015-03-281-1/+1
* pkcs11: added flags to mark keys as not-being signable or decryptableNikos Mavrogiannopoulos2015-03-261-4/+14
* pkcs11: set the CKA_SIGN and CKA_DECRYPT flags when writing a private keyNikos Mavrogiannopoulos2015-03-261-1/+14
* Instead of sanitizing URLs, use hints to support incomplete PKCS#11 URIsNikos Mavrogiannopoulos2014-12-231-7/+7
* pkcs11: support the CKA_EXTRACTABLE and CKA_NEVER_EXTRACTABLE flagsNikos Mavrogiannopoulos2014-11-071-0/+12
* pkcs11: added the flag GNUTLS_PKCS11_OBJ_FLAG_MARK_ALWAYS_AUTHNikos Mavrogiannopoulos2014-11-071-1/+8
* pkcs11: eliminated the need for struct token_infoNikos Mavrogiannopoulos2014-11-061-4/+4
* added gnutls_pkcs11_copy_attached_extension()Nikos Mavrogiannopoulos2014-09-121-35/+147
* 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