| Commit message (Expand) | Author | Age | Files | Lines |
* | Unbreak rust-openssl-tests on sparc64 | tb | 2022-12-05 | 1 | -8/+4 |
* | bn_mod_exp.c doesn't need <string.h> | tb | 2022-12-05 | 1 | -2/+1 |
* | userspace: remove vestigial '?' cases from top-level getopt(3) loops | cheloha | 2022-12-04 | 2 | -4/+2 |
* | zap weird spaces $EDITOR added in previous | tb | 2022-12-04 | 1 | -2/+2 |
* | skip rust-openssl-tests on sparc64 | tb | 2022-12-03 | 1 | -3/+17 |
* | Clean up makefile | tb | 2022-12-03 | 1 | -8/+6 |
* | biotest needs bio_local.h now | tb | 2022-12-03 | 1 | -6/+7 |
* | Test BIO_{push,pop}() along a linear chain | tb | 2022-12-03 | 1 | -1/+135 |
* | More cleanup | tb | 2022-12-03 | 1 | -11/+8 |
* | Refactor and fix bn_mod_exp test | tb | 2022-12-03 | 1 | -80/+86 |
* | Add missing checks for BN_mod_exp_{non,}ct() | tb | 2022-12-03 | 1 | -6/+8 |
* | Fix some ancient silliness with a random byte | tb | 2022-12-03 | 1 | -8/+5 |
* | bn_mod_exp.c: printing to stdout needs no BIO | tb | 2022-12-02 | 1 | -17/+9 |
* | bn_mod_exp: we have a BN_CTX available... | tb | 2022-12-02 | 1 | -19/+15 |
* | Check BN_rand() and BN_mod() return values | tb | 2022-12-02 | 1 | -6/+11 |
* | Link new bn_mod_exp_zero test to build | tb | 2022-12-02 | 1 | -1/+3 |
* | Rewrite the tests that various modular exponentiation functions | tb | 2022-12-02 | 2 | -148/+189 |
* | libcrypto/bn: switch back to manual regress targets | tb | 2022-12-02 | 1 | -3/+8 |
* | regres/libssl/unit: simplify Makefile | tb | 2022-12-02 | 1 | -20/+10 |
* | Use regress framework rather than handrolling it | tb | 2022-12-02 | 1 | -12/+1 |
* | Use the default targets from bsd.regress.mk as far as possible | tb | 2022-12-02 | 1 | -9/+4 |
* | Let bsd.regress.mk take care of running tests | tb | 2022-12-02 | 1 | -8/+1 |
* | bn_add_sub: no need for a BIO to print to stderr | tb | 2022-12-02 | 1 | -21/+13 |
* | Unhook exp | tb | 2022-12-01 | 1 | -2/+1 |
* | Fix typo, move one .PHONY target nearer to the target itself | tb | 2022-12-01 | 1 | -4/+3 |
* | zap extra blank line | tb | 2022-12-01 | 1 | -2/+1 |
* | Check that the bn_isqrt -C output isn't changed | tb | 2022-12-01 | 2 | -1/+43 |
* | regress/libcrypto: merge exp/ into bn/ | tb | 2022-12-01 | 3 | -11/+4 |
* | Silence this test and sprinkle some KNF | tb | 2022-12-01 | 1 | -11/+6 |
* | Flatten structure of libcrypto/bn tests | tb | 2022-12-01 | 15 | -116/+62 |
* | Test prime constants exposed in public BN API | tb | 2022-12-01 | 1 | -1/+97 |
* | Make tests silent on success. | tb | 2022-12-01 | 2 | -21/+17 |
* | Refrain from printing SUCCESS in some of my tests | tb | 2022-12-01 | 13 | -50/+16 |
* | BN_one() can fail, check its return value. | jsing | 2022-12-01 | 1 | -3/+5 |
* | Add regress coverage for BN_cmp()/BN_ucmp(). | jsing | 2022-11-30 | 2 | -3/+347 |
* | Tweak x509_constraints_uri_host() regress to test for NULL deref in | tb | 2022-11-28 | 1 | -1/+3 |
* | Make internal header file names consistent | tb | 2022-11-26 | 19 | -38/+38 |
* | Units generally help... | tb | 2022-11-25 | 1 | -2/+2 |
* | Mark BN_options() and BN_prime_checks as obsolete; | schwarze | 2022-11-24 | 1 | -1/+2 |
* | Fix sparc64 build/run | kn | 2022-11-23 | 1 | -3/+2 |
* | Add void casts since gcc 4.2.1 on sparc64 doesn't like the missing return | tb | 2022-11-23 | 1 | -5/+5 |
* | Several improvements required for <openssl/bn.h>: | schwarze | 2022-11-23 | 1 | -26/+39 |
* | Make a stupid compiler on a stupid OS happy. | tb | 2022-11-23 | 1 | -1/+2 |
* | bn_unit: appease coverity | tb | 2022-11-23 | 1 | -2/+6 |
* | asn1_string_to_utf8 test: appease coverity | tb | 2022-11-23 | 1 | -2/+8 |
* | Neuter getrlimit dance, it's not portable enough. Stupid Windows. | tb | 2022-11-23 | 1 | -14/+4 |
* | Fix inconsequential copy-paste error | tb | 2022-11-23 | 1 | -3/+3 |
* | Plug leaks spotted by ASAN CI | tb | 2022-11-22 | 1 | -1/+3 |
* | Remove comment obsoleted by API change (and r1.3) | tb | 2022-11-22 | 1 | -2/+1 |
* | ed25519 test: make the testvectors table const | tb | 2022-11-22 | 1 | -4/+4 |