| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename the largely misnamed bn_print.c to bn_convert.c | jsing | 2023-04-14 | 2 | -3/+3 |
* | Provide and use bn_copy_words() in BN_copy(). | jsing | 2023-04-14 | 1 | -31/+15 |
* | Add support for truncated SHA512 variants. | jsing | 2023-04-14 | 2 | -2/+115 |
* | Provide soon to be used crypto_store_htobe32(). | jsing | 2023-04-14 | 1 | -1/+20 |
* | Use memset() and only initialise non-zero struct members. | jsing | 2023-04-14 | 1 | -7/+7 |
* | The NBs have been duly noted and ignored. Drop them. | tb | 2023-04-13 | 2 | -20/+2 |
* | Zap trailing whitespace | tb | 2023-04-13 | 1 | -9/+9 |
* | Remove files that definitely contain no code anymore | tb | 2023-04-13 | 5 | -354/+0 |
* | Drop now useless files from the Makefile | tb | 2023-04-13 | 1 | -6/+1 |
* | Fold ECDSA sign and verify mess into ecs_ossl.c | tb | 2023-04-13 | 3 | -63/+68 |
* | Move RSA_generate_key() from rsa_depr.c to rsa_gen.c | tb | 2023-04-13 | 2 | -34/+35 |
* | Move DSA_generate_parameters() from dsa_depr.c to dsa_gen.c | tb | 2023-04-13 | 2 | -21/+23 |
* | Move DH_generate_parameters() from dh_depr.c to dh_gen.c | tb | 2023-04-13 | 2 | -20/+21 |
* | ec_lib.c: fix a few NULL misspellings | tb | 2023-04-13 | 1 | -6/+6 |
* | Fix various early return issues spotted by coverity | tb | 2023-04-13 | 1 | -13/+13 |
* | remove duplicate lines | jsg | 2023-04-12 | 1 | -3/+2 |
* | Remove now unused sha_local.h. | jsing | 2023-04-12 | 1 | -419/+0 |
* | Provide and use crypto_ro{l,r}_u{32,64}(). | jsing | 2023-04-12 | 3 | -25/+39 |
* | Provide and use crypto_store_htobe64(). | jsing | 2023-04-12 | 2 | -23/+43 |
* | Handle BN_CTX at the EC API boundary. | jsing | 2023-04-11 | 11 | -491/+553 |
* | Clean up unused BIGNUM. | jsing | 2023-04-11 | 1 | -4/+1 |
* | Document the RETURN VALUES of BIO_method_type(3) and BIO_method_name(3) | schwarze | 2023-04-11 | 14 | -28/+160 |
* | Recommit jsing's r1.27 - portable is ready | tb | 2023-04-11 | 1 | -23/+4 |
* | While all the BIO_TYPE_* constants are part of the API, most of their | schwarze | 2023-04-11 | 1 | -32/+77 |
* | Back out r1.27 using htobe64() - apparently some OS don't have it. | tb | 2023-04-11 | 1 | -4/+23 |
* | Consolidate sha1 into a single file. | jsing | 2023-04-11 | 3 | -91/+23 |
* | Simplify handling of big vs little endian. | jsing | 2023-04-11 | 1 | -40/+5 |
* | Use htobe64() instead of testing BYTE_ORDER and then handrolling htobe64(). | jsing | 2023-04-11 | 1 | -23/+4 |
* | 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 |
* | Add a new implementation of BN_mod_sqrt() | tb | 2023-04-11 | 3 | -411/+728 |
* | 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 |
* | 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 |
* | Drop X9.31 support from libtls | tb | 2023-04-09 | 2 | -7/+2 |
* | 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_mont: fix typo in comment divisable -> divisible | tb | 2023-04-07 | 1 | -2/+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 |
* | 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 |
* | 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 |