Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary sizeof | joshua | 2022-11-09 | 1 | -3/+3 |
| | | | | ok jsing@ tb@ | ||||
* | Move division by two out of sizeof() | tb | 2022-09-12 | 1 | -3/+3 |
| | |||||
* | Add output length validation for EVP | tb | 2022-09-07 | 1 | -6/+24 |
| | | | | From Joshua Sing | ||||
* | Fix copy-paste error | tb | 2022-09-05 | 1 | -2/+2 |
| | |||||
* | Plug leaks due to not resetting the EVP_CIPHER_CTX | tb | 2022-09-05 | 1 | -1/+11 |
| | |||||
* | New test coverage for RC4 | tb | 2022-09-03 | 1 | -0/+451 |
From Joshua Sing |