summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-01Check all chunks in the delayed free list for write-after-free.otto2-8/+25
2023-04-01Pull static const data out of BN_value_one()tb1-7/+11
2023-04-01Indent labelstb1-6/+6
2023-04-01Group the non-constant time gcd functions togethertb1-45/+45
2023-03-31Add regress coverage for the new behavior of BN_copy() with respect totb1-1/+161
2023-03-31Copy BN_FLG flags in BN_copy()tb1-1/+4
2023-03-31Inline only use of TS_VERIFY_CTX_init()tb1-2/+2
2023-03-31Add a regress for the recent BIO_new_NDEF() write after freetb1-2/+59
2023-03-30i2d_ECDSA_SIG() may return a negative value in case of error. Handlebluhm1-5/+14
2023-03-30Call bn_copy() unconditionally in BN_mul() and BN_sqr()tb2-11/+6
2023-03-30bio_ndef: add an empty line before returntb1-1/+2
2023-03-30Rework BN_exp() a bittb1-27/+28
2023-03-29Rework test failure printingtb1-25/+33
2023-03-29Dedup print functions on test failuretb1-29/+14
2023-03-29Fix printfs that escaped defensive greppingtb1-5/+5
2023-03-29Dedup generate_test_triple() and generate_test_quintuple()tb1-50/+20
2023-03-29Use more consistent names for the main test functionstb1-7/+7
2023-03-29Remove one of those ugly function tablestb1-34/+9
2023-03-29Rename a few variables for readabilitytb1-45/+43
2023-03-29More whitespace fixes.jsing1-51/+51
2023-03-29Whitespace fixes.jsing1-133/+133
2023-03-29Whitespace fixes.jsing1-68/+68
2023-03-29Use multiple statements instead of a statement with multiple expressions.jsing1-4/+5
2023-03-29Mop up MD32_XARRAY from SHA1.jsing1-162/+135
2023-03-29Inline initial hash data values for SHA1.jsing1-13/+9
2023-03-27Reorder functions/code.jsing1-238/+238
2023-03-27Replace the remaining BN_copy() with bn_copy()tb19-116/+116
2023-03-27Convert BN_copy() with missing error checks to bn_copy()tb4-11/+18
2023-03-27Convert BN_copy() with explicit comparison against NULL to bn_copy()tb7-25/+25
2023-03-27Use bn_copy() rather than inlining ittb1-2/+2
2023-03-27Tidy includes.jsing1-5/+4
2023-03-27Avoid errno is EINVAL after OpenSSL initializationjan1-1/+5
2023-03-27bn_mod_exp: make this test a bit less noisy on failuretb1-7/+7
2023-03-27Switch regress to using bn_copy()tb2-13/+13
2023-03-27Drop unnecessary parentheses.tb1-3/+3
2023-03-27Convert bn_nist.c to BN_copy()tb1-6/+6
2023-03-27Add bn_copy(), a sane wrapper of BN_copy() for internal usetb2-2/+10
2023-03-26Remove the now almost empty and unused bn_mod_exp2_mont.ctb1-22/+0
2023-03-26Unhook bn_mod_exp2_mont testtb1-2/+1
2023-03-26Fold the small BN_mod_exp2_mont() crash test into bn_mod_exp.ctb2-23/+27
2023-03-26Test negative modulus as well.tb1-5/+7
2023-03-26Align bn_mod_exp_zero_test() with bn_mod_exp_test()tb1-11/+11
2023-03-26Fix copy-paste errortb1-2/+2
2023-03-26Replace HASH_BLOCK_DATA_ORDER with sha1_block_data_order.jsing1-4/+4
2023-03-26Remove unnecessary HIDDEN_DECLS.jsing1-6/+1
2023-03-26Removes some unwanted spaces.jsing1-7/+7
2023-03-26Whack sha1dgst.c with the style(9) stick again.jsing1-193/+246
2023-03-26Add regress coverage for some BIO_f_asn1() bugs fixed before releasetb2-1/+176
2023-03-26Minor whitespace tidyingtb2-6/+7
2023-03-26Tidy up includes.jsing1-9/+5