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:44 +0000 (22:37 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 11 Oct 2002 22:37:44 +0000 (22:37 +0000)
commitdbcc560717323ec3bd4be36618db5c0d38eac419
treeacffda0956b982dfd808fdb882b327ba74e61f2d
parent449d39f41c99d5c4e226b9b319b9555e39788696
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