The AES CTR API was buggy, we need to save the encrypted counter as well
authorRichard Levitte <levitte@openssl.org>
Fri, 11 Oct 2002 22:37:29 +0000 (22:37 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 11 Oct 2002 22:37:29 +0000 (22:37 +0000)
commit1729588435f4c380f4c3c61e2ee6515cffc6d4ba
tree01a126c114c11e7a98d9d36eb7bdec614c7d17bb
parent6f7c2cb31e6856435eb8e4a59ae18eda2fce34b2
The AES CTR API was buggy, we need to save the encrypted counter as well
between calls, or that will be lost if it returned with *num non-zero.
crypto/aes/aes.h
crypto/aes/aes_ctr.c