commit | 47438529612c475f6c10a8c2826d8a16b4f83fe6 | [log] [tgz] |
---|---|---|
author | Tux <tuxxy@users.noreply.github.com> | Tue Apr 24 18:12:13 2018 -0600 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Tue Apr 24 20:12:13 2018 -0400 |
tree | a58725542488a9571f6386dceda4d8489194f98c | |
parent | c81df6b255e4e767419bccbeff033497fd1324e9 [diff] |
Expose OpenSSL constant time bignum arithmetic (#4200) * 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