Hi,
There is no core support for aes in counter mode in openssl.
I had tried to work on aes in counter mode from openssl in version 1.0.0-beta.
I did not find any support even though the functions are defined. As per my
knowledge even for later versions its not added still but i do not know the
hello all.
I am trying to use AES128ctr mode in openssl. I am using my hardware driver for
the same for encryption and decryption through openssl. Encryption is working
fine but during decryption it gives bad decryption error. I am using the
following commands
openssl enc -e -in infile -out en
can that aes_ctr.c be used to connect to hardware driver. I have a hardware
driver which can implement the encryption method for more performance.
Thanks
On Thu, 02 Sep 2010 03:30:20 +0530 wrote
>
OpenSSL
1.0.0a has aes_ctr.c in the crypto/aes directory.
Erik Tkal
Subject: AES i
hi all,
I was working on the Openssl1.0.0 version for AES cryptographic support in
counter mode i.e; AES-CTR mode. I did not find any support added to the
openssl1.0.0 version. I wanted to ask that is there support for AES counter
mode in openssl?? if Yes which version of Openssl support AES co
hi all,
I have been working on openssl 1.0.0 for support on AES encryption method in
counter mode. I was wondering wheter there is any support for AES in counter
mode in Openssl. Please tell me where to find the corresponding source for the
AES counter mode if there is support for the that in o