| Commit message (Expand) | Author | Age | Files | Lines |
* | Omit sha512_block_data_order() prototype when assembly is not being used. | jsing | 2023-04-11 | 1 | -4/+3 |
* | Remove less than useful implementation notes. | jsing | 2023-04-11 | 1 | -36/+1 |
* | bn_mod_sqrt: remove no longer necessary complications due to the | tb | 2023-04-11 | 1 | -15/+5 |
* | Add a new implementation of BN_mod_sqrt() | tb | 2023-04-11 | 3 | -411/+728 |
* | Correct benchmark result computation on 32 bit platforms. | jsing | 2023-04-11 | 2 | -4/+4 |
* | Some more cleanup in bn_to_string | tb | 2023-04-10 | 1 | -12/+8 |
* | Drop BN_NO_DEPRECATED dance from bn_test | tb | 2023-04-10 | 1 | -7/+1 |
* | Provide benchmarks for BN_copy() | jsing | 2023-04-10 | 2 | -1/+184 |
* | Fix indentation of structs and unions in x509v3.h | tb | 2023-04-10 | 1 | -87/+87 |
* | Make bn_to_string() static | tb | 2023-04-10 | 1 | -3/+3 |
* | bn_to_string no longer needs to be linked statically | tb | 2023-04-10 | 1 | -2/+1 |
* | Rework the bn_to_string() to use public API | tb | 2023-04-10 | 1 | -73/+213 |
* | Move a few functions out of OPENSSL_NO_DEPRECATED | tb | 2023-04-09 | 8 | -29/+19 |
* | 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 |