| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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?
|
|\
| |
| | |
remove some EC functions we don't use
|
| | |
|
|/
|
|
| |
Fixes a warning
|
|\
| |
| | |
remove the bindings for these x86_64 specific EC functions
|
| |
| |
| |
| |
| |
| |
| |
| | |
We have no need to invoke them directly and their presence triggers a
bug related to Fedora 23's hobbling of openssl EC functions (uugh)
This also fixes the SIGBUS issue in #2503, although that is more
appropriately resolved via header fixes for universal libraries on OS X.
|
| | |
|
| | |
|
| | |
|
|/
|
|
|
| |
cffi doesn't want to guess the type, so we'll deopaque the enum and
strip the values out of the lib if EC is unavailable
|
|
|
|
| |
LIBRESSL_VERSION_NUMBER is now being incremented.
|
| |
|
| |
|
|
|