| Commit message (Expand) | Author | Files | Lines |
2022-12-04 | zap weird spaces $EDITOR added in previous | tb | 1 | -2/+2 |
2022-12-03 | skip rust-openssl-tests on sparc64 | tb | 1 | -3/+17 |
2022-12-03 | Clean up makefile | tb | 1 | -8/+6 |
2022-12-03 | biotest needs bio_local.h now | tb | 1 | -6/+7 |
2022-12-03 | Test BIO_{push,pop}() along a linear chain | tb | 1 | -1/+135 |
2022-12-03 | More cleanup | tb | 1 | -11/+8 |
2022-12-03 | Refactor and fix bn_mod_exp test | tb | 1 | -80/+86 |
2022-12-03 | Add missing checks for BN_mod_exp_{non,}ct() | tb | 1 | -6/+8 |
2022-12-03 | Fix some ancient silliness with a random byte | tb | 1 | -8/+5 |
2022-12-02 | Drop 'perhaps a little', plus grammar and spelling nits | tb | 1 | -5/+5 |
2022-12-02 | Revert bio_prev removal | tb | 2 | -2/+12 |
2022-12-02 | bn_mod_exp.c: printing to stdout needs no BIO | tb | 1 | -17/+9 |
2022-12-02 | bn_mod_exp: we have a BN_CTX available... | tb | 1 | -19/+15 |
2022-12-02 | Check BN_rand() and BN_mod() return values | tb | 1 | -6/+11 |
2022-12-02 | Link new bn_mod_exp_zero test to build | tb | 1 | -1/+3 |
2022-12-02 | Rewrite the tests that various modular exponentiation functions | tb | 2 | -148/+189 |
2022-12-02 | libcrypto/bn: switch back to manual regress targets | tb | 1 | -3/+8 |
2022-12-02 | regres/libssl/unit: simplify Makefile | tb | 1 | -20/+10 |
2022-12-02 | Use regress framework rather than handrolling it | tb | 1 | -12/+1 |
2022-12-02 | Use the default targets from bsd.regress.mk as far as possible | tb | 1 | -9/+4 |
2022-12-02 | Let bsd.regress.mk take care of running tests | tb | 1 | -8/+1 |
2022-12-02 | bn_add_sub: no need for a BIO to print to stderr | tb | 1 | -21/+13 |
2022-12-01 | Unhook exp | tb | 1 | -2/+1 |
2022-12-01 | Fix typo, move one .PHONY target nearer to the target itself | tb | 1 | -4/+3 |
2022-12-01 | zap extra blank line | tb | 1 | -2/+1 |
2022-12-01 | Check that the bn_isqrt -C output isn't changed | tb | 2 | -1/+43 |
2022-12-01 | Update reference to table generation | tb | 1 | -2/+2 |
2022-12-01 | regress/libcrypto: merge exp/ into bn/ | tb | 3 | -11/+4 |
2022-12-01 | Silence this test and sprinkle some KNF | tb | 1 | -11/+6 |
2022-12-01 | Flatten structure of libcrypto/bn tests | tb | 15 | -116/+62 |
2022-12-01 | Test prime constants exposed in public BN API | tb | 1 | -1/+97 |
2022-12-01 | Make tests silent on success. | tb | 2 | -21/+17 |
2022-12-01 | Refrain from printing SUCCESS in some of my tests | tb | 13 | -50/+16 |
2022-12-01 | Mark the X509_V_FLAG_CB_ISSUER_CHECK flag as deprecated | tb | 1 | -11/+5 |
2022-12-01 | Annotate X509_V_FLAG_CB_ISSUER_CHECK as deprecated and unused | tb | 1 | -3/+3 |
2022-12-01 | Retire X509_V_FLAG_CB_ISSUER_CHECK | tb | 1 | -16/+8 |
2022-12-01 | Getters and setters for the check_issued() callback | tb | 3 | -3/+39 |
2022-12-01 | BN_one() can fail, check its return value. | jsing | 1 | -3/+5 |
2022-12-01 | BN_one() can fail, check its return value. | jsing | 2 | -9/+16 |
2022-11-30 | Rewrite bn_correct_top(). | jsing | 2 | -14/+10 |
2022-11-30 | Fix return values bug in BN_ucmp(). | jsing | 1 | -4/+6 |
2022-11-30 | Add regress coverage for BN_cmp()/BN_ucmp(). | jsing | 2 | -3/+347 |
2022-11-30 | Mostly align BIO_read()/BIO_write() return values with OpenSSL 3.x. | jsing | 1 | -7/+21 |
2022-11-30 | Mop up more BN_DEBUG related code. | jsing | 7 | -48/+7 |
2022-11-29 | Add missing markup to comments and to RFC 3779 error | tb | 1 | -10/+12 |
2022-11-29 | First pass at updating verifier error docs | tb | 1 | -13/+41 |
2022-11-29 | Remove a few doubled spaces and wrap an overlong line | tb | 1 | -8/+9 |
2022-11-29 | Sort a few outliers by increasing error number to match x509_vfy.h | tb | 1 | -13/+13 |
2022-11-29 | Fix includes | tb | 1 | -11/+2 |
2022-11-29 | Add missing X509_V_ERR_UNSPECIFIED case | tb | 1 | -1/+3 |