| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some doubled empty lines | tb | 2023-04-09 | 1 | -7/+1 |
* | Remove X9.31 support from openssl(1) | tb | 2023-04-09 | 2 | -18/+7 |
* | Drop X9.31 support from libtls | tb | 2023-04-09 | 2 | -7/+2 |
* | Minor code cleanup | tb | 2023-04-09 | 1 | -42/+31 |
* | Provide and use sha{224,384}_{update,final} functions. | jsing | 2023-04-09 | 1 | -28/+54 |
* | Rename SHA functions to have sha{1,224,256,384,512}_ prefix. | jsing | 2023-04-09 | 1 | -31/+31 |
* | fix double words | jsg | 2023-04-09 | 1 | -3/+3 |
* | bn_test: two minor style tweaks | tb | 2023-04-08 | 1 | -6/+3 |
* | bn_mont: fix typo in comment divisable -> divisible | tb | 2023-04-07 | 1 | -2/+2 |
* | bn_test: rename rc into ret as per usual | tb | 2023-04-07 | 1 | -91/+91 |
* | bn_test: pass BN_CTX into all functions | tb | 2023-04-07 | 1 | -364/+297 |
* | bn_test: drop a few braces that are now unnecessary | tb | 2023-04-07 | 1 | -33/+17 |
* | bn_test: move rc initialization to its own line | tb | 2023-04-07 | 1 | -9/+17 |
* | bn_test: keep the error stack clean | tb | 2023-04-07 | 1 | -1/+13 |
* | bn_test: use bn_copy() instead of BN_free/BN_dup | tb | 2023-04-07 | 1 | -3/+2 |
* | bn_test: a few early return would leak. goto err instead | tb | 2023-04-07 | 1 | -5/+5 |
* | bn_test: rand_neg() is not only one of the most stupidly named functions | tb | 2023-04-07 | 1 | -2/+2 |
* | bn_test: handle rc consistently | tb | 2023-04-07 | 1 | -111/+134 |
* | bn_test: inline the only use of lst[] | tb | 2023-04-07 | 1 | -14/+12 |
* | Improve some test failure reporting | tb | 2023-04-07 | 1 | -5/+12 |
* | Ignore ten getter and setter control macros related to proxy BIOs. | schwarze | 2023-04-07 | 1 | -0/+6 |
* | Two minor tweaks that are useful for processing bio.h, among other headers: | schwarze | 2023-04-07 | 1 | -1/+2 |
* | Mark BIO_CB_return(), BIO_cb_pre(), and BIO_cb_post() as intentionally | schwarze | 2023-04-07 | 1 | -2/+7 |
* | Document the effects that BIO_set_info_callback(3), BIO_callback_ctrl(3), | schwarze | 2023-04-06 | 1 | -3/+54 |
* | Properly document BIO_set_info_callback(3) and BIO_get_info_callback(3) | schwarze | 2023-04-06 | 1 | -8/+96 |
* | Use RCS tag instead of an incorrect path. | tb | 2023-04-06 | 1 | -1/+1 |
* | Move a comment to the proper place | tb | 2023-04-06 | 1 | -6/+5 |
* | wycheproof: fix copy-paste error in previous | tb | 2023-04-06 | 1 | -2/+2 |
* | wycheproof: use EVP_MD instead of importing "hash" | tb | 2023-04-06 | 1 | -70/+52 |
* | Check and assign on one line | tb | 2023-04-06 | 1 | -3/+2 |
* | Zap extra empty line | tb | 2023-04-06 | 1 | -2/+1 |
* | Add a few missing braces | tb | 2023-04-05 | 1 | -4/+7 |
* | Set up the RSA's _method_mod_n before the initial blinding | tb | 2023-04-05 | 1 | -11/+13 |
* | Sprinkle a few BTI instructions into the arm64 assembly files and pass | kettenis | 2023-04-05 | 2 | -1/+8 |
* | bn_mod_sqrt: Improve a handful of comments and a printf | tb | 2023-04-05 | 1 | -5/+9 |
* | Improve regress coverage for BN_mod_sqrt() | tb | 2023-04-05 | 1 | -3/+2783 |
* | Simplify mod_sqrt_test() a bit | tb | 2023-04-05 | 1 | -35/+16 |
* | bn_mod_sqrt test: Use a #define rather than hard coded 100 | tb | 2023-04-05 | 1 | -3/+5 |
* | Add coverage for the truly non-deterministic path of Tonelli-Shanks | tb | 2023-04-05 | 1 | -4/+1625 |
* | Introduce variation in location of junked bytes; ok tb@ | otto | 2023-04-05 | 1 | -3/+8 |
* | A refactoring back in 2016 in which magic numbers where extracted into | anton | 2023-04-04 | 1 | -0/+1 |
* | In preparation for better documenting BIO info callbacks, improve the | schwarze | 2023-04-04 | 1 | -9/+115 |
* | Clean bn_mod_sqrt up a little | tb | 2023-04-04 | 1 | -28/+53 |
* | Compress euclid() a little | tb | 2023-04-03 | 1 | -49/+28 |
* | Link bn_gcd test to regress | tb | 2023-04-03 | 1 | -1/+3 |
* | Add regress coverage for BN_gcd() and BN_gcd_ct() | tb | 2023-04-03 | 1 | -0/+3664 |
* | Fix table by using strings of proper lengths instead of bogus | tb | 2023-04-02 | 1 | -3/+3 |
* | Revert r1.9 and reinstate r1.6 | tb | 2023-04-02 | 1 | -2/+2 |
* | Check all chunks in the delayed free list for write-after-free. | otto | 2023-04-01 | 2 | -8/+25 |
* | Pull static const data out of BN_value_one() | tb | 2023-04-01 | 1 | -7/+11 |