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.
 
 
 
 
 
 
Brian Smith 86080c336f Verify RSA private key operation regardless of whether CRT is used. 8 years ago
..
asm bn/asm/x86_64-mont5.pl: unify gather procedure in hardly used path and reorganize/harmonize post-conditions. 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 Update some comments in bn_test.c in light of acb24518. 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 Move |bn_div_words| to crypto/bn/div.c and make it static. 8 years ago
exponentiation.c Remove unnecessary |BN_CTX_start|/|BN_CTX_end| in |BN_mod_exp_mont_consttime|. 8 years ago
gcd.c s/BN_BITS/BN_BITS2/ in |BN_mod_inverse_ex|; remove |BN_BITS| & |BN_MASK|. 9 years ago
generic.c Move |bn_div_words| to crypto/bn/div.c and make it static. 8 years ago
internal.h Avoid potential uninitialized memory read in crypto/ec/p256-x86_64.c. 8 years ago
kronecker.c Inital import. 10 years ago
montgomery.c Make return value of |BN_MONT_CTX_set_locked| int. 8 years ago
mul.c Make local functions static. 8 years ago
prime.c Avoid signed/unsigned comparison in crypto/bn's |probable_prime|. 9 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 Remove the func parameter to OPENSSL_PUT_ERROR. 9 years ago