Age | Commit message (Expand) | Author |
2023-04-14 | Rename the largely misnamed bn_print.c to bn_convert.c | Joel Sing |
2023-04-14 | Provide and use bn_copy_words() in BN_copy(). | Joel Sing |
2023-04-14 | Add support for truncated SHA512 variants. | Joel Sing |
2023-04-14 | Provide soon to be used crypto_store_htobe32(). | Joel Sing |
2023-04-14 | Use memset() and only initialise non-zero struct members. | Joel Sing |
2023-04-13 | Use ANSI-style functions for Base64 wrappers | Theo Buehler |
2023-04-13 | The NBs have been duly noted and ignored. Drop them. | Theo Buehler |
2023-04-13 | Zap trailing whitespace | Theo Buehler |
2023-04-13 | Remove files that definitely contain no code anymore | Theo Buehler |
2023-04-13 | Drop now useless files from the Makefile | Theo Buehler |
2023-04-13 | Fold ECDSA sign and verify mess into ecs_ossl.c | Theo Buehler |
2023-04-13 | Move RSA_generate_key() from rsa_depr.c to rsa_gen.c | Theo Buehler |
2023-04-13 | Move DSA_generate_parameters() from dsa_depr.c to dsa_gen.c | Theo Buehler |
2023-04-13 | Move DH_generate_parameters() from dh_depr.c to dh_gen.c | Theo Buehler |
2023-04-13 | ec_lib.c: fix a few NULL misspellings | Theo Buehler |
2023-04-13 | Fix various early return issues spotted by coverity | Theo Buehler |
2023-04-12 | remove duplicate lines | Jonathan Gray |
2023-04-12 | Remove now unused sha_local.h. | Joel Sing |
2023-04-12 | Provide and use crypto_ro{l,r}_u{32,64}(). | Joel Sing |
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-10 | Various wording tweaks for clarity and precision, and a few for conciseness. | Ingo Schwarze |
2023-04-10 | More deduplication: talk about environment variable in one place, not two. | Ingo Schwarze |
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 | Drop X9.31 support from libtls | 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 | Trim some redundant and a bit of misleading text: | Ingo Schwarze |
2023-04-09 | Explain what it means that an API function "requires event_init(3)" | Ingo Schwarze |
2023-04-09 | fix double words | Jonathan Gray |
2023-04-08 | New manual page written by Ted Bullock <tbullock at comlore dot com>, | Ingo Schwarze |
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 | Fix two documentation bugs: | Ingo Schwarze |
2023-04-06 | Document the effects that BIO_set_info_callback(3), BIO_callback_ctrl(3), | Ingo Schwarze |