Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid calling memset, memcpy within library code | Jack Lloyd | 2018-11-17 | 1 | -2/+2 |
* | Refactor mode tests, and correct bugs found | Jack Lloyd | 2018-09-29 | 1 | -0/+13 |
* | Add nonce-set checks for OpenSSL CBC mode impls | Jack Lloyd | 2018-08-17 | 1 | -1/+5 |
* | Fix OpenSSL modes | Jack Lloyd | 2018-08-05 | 1 | -1/+12 |
* | Add limits.h header for INT_MAX | Jack Lloyd | 2017-10-04 | 1 | -0/+1 |
* | Apply final annotations to the library also | Jack Lloyd | 2017-09-22 | 1 | -1/+1 |
* | More annotations | Jack Lloyd | 2017-09-19 | 1 | -1/+1 |
* | Don't crash if openssl can't allocate a new context | Kirill A. Korinsky | 2017-06-29 | 1 | -0/+3 |
* | Add copy_state to OpenSSL hash functions, and port to OpenSSL 1.1.0 | Jack Lloyd | 2017-05-22 | 1 | -17/+18 |
* | Throw OpenSSL exception if any OpenSSL function failed. | Alexander Bluhm | 2017-04-29 | 1 | -11/+11 |
* | Implement cipher modes with OpenSSL. | Alexander Bluhm | 2017-04-25 | 1 | -0/+200 |