Hi,

        I went through  FIPS-197 for AES. Now if I want to test 
                void AES_cbc_encrypt(const unsigned char *in, unsigned
char *out,
                     const unsigned long length, const AES_KEY *key,
                     unsigned char *ivec, const int enc) function.
        How should I test this function?

Regards,
Jaya.



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marek Marcola
Sent: Monday, September 04, 2006 4:51 PM
To: openssl-users@openssl.org
Subject: Re: Aes-256

Hello,
>       I want to test AES-256 encryption and decryption. And also 
> SH-512 hashing functionality in SSL. Pls can any one tell me how do I 
> do it?
If you want to check correctness of your implementation/OpenSSL API you
may download FIPS-197 (for AES) and FIPS-180 (for SHA1/256/384/512) and
use test vectors from this documents.

Best regards,
--
Marek Marcola <[EMAIL PROTECTED]>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to