summaryrefslogtreecommitdiff
path: root/lib/libcrypto/bn
AgeCommit message (Expand)Author
2023-06-25Provide additional BN primitives for BN_ULLONG architectures.Joel Sing
2023-06-24Add conditional around bn_mul_words() call.Joel Sing
2023-06-24Assign and test.Joel Sing
2023-06-24Check for non-zero length rather than a zero value.Joel Sing
2023-06-24Rewrite and simplify bn_sqr()/bn_sqr_normal().Joel Sing
2023-06-24Provide optimised bn_subw() and bn_subw_subw() for arm.Joel Sing
2023-06-23Avoid crash in BN_asc2bn()Theo Buehler
2023-06-23Fix return check of bn_hex2bn_cbs()Theo Buehler
2023-06-23typo: hexidecimal -> hexadecimalTheo Buehler
2023-06-21Provide optimised bn_clzw() for aarch64.Joel Sing
2023-06-21Provide and use bn_clzw() in place of bn_word_clz().Joel Sing
2023-06-21Make BN_num_bits() independent of bn->top.Joel Sing
2023-06-17Optimise bn_mul2_mulw_addtw() for aarch64.Joel Sing
2023-06-17Speed up Montgomery multiplication.Joel Sing
2023-06-13Disallow aliasing of return value and modulusTheo Buehler
2023-06-13Add a BN_R_INVALID_ARGUMENT error codeTheo Buehler
2023-06-12Optimise quad word primitives on aarch64.Joel Sing
2023-06-12Provide and use various quad word primitives.Joel Sing
2023-06-04Reinstate bn_isqrt.c r1.8 and crypto_lock.c r1.3Theo Buehler
2023-06-02Fix variable reuse in BN_mod_inverse()Theo Buehler
2023-05-28Provide optimised bn_mulw_{addw,addw_addw,addtw}() for aarch64.Joel Sing
2023-05-28Provide optimised bn_addw_addw()/bn_subw_subw() for aarch64.Joel Sing
2023-05-28Rewrite BN_{asc,dec,hex}2bn() using CBS.Joel Sing
2023-05-19backout alignment changes (breaking at least two architectures)Theo de Raadt
2023-05-17Use crypto_internal.h's CTASSERT()Theo Buehler
2023-05-10Use is_pseudoprime instead of is_prime in bn_bpsw.cTheo Buehler
2023-05-10Add Miller-Rabin test for random bases to BPSWTheo Buehler
2023-05-09bn_exp: also special case -1 modulusTheo Buehler
2023-05-09Rewrite BN_bn2hex() using CBB/CBS.Joel Sing
2023-05-09Rewrite BN_bn2dec() using CBB/CBS.Joel Sing
2023-04-30Garbage collect BN_zero_ex()Theo Buehler
2023-04-30whitespaceTheo Buehler
2023-04-27Remove a useless doxygen commentTheo Buehler
2023-04-25Remove the deprecated API from BNTheo Buehler
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