Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added BN_is_negative -- refs #4830 (#4831) | Alex Gaynor | 2019-04-05 | 1 | -0/+1 |
| | |||||
* | Exposed OpenSSL prime methods (#4292) | Quinten Stokkink | 2018-06-22 | 1 | -0/+6 |
| | | | These are required by the Tribler project. | ||||
* | Remove unused BN bindings. (#4219) | David Benjamin | 2018-05-09 | 1 | -28/+2 |
| | | | | | | | | | | * Remove unused BN bindings. These appear to be unused in both cryptography.io and PyOpenSSL. * Restore symbols used by pyUmbral. Along the way, fix some mistranscribed consts. | ||||
* | Expose OpenSSL constant time bignum arithmetic (#4200) | Tux | 2018-04-24 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | * Expose BIGNUM constant time operations This commit exposes the following functions: BN_set_flags BN_get_flags BN_MONT_CTX_new BN_MONT_CTX_set BN_MONT_CTX_free BN_mod_exp_mont BN_mod_exp_mont_consttime This commit also exposes the BN_FLG_CONSTTIME flag. * Add myself to AUTHORS | ||||
* | Expose BN_rand and BN_rand_range (#4118) | Tux | 2018-02-23 | 1 | -0/+3 |
| | |||||
* | Expose `BN_clear_free` in the OpenSSL backend (#4071) | Tux | 2018-01-05 | 1 | -0/+1 |
| | | | | | | * Expose BN_clear_free * Use BN_clear_free in test_int_to_bn | ||||
* | Funcs macros gone (#3695) | Paul Kehrer | 2017-06-27 | 1 | -2/+0 |
| | | | | | | | | * No more FUNCS/MACROS distinction * change the docs to not talk about MACROS since they're gone * remove out of date comment | ||||
* | Simplify code slightly by adding a new binding | Alex Gaynor | 2015-12-26 | 1 | -0/+2 |
| | |||||
* | Remove long comments and workarounds, use new cffi syntax | Alex Gaynor | 2015-10-21 | 1 | -18/+1 |
| | |||||
* | 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/+105 |