From 47438529612c475f6c10a8c2826d8a16b4f83fe6 Mon Sep 17 00:00:00 2001 From: Tux Date: Tue, 24 Apr 2018 18:12:13 -0600 Subject: 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 --- AUTHORS.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'AUTHORS.rst') diff --git a/AUTHORS.rst b/AUTHORS.rst index 5eae73e3..ed9ac84e 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -40,3 +40,4 @@ PGP key fingerprints are enclosed in parentheses. * Chris Wolfe * Jeremy Lainé * Denis Gladkikh +* John Pacific (2CF6 0381 B5EF 29B7 D48C 2020 7BB9 71A0 E891 44D9) -- cgit v1.2.3