RE: RE: AES in counter mode no support in openssl

2010-09-02 Thread Erik Tkal
n the hardware vendor (or yourself) would have to implement engine code to perform the operations. Erik From: sagar gupta Subject: Re: RE: AES in counter mode no support in openssl can that aes_ctr.c be used to connect to hardware driver. I have a hardware driver which can implement the encry

Re: RE: AES in counter mode no support in openssl

2010-09-01 Thread sagar gupta
AES in counter mode no support in openssl 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??

RE: AES in counter mode no support in openssl

2010-09-01 Thread Erik Tkal
OpenSSL 1.0.0a has aes_ctr.c in the crypto/aes directory. Erik Tkal Subject: AES in counter mode no support in openssl 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

AES in counter mode no support in openssl

2010-09-01 Thread sagar gupta
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

Re: AES in counter mode no support in openssl

2010-09-01 Thread Luc Perthuis
sagar gupta wrote: 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 supp

AES in counter mode no support in openssl

2010-09-01 Thread sagar gupta
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