| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Fix compilation on sparc64. | mbuhl | 2023-04-13 | 1 | -2/+3 |
* | 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 |
* | ectest: missing error checking | tb | 2023-04-13 | 1 | -5/+11 |
* | 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 |
* | 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 |