Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bn_mod_exp test: drop extra parentheses for readability | tb | 2022-12-08 | 1 | -4/+4 |
* | bn_mod_exp.c doesn't need <string.h> | tb | 2022-12-05 | 1 | -2/+1 |
* | 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 |
* | Rewrite the tests that various modular exponentiation functions | tb | 2022-12-02 | 1 | -148/+2 |
* | regress/libcrypto: merge exp/ into bn/ | tb | 2022-12-01 | 1 | -0/+358 |