summaryrefslogtreecommitdiff
path: root/lib/libcrypto/bn
AgeCommit message (Expand)Author
2023-04-25GF2m bites the dust. It won't be missed.Theo Buehler
2023-04-25BN_RECP_CTX moves to internalTheo Buehler
2023-04-25Remove the horror show that is bn_nist and ecp_nistTheo Buehler
2023-04-25Remove the no longer used BN_MONT_CTX_init()Theo Buehler
2023-04-25Move a few now internal prototypes to bn_local.hTheo Buehler
2023-04-25Remove old BN_one/BN_zero compat stuffTheo Buehler
2023-04-25Remove X9.31 supportTheo Buehler
2023-04-25Remove the no longer used BN_CTX_init()Theo Buehler
2023-04-25Add endbr64 where needed by inspection. Passes regresson tests.Theo de Raadt
2023-04-22Improve bn_montgomery_multiply_words()Joel Sing
2023-04-19Rename Hex array to hex_digits.Joel Sing
2023-04-19Move the BN_bn2bin()/BN_bin2bn() family to bn_convert.cJoel Sing
2023-04-19Reorder functions.Joel Sing
2023-04-19Move BN_options() from bn_convert.c to bn_lib.cJoel Sing
2023-04-19unifdef BN_RECURSIONJoel Sing
2023-04-17Tweak indent and use named registers.Joel Sing
2023-04-17Move BN_bn2mpi()/BN_mpi2bn() into bn_convert.cJoel Sing
2023-04-16Mark X9.31 BN API for removalTheo Buehler
2023-04-16The BN reciprocal API will also become internal-onlyTheo Buehler
2023-04-16Various BN*init() will be removed from the public APITheo Buehler
2023-04-16Mark public bn_nist and ec_nist API for removalTheo Buehler
2023-04-15Remove now unused GF2m perlasm generatorsTheo Buehler
2023-04-14Rename the largely misnamed bn_print.c to bn_convert.cJoel Sing
2023-04-14Provide and use bn_copy_words() in BN_copy().Joel Sing
2023-04-11Add a new implementation of BN_mod_sqrt()Theo Buehler
2023-04-09Remove some doubled empty linesTheo Buehler
2023-04-07bn_mont: fix typo in comment divisable -> divisibleTheo Buehler
2023-04-03Compress euclid() a littleTheo Buehler
2023-04-01Pull static const data out of BN_value_one()Theo Buehler
2023-04-01Indent labelsTheo Buehler
2023-04-01Group the non-constant time gcd functions togetherTheo Buehler
2023-03-31Copy BN_FLG flags in BN_copy()Theo Buehler
2023-03-30Call bn_copy() unconditionally in BN_mul() and BN_sqr()Theo Buehler
2023-03-30Rework BN_exp() a bitTheo Buehler
2023-03-27Replace the remaining BN_copy() with bn_copy()Theo Buehler
2023-03-27Convert BN_copy() with missing error checks to bn_copy()Theo Buehler
2023-03-27Convert BN_copy() with explicit comparison against NULL to bn_copy()Theo Buehler
2023-03-27Use bn_copy() rather than inlining itTheo Buehler
2023-03-27Drop unnecessary parentheses.Theo Buehler
2023-03-27Convert bn_nist.c to BN_copy()Theo Buehler
2023-03-27Add bn_copy(), a sane wrapper of BN_copy() for internal useTheo Buehler
2023-03-26Minor whitespace tidyingTheo Buehler
2023-03-26Make several calls to BN_nnmod() unconditionalTheo Buehler
2023-03-26Correctly reduce negative inpot to BN_mod_exp2_mont()Theo Buehler
2023-03-26bn_prime.pl: fix shebang and a couple more whitespace tweaksTheo Buehler
2023-03-25Use strict and warningsTheo Buehler
2023-03-25Make an attempt at reducing the eyebleed in bn_prime.plTheo Buehler
2023-03-25Use Eric Young's usual license in the proper place rather than a weirdTheo Buehler
2023-03-25Add RCSIDTheo Buehler
2023-03-25Add checks to ensure the uint16_t array isn't overflowed when thisTheo Buehler