summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-08bio chain test: fix inconsequential off-by-onetb1-2/+2
2022-12-08bio chain test: minor readability tweakstb1-5/+6
2022-12-08bio chain test: rename a few variables for consistencytb1-29/+29
2022-12-08bio chain test: decouple lengths of test chainstb1-59/+89
2022-12-08bio chain test: refactor link_chains_at()tb1-198/+109
2022-12-08bio chain test: lose some do_{,bio_} prefixestb1-12/+12
2022-12-08Split biotest into its three logical partstb4-458/+512
2022-12-08biotest: Tweak long comment a bittb1-11/+13
2022-12-08Fix copy-paste error that left a paragraph ending in a commatb1-3/+3
2022-12-08Add BIO_push() and BIO_set_next() regress coveragetb1-1/+367
2022-12-08bn_mod_exp test: drop extra parentheses for readabilitytb1-4/+4
2022-12-07Improve the implementation of BIO_push(3) such that it changes nothingschwarze2-6/+39
2022-12-07Add references to the BIO_{push,pop}(3) exampletb1-3/+8
2022-12-07Fix example stringtb1-4/+4
2022-12-06Zap extra spacetb1-3/+3
2022-12-06Major rewrite for accuracy and clarity, and document BIO_set_next(3).schwarze1-37/+148
2022-12-06Add a few missing headers and drop a few unused onestb7-20/+20
2022-12-06Make sure BIO_push(3) always preserves all invariants of the prev_bioschwarze1-3/+10
2022-12-06Improve the poorly designed BIO_set_next(3) API to always preserve allschwarze1-3/+18
2022-12-06arithmethic -> arithmeticjsg1-3/+3
2022-12-05Unbreak rust-openssl-tests on sparc64tb1-8/+4
2022-12-05bn_mod_exp.c doesn't need <string.h>tb1-2/+1
2022-12-04userspace: remove vestigial '?' cases from top-level getopt(3) loopscheloha2-4/+2
2022-12-04zap weird spaces $EDITOR added in previoustb1-2/+2
2022-12-03skip rust-openssl-tests on sparc64tb1-3/+17
2022-12-03Clean up makefiletb1-8/+6
2022-12-03biotest needs bio_local.h nowtb1-6/+7
2022-12-03Test BIO_{push,pop}() along a linear chaintb1-1/+135
2022-12-03More cleanuptb1-11/+8
2022-12-03Refactor and fix bn_mod_exp testtb1-80/+86
2022-12-03Add missing checks for BN_mod_exp_{non,}ct()tb1-6/+8
2022-12-03Fix some ancient silliness with a random bytetb1-8/+5
2022-12-02Drop 'perhaps a little', plus grammar and spelling nitstb1-5/+5
2022-12-02Revert bio_prev removaltb2-2/+12
2022-12-02bn_mod_exp.c: printing to stdout needs no BIOtb1-17/+9
2022-12-02bn_mod_exp: we have a BN_CTX available...tb1-19/+15
2022-12-02Check BN_rand() and BN_mod() return valuestb1-6/+11
2022-12-02Link new bn_mod_exp_zero test to buildtb1-1/+3
2022-12-02Rewrite the tests that various modular exponentiation functionstb2-148/+189
2022-12-02libcrypto/bn: switch back to manual regress targetstb1-3/+8
2022-12-02regres/libssl/unit: simplify Makefiletb1-20/+10
2022-12-02Use regress framework rather than handrolling ittb1-12/+1
2022-12-02Use the default targets from bsd.regress.mk as far as possibletb1-9/+4
2022-12-02Let bsd.regress.mk take care of running teststb1-8/+1
2022-12-02bn_add_sub: no need for a BIO to print to stderrtb1-21/+13
2022-12-01Unhook exptb1-2/+1
2022-12-01Fix typo, move one .PHONY target nearer to the target itselftb1-4/+3
2022-12-01zap extra blank linetb1-2/+1
2022-12-01Check that the bn_isqrt -C output isn't changedtb2-1/+43
2022-12-01Update reference to table generationtb1-2/+2