aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/buffer.c (follow)
Commit message (Collapse)AuthorAge
* refactoringEgor Tensin2015-06-17
|
* refactoringEgor Tensin2015-06-17
|
* handle block parsing errors the standard wayEgor Tensin2015-06-15
|
* error handling refactoring + more docsEgor Tensin2015-06-15
|
* add error codes & messages to the libraryEgor Tensin2015-06-11
|
* refactoringEgor Tensin2015-06-11
|
* bugfixEgor Tensin2015-06-10
| | | | | | | | | Buffer decryption routine used to look at the last byte of the plaintext to determine the padding size. If used with a wrong key, the last byte could be, say, 0xff, which is definitely not the right padding size. Now it checks for proper padding at the end of the plaintext and drops the last block if no valid padding was found.
* rename source filesEgor Tensin2015-06-10