On 1/31/19, 09:19, "openssl-users on behalf of Antonio Iacono"
wrote:
> Does anybody know how to use the smartcard to encrypt and decrypt files?
Smartcard performs public-key crypto operations, which aren't suitable for bulk
processing, such as file encryption/decryption. In general,
> Does anybody know how to use the smartcard to encrypt and decrypt files?
Hi Boyd,
there are many ways to encrypt/decrypto with smartcard but since you
wrote to the list of OpenSSL I answer you how to do with OpenSSL.
In the meantime you need two other software, in addition to openssl,
the engin
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of
> Boyd Ako
> Sent: Wednesday, January 30, 2019 18:08
> Does anybody know how to use the smartcard to encrypt and decrypt files?
This may depend somewhat on the type of smartcard. While PKCS#11 is a standard,
there are
Hello,
What is best practice to add own object identifiers to the crypto/objects/*
files?
It's not a problem to add all the necessary strings to the
crypto/objects/objects.txt file and invoke 'make generate_crypto_objects',
but during the branch development, the changes in the main openssl branch