選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
David Benjamin fb3ff2c66c Don't compare signed vs. unsigned. 10年前
..
asm Fix out-of-bounds read in BN_mod_exp_mont_consttime. 10年前
CMakeLists.txt The asm files bn/asm/x86* weren't actually used. 10年前
add.c Inital import. 10年前
bn.c Inital import. 10年前
bn_error.c Move public headers to include/openssl/ 10年前
bn_test.c Add a CRYPTO_library_init and static-initializer-less build option. 10年前
cmp.c Inital import. 10年前
convert.c Don't compare signed vs. unsigned. 10年前
ctx.c Inital import. 10年前
div.c Check for invalid divisors in BN_div. 10年前
exponentiation.c Fix out-of-bounds read in BN_mod_exp_mont_consttime. 10年前
gcd.c Inital import. 10年前
generic.c Inital import. 10年前
internal.h Expose two, rather internal, BIGNUM functions. 10年前
kronecker.c Inital import. 10年前
montgomery.c bignum: allow concurrent BN_MONT_CTX_set_locked() 10年前
mul.c Make sure BN_sqr can never return a negative value. 10年前
prime.c Small prime generation. 10年前
random.c Very minor BN fixes. 10年前
rsaz_exp.c Support building with PNaCl. 10年前
rsaz_exp.h Convert all zero-argument functions to '(void)' 10年前
shift.c Inital import. 10年前
sqrt.c Add function to recover RSA CRT params. 10年前