Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Break up openssl provider | Jack Lloyd | 2015-10-19 | 1 | -117/+0 |
| | | | | | | For RSA, RC4, and ECDSA put the openssl versions in the same directory as the base version. They just rely on a macro check for the openssl module to test for the desire to use OpenSSL. | ||||
* | Fix includes for openssl | Jack Lloyd | 2015-09-19 | 1 | -0/+2 |
| | |||||
* | Internal header cleanups | Jack Lloyd | 2015-09-19 | 1 | -1/+0 |
| | | | | Only user-visible change is the removal of get_byte.h | ||||
* | Reverse the algorithm priority ordering | Jack Lloyd | 2015-08-29 | 1 | -1/+2 |
| | | | | | | Previously 0 was the highest priority and 255 was the lowest. But this is really quite confusing, instead treat 0 as lowest and 255 as highest so normal integer intuitions apply. | ||||
* | Enable OpenSSL for providing ciphers and hashes again. | lloyd | 2015-02-05 | 1 | -0/+115 |