summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-09Rename SHA functions to have sha{1,224,256,384,512}_ prefix.jsing1-31/+31
2023-04-09fix double wordsjsg1-3/+3
2023-04-08bn_test: two minor style tweakstb1-6/+3
2023-04-07bn_mont: fix typo in comment divisable -> divisibletb1-2/+2
2023-04-07bn_test: rename rc into ret as per usualtb1-91/+91
2023-04-07bn_test: pass BN_CTX into all functionstb1-364/+297
2023-04-07bn_test: drop a few braces that are now unnecessarytb1-33/+17
2023-04-07bn_test: move rc initialization to its own linetb1-9/+17
2023-04-07bn_test: keep the error stack cleantb1-1/+13
2023-04-07bn_test: use bn_copy() instead of BN_free/BN_duptb1-3/+2
2023-04-07bn_test: a few early return would leak. goto err insteadtb1-5/+5
2023-04-07bn_test: rand_neg() is not only one of the most stupidly named functionstb1-2/+2
2023-04-07bn_test: handle rc consistentlytb1-111/+134
2023-04-07bn_test: inline the only use of lst[]tb1-14/+12
2023-04-07Improve some test failure reportingtb1-5/+12
2023-04-07Ignore ten getter and setter control macros related to proxy BIOs.schwarze1-0/+6
2023-04-07Two minor tweaks that are useful for processing bio.h, among other headers:schwarze1-1/+2
2023-04-07Mark BIO_CB_return(), BIO_cb_pre(), and BIO_cb_post() as intentionallyschwarze1-2/+7
2023-04-06Document the effects that BIO_set_info_callback(3), BIO_callback_ctrl(3),schwarze1-3/+54
2023-04-06Properly document BIO_set_info_callback(3) and BIO_get_info_callback(3)schwarze1-8/+96
2023-04-06Use RCS tag instead of an incorrect path.tb1-1/+1
2023-04-06Move a comment to the proper placetb1-6/+5
2023-04-06wycheproof: fix copy-paste error in previoustb1-2/+2
2023-04-06wycheproof: use EVP_MD instead of importing "hash"tb1-70/+52
2023-04-06Check and assign on one linetb1-3/+2
2023-04-06Zap extra empty linetb1-2/+1
2023-04-05Add a few missing bracestb1-4/+7
2023-04-05Set up the RSA's _method_mod_n before the initial blindingtb1-11/+13
2023-04-05Sprinkle a few BTI instructions into the arm64 assembly files and passkettenis2-1/+8
2023-04-05bn_mod_sqrt: Improve a handful of comments and a printftb1-5/+9
2023-04-05Improve regress coverage for BN_mod_sqrt()tb1-3/+2783
2023-04-05Simplify mod_sqrt_test() a bittb1-35/+16
2023-04-05bn_mod_sqrt test: Use a #define rather than hard coded 100tb1-3/+5
2023-04-05Add coverage for the truly non-deterministic path of Tonelli-Shankstb1-4/+1625
2023-04-05Introduce variation in location of junked bytes; ok tb@otto1-3/+8
2023-04-04A refactoring back in 2016 in which magic numbers where extracted intoanton1-0/+1
2023-04-04In preparation for better documenting BIO info callbacks, improve theschwarze1-9/+115
2023-04-04Clean bn_mod_sqrt up a littletb1-28/+53
2023-04-03Compress euclid() a littletb1-49/+28
2023-04-03Link bn_gcd test to regresstb1-1/+3