You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
David Benjamin 7f2ee3522d bn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (not affected). 8 years ago
..
asm bn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (not affected). 8 years ago
CMakeLists.txt Calculate inverse in |BN_MONT_CTX_set| in constant time w.r.t. modulus. 8 years ago
add.c Switch unrolled loop in BN_usub with memcpy. 8 years ago
bn.c Add BN_set_u64. 8 years ago
bn_asn1.c Rename the BIGNUM ASN.1 functions. 8 years ago
bn_test.cc Use scopers a little more. 8 years ago
bn_tests.txt bn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (not affected). 8 years ago
check_bn_tests.go Fix mixed comment markers. 8 years ago
cmp.c Add BN_rand_range_ex and use internally. 8 years ago
convert.c Use C99 for size_t loops. 8 years ago
ctx.c Remove the func parameter to OPENSSL_PUT_ERROR. 9 years ago
div.c crypto/bn/*: x86[_64] division instruction doesn't handle constants, change constraint from 'g' to 'rm'. 8 years ago
exponentiation.c Use BN_nnmod instead of BN_mod in BN_mod_exp_mont_consttime. 8 years ago
gcd.c Don't add ERR_R_INTERNAL_ERROR to BN_R_NO_INVERSE. 8 years ago
generic.c Fix up macros. 8 years ago
internal.h More macro hygiene improvements. 8 years ago
kronecker.c Inital import. 10 years ago
montgomery.c Calculate inverse in |BN_MONT_CTX_set| in constant time w.r.t. modulus. 8 years ago
montgomery_inv.c Clarify origin of optimized computation of Montgomery n0. 8 years ago
mul.c Make local functions static. 8 years ago
prime.c Add constants for BN_rand and use them. 8 years ago
random.c Add constants for BN_rand and use them. 8 years ago
rsaz_exp.c Use |alignas| for alignment. 8 years ago
rsaz_exp.h Fix license on rsaz_exp.h. 9 years ago
shift.c Remove the func parameter to OPENSSL_PUT_ERROR. 9 years ago
sqrt.c Document that BN_mod_sqrt assumes p is a prime. 8 years ago