summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2022-12-01regress/libcrypto: merge exp/ into bn/tb3-11/+4
2022-12-01Silence this test and sprinkle some KNFtb1-11/+6
2022-12-01Flatten structure of libcrypto/bn teststb15-116/+62
2022-12-01Test prime constants exposed in public BN APItb1-1/+97
2022-12-01Make tests silent on success.tb2-21/+17
2022-12-01Refrain from printing SUCCESS in some of my teststb13-50/+16
2022-12-01Mark the X509_V_FLAG_CB_ISSUER_CHECK flag as deprecatedtb1-11/+5
2022-12-01Annotate X509_V_FLAG_CB_ISSUER_CHECK as deprecated and unusedtb1-3/+3
2022-12-01Retire X509_V_FLAG_CB_ISSUER_CHECKtb1-16/+8
2022-12-01Getters and setters for the check_issued() callbacktb3-3/+39
2022-12-01BN_one() can fail, check its return value.jsing1-3/+5
2022-12-01BN_one() can fail, check its return value.jsing2-9/+16
2022-11-30Rewrite bn_correct_top().jsing2-14/+10
2022-11-30Fix return values bug in BN_ucmp().jsing1-4/+6
2022-11-30Add regress coverage for BN_cmp()/BN_ucmp().jsing2-3/+347
2022-11-30Mostly align BIO_read()/BIO_write() return values with OpenSSL 3.x.jsing1-7/+21
2022-11-30Mop up more BN_DEBUG related code.jsing7-48/+7
2022-11-29Add missing markup to comments and to RFC 3779 errortb1-10/+12
2022-11-29First pass at updating verifier error docstb1-13/+41
2022-11-29Remove a few doubled spaces and wrap an overlong linetb1-8/+9
2022-11-29Sort a few outliers by increasing error number to match x509_vfy.htb1-13/+13