Closed zhou0 closed 7 years ago
Could you please post here some code + test vectors which are failing?
is this still a problem?
because TLS 1.3 will drop CBC mode and move to AEAD , so I did not investigate this issue further. CFB,CTR ,OFB and AEAD modes are used instead.
because TLS 1.3 will drop CBC mode and move to AEAD , so I did not investigate this issue further. CFB,CTR ,OFB and AEAD modes are used instead.
OK, I am closing this, feel free to open a new one
when i use crypt::cipher::rc6 with crypt::mode::cbc , only part of data is processed .