Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a series of constants for OpenSSL version checks (#3037) | Alex Gaynor | 2016-07-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Use a series of constants for OpenSSL version checks. N.B. I removed several qualifiers that were being used to express beta vs. release in OpenSSL version numbers. Reviewers please look closely! * Convert some python as well, also add the file * flake8 * Simplify code, remove functionality that can be expressed more simply * clean up the tests as well * more constants * wrap long lines * reflect feedback * unused * add this back? | ||||
* | Removed 0.9.8 specific hmac code (#2995) | Alex Gaynor | 2016-06-19 | 1 | -60/+5 |
| | |||||
* | HMAC_CTX_new doesn't need commented out code for no reason | Paul Kehrer | 2016-03-10 | 1 | -5/+0 |
| | |||||
* | simplify HMAC_CTX_free | Paul Kehrer | 2016-03-10 | 1 | -4/+0 |
| | |||||
* | opaque HMAC_CTX, which requires some helper functions | Paul Kehrer | 2016-03-09 | 1 | -4/+36 |
| | |||||
* | remove openssl CONDITIONAL_NAMES | Paul Kehrer | 2015-08-03 | 1 | -2/+0 |
| | |||||
* | convert to cffi 1.0 precompile system | Paul Kehrer | 2015-06-07 | 1 | -0/+85 |