Doug Engert
Doug Engert
Yes they are deprecated in 3.0, but can still be used for some time if application is compiled with -DOPENSSL_USE_DEPRECATED -DOPENSSL_API_COMPAT=0x10101000L So that gives us time to create a provider...
> Have been thinking different hackish methods to abuse the stuff a bit but there does not seem to be a good place without a danger that some other engine...
@mtrojnar I am not sure what you are asking: "Which method do you recommend for supplying additional parameters? If you mean the difference of the OpenSC pkcs11-tool or NSS's certutil,...
This PR is over a years old and it is adding `pkcs11_generate_ec_key` Do you need to define a `pkcs11_generate_rsa_key` and also allow for other key types in the future? Or...
Sounds good On Tue, Mar 22, 2022, 2:38 PM Michał Trojnara ***@***.***> wrote: > @dengert I prefer adding something like > PKCS11_generate_key_ex() with a flexible set of parameters over a...
Good idea. It could also be used in `opensc.conf` for debug_file=. A subset of "%p" and "%t" might be all that is needed. And it can all be done within...
Modutil is in Ubuntu, and has been since 16.04. It is part of libnss-tools package and on 20.04 is version: 2.3.49.1-1ubuntu1.5 Don't know if this is still valid: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests It...
One of the web pages said this was an eID. This maybe based on other countries version of a eID card. Some commands that you could use to determine this...
Correction, the driver name is needed: opensc-tool --list-drivers opensc-tool --card-driver \ --serial opensc-tool --card-driver \ --list-files export OPENSC_DRIVER=\ (Forces the use of the one driver)
Are you proposing changes to `pkcs11-tool` to support some PKCS11 module? Or are you proposing changes for both `pkcs11-tool` and the OpenSC pkcs11 module? On the use of `CKA_VENDOR_DEFINED`, there...