Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remove specialized buffer encryption functions | Egor Tensin | 2015-06-25 |
| | |||
* | better error messages + refactoring | Egor Tensin | 2015-06-18 |
| | |||
* | refactoring | Egor Tensin | 2015-06-17 |
| | |||
* | refactoring | Egor Tensin | 2015-06-17 |
| | |||
* | handle block parsing errors the standard way | Egor Tensin | 2015-06-15 |
| | |||
* | error handling refactoring + more docs | Egor Tensin | 2015-06-15 |
| | |||
* | add error codes & messages to the library | Egor Tensin | 2015-06-11 |
| | |||
* | refactoring | Egor Tensin | 2015-06-11 |
| | |||
* | bugfix | Egor Tensin | 2015-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 files | Egor Tensin | 2015-06-10 |