Re: aes-128-cbc with testvector from NIST does not match

2004-05-04 Thread Ramon Amat Jimenez
The test vectors you were using were from a Monte Carlo test which uses a number of iterations of the algorithm. More info can be found at http://csrc.nist.gov/CryptoToolkit/aes/katmct/katmct.pdf Thanks for your input. I will check that paper. Nevertheless, I assumed that the given test-vector

Re: aes-128-cbc with testvector from NIST does not match

2004-05-04 Thread Troy Monaghen
On Tue, 2004-05-04 at 09:38, Troy Monaghen wrote: > On Tue, 2004-05-04 at 03:03, Ramon Amat Jimenez wrote: > > Using aes-128-encryption with a testvector from NIST for encryption does > > not match! I have been mostly using code from example > > ./openssl-0.9.7d/crypto/evp/evp_test.c to conduct t

Re: aes-128-cbc with testvector from NIST does not match

2004-05-04 Thread Troy Monaghen
On Tue, 2004-05-04 at 03:03, Ramon Amat Jimenez wrote: > Using aes-128-encryption with a testvector from NIST for encryption does > not match! I have been mostly using code from example > ./openssl-0.9.7d/crypto/evp/evp_test.c to conduct this test. > > #cipher:key:iv:plaintext:ciphertext:0/1(dec