選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
Brian Smith 86080c336f Verify RSA private key operation regardless of whether CRT is used. 8年前
..
asm bn/asm/x86_64-mont5.pl: unify gather procedure in hardly used path and reorganize/harmonize post-conditions. 8年前
CMakeLists.txt Add AArch64 Montgomery assembly. 9年前
add.c Switch unrolled loop in BN_usub with memcpy. 8年前
bn.c Set |bn->neg| to zero in |bn_set_words|. 8年前
bn_asn1.c Rename the BIGNUM ASN.1 functions. 8年前
bn_test.cc Update some comments in bn_test.c in light of acb24518. 8年前
cmp.c Verify RSA private key operation regardless of whether CRT is used. 8年前
convert.c Fix memory leak on error in BN_mpi2bn. 8年前
ctx.c Remove the func parameter to OPENSSL_PUT_ERROR. 9年前
div.c Move |bn_div_words| to crypto/bn/div.c and make it static. 8年前
exponentiation.c Remove unnecessary |BN_CTX_start|/|BN_CTX_end| in |BN_mod_exp_mont_consttime|. 8年前
gcd.c s/BN_BITS/BN_BITS2/ in |BN_mod_inverse_ex|; remove |BN_BITS| & |BN_MASK|. 9年前
generic.c Move |bn_div_words| to crypto/bn/div.c and make it static. 8年前
internal.h Avoid potential uninitialized memory read in crypto/ec/p256-x86_64.c. 8年前
kronecker.c Inital import. 10年前
montgomery.c Make return value of |BN_MONT_CTX_set_locked| int. 8年前
mul.c Make local functions static. 8年前
prime.c Avoid signed/unsigned comparison in crypto/bn's |probable_prime|. 9年前
random.c Remove the func parameter to OPENSSL_PUT_ERROR. 9年前
rsaz_exp.c Use |alignas| for alignment. 8年前
rsaz_exp.h Fix license on rsaz_exp.h. 9年前
shift.c Remove the func parameter to OPENSSL_PUT_ERROR. 9年前
sqrt.c Remove the func parameter to OPENSSL_PUT_ERROR. 9年前