I am trying to develop a engine for a custom RSA hardware accelerator, and have
a few questions about the RSA_METHOD stucture implementation.
Some context: for encryption, my accelerator takes as inputs the base, public
exponent, and modulus, and returns the resulting ciphertext. For decryption
On Tue, Aug 22, 2017, Lukasz Kostyra wrote:
> Hello,
>
> I've been trying recently to work with OpenSSL and use it to encrypt and
> decrypt data with AES cipher in GCM mode. While reading the documentation, I
> noticed an inconsistency between example code and manual.
>
> My concern is the funct
Hello,
I've been trying recently to work with OpenSSL and use it to encrypt and
decrypt data with AES cipher in GCM mode. While reading the documentation, I
noticed an inconsistency between example code and manual.
My concern is the function used to set GCM tag when decrypting some data. In
curre