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 ce9a2166d6 Document that BN_mod_sqrt assumes p is a prime. 8 years ago
..
asm Switch perlasm calling convention. 8 years ago
CMakeLists.txt Add AArch64 Montgomery assembly. 9 years ago
add.c Switch unrolled loop in BN_usub with memcpy. 8 years ago
bn.c Set |bn->neg| to zero in |bn_set_words|. 8 years ago
bn_asn1.c Rename the BIGNUM ASN.1 functions. 8 years ago
bn_test.cc Convert test_exp to bn_tests.txt. 8 years ago
bn_tests.txt Convert test_exp to bn_tests.txt. 8 years ago
check_bn_tests.go Convert test_exp to bn_tests.txt. 8 years ago
cmp.c Verify RSA private key operation regardless of whether CRT is used. 8 years ago
convert.c Fix memory leak on error in BN_mpi2bn. 8 years ago
ctx.c Remove the func parameter to OPENSSL_PUT_ERROR. 9 years ago
div.c Fix BN_mod_word bug. 8 years ago
exponentiation.c Remove unuseful comments in |BN_mod_exp|. 8 years ago
gcd.c Return earlier if inverse is not found in |BN_mod_inverse_ex|. 8 years ago
generic.c Move |bn_div_words| to crypto/bn/div.c and make it static. 8 years ago
internal.h Wrap MSVC-only warning pragmas in a macro. 8 years ago
kronecker.c Inital import. 10 years ago
montgomery.c Split unlock functions into read/write variants. 8 years ago
mul.c Make local functions static. 8 years ago
prime.c Handle BN_mod_word failures. 8 years ago
random.c Remove the func parameter to OPENSSL_PUT_ERROR. 9 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