opensc/src
Alessio Di Mauro 2f94a6b155
pkcs11-tool: allow setting CKA_EXTRACTABLE during keypair generation
Section 4.9 of the PKCS#11 v2.40 specification [1], mentions
CKA_EXTRACTABLE as a valid attribute for Private Key objects. However,
when calling "pkcs11-tool" with the "--exportable" option, the
attribute is not set as part of the private key template.

[1]: http://docs.oasis-open.org/pkcs11/pkcs11-base/v2.40/errata01/os/pkcs11-base-v2.40-errata01-os-complete.html
2021-06-23 15:29:29 +02:00
..
common Add correct prefix on the clang-tidy commandline 2021-05-05 14:22:58 +02:00
libopensc Use const types for RSA and EC_KEY 2021-06-02 15:46:00 +02:00
minidriver Minidriver RSA-PSS signing not working 2021-02-25 18:35:57 +01:00
pkcs11 Merge pull request #2343 from Jakuje/ossl3v1 2021-06-07 14:38:30 +02:00
pkcs15init Do not use deprecated ERR_load_ERR_strings() with OpenSSL 3.0 2021-05-24 11:25:53 +02:00
scconf fixed missing includes 2020-05-11 18:58:12 +02:00
sm sm: Rewrite to use non-deprecated OpenSSL 3.0 API 2021-05-24 11:25:53 +02:00
smm sm: Rewrite to use non-deprecated OpenSSL 3.0 API 2021-05-24 11:25:53 +02:00
tests p11test: Use OPTIONAL_OPENSSL_CFLAGS 2021-06-11 05:28:07 -05:00
tools pkcs11-tool: allow setting CKA_EXTRACTABLE during keypair generation 2021-06-23 15:29:29 +02:00
ui pcsc: immediately exit on hotplug events 2020-06-09 12:07:04 +02:00
Makefile.am added fuzzing with libFuzzer and OSS-Fuzz 2019-07-26 15:23:02 +02:00
Makefile.mak use compat_getopt_long if getopt_long is not available 2019-03-25 14:30:09 +01:00