aboutsummaryrefslogtreecommitdiff
path: root/crypto/bn
AgeCommit message (Expand)AuthorFilesLines
2019-03-19Fix compiling error for mips32r6 and mips64r6Hua Zhang1-1/+1
2019-03-19Add missing '.text' in crypto/bn/asm/ppc.plRichard Levitte1-0/+1
2019-03-19Added NULL check to BN_clear() & BN_CTX_end()Shane Lontis3-2/+5
2019-03-12FIPS 186-4 RSA Generation & ValidationShane Lontis3-83/+537
2019-03-06Adapt BN_CTX_DEBUG to the new generic trace APIRichard Levitte1-41/+31
2019-02-26Add BN_native2bn and BN_bn2nativepad, for native BIGNUM import/exportRichard Levitte1-0/+18
2019-02-25Ensure bn_cmp_words can handle the case where n == 0Matt Caswell1-0/+3
2019-02-20Clear BN_FLG_CONSTTIME on BN_CTX_get()Nicola Tuveri1-1/+3
2019-02-17Fix some CFI issues in x86_64 assemblyDavid Benjamin2-0/+8
2019-02-16ARM64 assembly pack: make it Windows-friendly.Andy Polyakov1-8/+8
2019-02-16ARM assembly pack: make it Windows-friendly.Andy Polyakov2-8/+22
2019-02-12AArch64 assembly pack: authenticate return addresses.Andy Polyakov1-0/+4
2019-02-05Remove unnecessary trailing whitespaceSam Roberts3-6/+6
2019-01-27crypto/bn: fix return value in BN_generate_primeDavid Asraf1-1/+1
2019-01-17Reduce inputs before the RSAZ code.David Benjamin1-31/+33
2019-01-07Update generator copyright year.Viktor Dukhovni1-1/+1
2019-01-03make updateMatt Caswell1-1/+1
2018-12-06Following the license change, modify the boilerplates in crypto/bn/Richard Levitte72-73/+73
2018-12-06License: change any non-boilerplate comment referring to "OpenSSL license"Richard Levitte4-8/+4
2018-12-06Refactor the computation of API version limitsRichard Levitte2-2/+2
2018-12-05bn/bn_{div|shift}.c: introduce fixed-top interfaces.Andy Polyakov2-156/+225
2018-12-05bn/bn_div.c: make conditional addition unconditionalAndy Polyakov1-17/+69
2018-12-05Configurations/10-main.conf: remove MIPS bn_div_3_words.Andy Polyakov1-0/+6
2018-11-26Clean up BN_consttime_swap.Billy Brumley1-44/+17
2018-11-20Update copyright yearMatt Caswell1-1/+1
2018-11-10[crypto/bn] swap BN_FLG_FIXED_TOP tooBilly Brumley1-19/+23
2018-10-30Fix MSVC warning C4819Chocobo11-1/+1
2018-09-21crypto/bn/asm/x86_64-gcc.c: remove unnecessary redefinition of BN_ULONGRichard Levitte1-6/+0
2018-09-11Update copyright yearMatt Caswell8-8/+8
2018-09-03Check the return from BN_sub() in BN_X931_generate_Xpq().Pauli1-1/+3
2018-08-23bn/bn_lib.c: conceal even memmory access pattern in bn2binpad.Andy Polyakov1-10/+24
2018-08-23bn/bn_blind.c: use Montgomery multiplication when possible.Andy Polyakov1-32/+56
2018-08-23crypto/bn: add more fixed-top routines.Andy Polyakov4-10/+107
2018-07-26bn/bn_mod.c: harmonize BN_mod_add_quick with original implementation.Andy Polyakov1-0/+1
2018-07-24Remove zero special-case in BN_mod_exp_mont.David Benjamin1-5/+0
2018-07-22bn/bn_intern.c: const-ify bn_set_{static}_words.Andy Polyakov1-3/+7
2018-07-18ec/ecdsa_ossl.c: revert blinding in ECDSA signature.Andy Polyakov1-6/+60
2018-07-18bn/bn_lib.c address Coverity nit in bn2binpad.Andy Polyakov1-12/+11
2018-07-14bn/bn_lcl.h,bn_nist.c: addres strict warnings with -DBN_DEBUG.Andy Polyakov2-6/+5
2018-07-14bn/bn_lib.c: make BN_bn2binpad computationally constant-time.Andy Polyakov1-8/+15
2018-07-12bn/bn_{mont|exp}.c: switch to zero-padded intermediate vectors.Andy Polyakov3-33/+62
2018-07-12bn/bn_lib.c: add BN_FLG_FIXED_TOP flag.Andy Polyakov4-14/+29
2018-07-12bn/bn_mont.c: improve readability of post-condition code.Andy Polyakov1-6/+5
2018-07-12bn/bn_mont.c: move boundary condition check closer to caller.Andy Polyakov1-3/+4
2018-07-12bn/bn_lib.c: remove bn_check_top from bn_expand2.Andy Polyakov1-5/+0
2018-06-25PA-RISC assembly pack: make it work with GNU assembler for HP-UX.Andy Polyakov1-1/+9
2018-06-22Remove __cplusplus preamble from internal headersNicola Tuveri1-8/+0
2018-06-22Fixed range of random produced in BN_is_prime_fasttest_ex() to be 1 < rand < ...Shane Lontis1-15/+13
2018-06-20Update copyright yearMatt Caswell1-1/+1
2018-06-18bn/asm/rsaz-avx2.pl: harmonize clang version detection.Andy Polyakov1-1/+1