Age | Commit message (Expand) | Author |
2023-04-12 | Provide and use crypto_store_htobe64(). | Joel Sing |
2023-04-11 | Handle BN_CTX at the EC API boundary. | Joel Sing |
2023-04-11 | Clean up unused BIGNUM. | Joel Sing |
2023-04-11 | Document the RETURN VALUES of BIO_method_type(3) and BIO_method_name(3) | Ingo Schwarze |
2023-04-11 | Recommit jsing's r1.27 - portable is ready | Theo Buehler |
2023-04-11 | While all the BIO_TYPE_* constants are part of the API, most of their | Ingo Schwarze |
2023-04-11 | Back out r1.27 using htobe64() - apparently some OS don't have it. | Theo Buehler |
2023-04-11 | Consolidate sha1 into a single file. | Joel Sing |
2023-04-11 | Consolidate sha1 into a single file. | Joel Sing |
2023-04-11 | Simplify handling of big vs little endian. | Joel Sing |
2023-04-11 | Use htobe64() instead of testing BYTE_ORDER and then handrolling htobe64(). | Joel Sing |
2023-04-11 | Omit sha512_block_data_order() prototype when assembly is not being used. | Joel Sing |
2023-04-11 | Remove less than useful implementation notes. | Joel Sing |
2023-04-11 | Add a new implementation of BN_mod_sqrt() | Theo Buehler |
2023-04-10 | Fix indentation of structs and unions in x509v3.h | Theo Buehler |
2023-04-10 | Make bn_to_string() static | Theo Buehler |
2023-04-09 | Move a few functions out of OPENSSL_NO_DEPRECATED | Theo Buehler |
2023-04-09 | Remove some doubled empty lines | Theo Buehler |
2023-04-09 | Provide and use sha{224,384}_{update,final} functions. | Joel Sing |
2023-04-09 | Rename SHA functions to have sha{1,224,256,384,512}_ prefix. | Joel Sing |
2023-04-09 | fix double words | Jonathan Gray |
2023-04-07 | bn_mont: fix typo in comment divisable -> divisible | Theo Buehler |
2023-04-07 | Mark BIO_CB_return(), BIO_cb_pre(), and BIO_cb_post() as intentionally | Ingo Schwarze |
2023-04-06 | Document the effects that BIO_set_info_callback(3), BIO_callback_ctrl(3), | Ingo Schwarze |
2023-04-06 | Properly document BIO_set_info_callback(3) and BIO_get_info_callback(3) | Ingo Schwarze |
2023-04-06 | Use RCS tag instead of an incorrect path. | Theo Buehler |
2023-04-05 | Add a few missing braces | Theo Buehler |
2023-04-05 | Set up the RSA's _method_mod_n before the initial blinding | Theo Buehler |
2023-04-05 | Sprinkle a few BTI instructions into the arm64 assembly files and pass | Mark Kettenis |
2023-04-04 | A refactoring back in 2016 in which magic numbers where extracted into | Anton Lindqvist |
2023-04-04 | In preparation for better documenting BIO info callbacks, improve the | Ingo Schwarze |
2023-04-03 | Compress euclid() a little | Theo Buehler |
2023-04-02 | Fix table by using strings of proper lengths instead of bogus | Theo Buehler |
2023-04-02 | Revert r1.9 and reinstate r1.6 | Theo Buehler |
2023-04-01 | Pull static const data out of BN_value_one() | Theo Buehler |
2023-04-01 | Indent labels | Theo Buehler |
2023-04-01 | Group the non-constant time gcd functions together | Theo Buehler |
2023-03-31 | Copy BN_FLG flags in BN_copy() | Theo Buehler |
2023-03-31 | Inline only use of TS_VERIFY_CTX_init() | Theo Buehler |
2023-03-30 | i2d_ECDSA_SIG() may return a negative value in case of error. Handle | Alexander Bluhm |
2023-03-30 | Call bn_copy() unconditionally in BN_mul() and BN_sqr() | Theo Buehler |
2023-03-30 | bio_ndef: add an empty line before return | Theo Buehler |
2023-03-30 | Rework BN_exp() a bit | Theo Buehler |
2023-03-29 | More whitespace fixes. | Joel Sing |
2023-03-29 | Whitespace fixes. | Joel Sing |
2023-03-29 | Whitespace fixes. | Joel Sing |
2023-03-29 | Use multiple statements instead of a statement with multiple expressions. | Joel Sing |
2023-03-29 | Mop up MD32_XARRAY from SHA1. | Joel Sing |
2023-03-29 | Inline initial hash data values for SHA1. | Joel Sing |
2023-03-27 | Reorder functions/code. | Joel Sing |