| Commit message (Expand) | Author | Files | Lines |
2023-04-15 | Move some defines out of the sha3_internal.h header. | jsing | 2 | -10/+6 |
2023-04-15 | Stop building GF2m assembly | tb | 3 | -8/+2 |
2023-04-15 | Revise header guards. | jsing | 1 | -4/+4 |
2023-04-15 | Pull constant tables out of sha3_keccakf(). | jsing | 1 | -24/+24 |
2023-04-15 | Strip and reformat comments. | jsing | 2 | -44/+14 |
2023-04-15 | Apply style(9) (first pass). | jsing | 2 | -146/+152 |
2023-04-15 | Import sha3_internal.h. | jsing | 1 | -2/+2 |
2023-04-15 | Add license to sha3 files. | jsing | 2 | -0/+50 |
2023-04-15 | Import tiny_sha3 | jsing | 2 | -0/+238 |
2023-04-15 | ssltest: Drop more policy go from this test. | tb | 1 | -357/+21 |
2023-04-15 | ssltest: initial pass of dropping proxy cert goo | tb | 1 | -89/+1 |
2023-04-15 | symbols test: drop LIBRESSL_INTERNAL | tb | 1 | -2/+1 |
2023-04-14 | Drop policy printing from openssl | tb | 6 | -95/+6 |
2023-04-14 | cttest: plug leak due to missing SCT_LIST_free() | tb | 1 | -1/+2 |
2023-04-14 | Plug a memleak caused by an extra bump of a refcount | tb | 1 | -2/+1 |
2023-04-14 | Cast the uint64_t SCT timestamps to (unsigned long long) for printing. | tb | 1 | -3/+4 |
2023-04-14 | Make the signertest work better with the portable test framework | tb | 2 | -14/+12 |
2023-04-14 | Make the apitest work better with the portable tets framework | tb | 2 | -13/+12 |
2023-04-14 | Make cttest work better with the portable test harness | tb | 2 | -9/+12 |
2023-04-14 | Fix cttest to use public header | tb | 2 | -5/+3 |
2023-04-14 | Rename the largely misnamed bn_print.c to bn_convert.c | jsing | 2 | -3/+3 |
2023-04-14 | Provide and use bn_copy_words() in BN_copy(). | jsing | 1 | -31/+15 |
2023-04-14 | Add support for truncated SHA512 variants. | jsing | 2 | -2/+115 |
2023-04-14 | Provide soon to be used crypto_store_htobe32(). | jsing | 1 | -1/+20 |
2023-04-14 | Use memset() and only initialise non-zero struct members. | jsing | 1 | -7/+7 |
2023-04-14 | Fix double free in error path in openssl(1) x509 | tb | 1 | -4/+2 |
2023-04-13 | The NBs have been duly noted and ignored. Drop them. | tb | 2 | -20/+2 |
2023-04-13 | Zap trailing whitespace | tb | 1 | -9/+9 |
2023-04-13 | Remove files that definitely contain no code anymore | tb | 5 | -354/+0 |
2023-04-13 | Drop now useless files from the Makefile | tb | 1 | -6/+1 |
2023-04-13 | Fold ECDSA sign and verify mess into ecs_ossl.c | tb | 3 | -63/+68 |
2023-04-13 | Move RSA_generate_key() from rsa_depr.c to rsa_gen.c | tb | 2 | -34/+35 |
2023-04-13 | Move DSA_generate_parameters() from dsa_depr.c to dsa_gen.c | tb | 2 | -21/+23 |
2023-04-13 | Move DH_generate_parameters() from dh_depr.c to dh_gen.c | tb | 2 | -20/+21 |
2023-04-13 | Fix compilation on sparc64. | mbuhl | 1 | -2/+3 |
2023-04-13 | ec_lib.c: fix a few NULL misspellings | tb | 1 | -6/+6 |
2023-04-13 | Fix various early return issues spotted by coverity | tb | 1 | -13/+13 |
2023-04-13 | ectest: missing error checking | tb | 1 | -5/+11 |
2023-04-12 | remove duplicate lines | jsg | 1 | -3/+2 |
2023-04-12 | Remove now unused sha_local.h. | jsing | 1 | -419/+0 |
2023-04-12 | Provide and use crypto_ro{l,r}_u{32,64}(). | jsing | 3 | -25/+39 |
2023-04-12 | Provide and use crypto_store_htobe64(). | jsing | 2 | -23/+43 |
2023-04-11 | Handle BN_CTX at the EC API boundary. | jsing | 11 | -491/+553 |
2023-04-11 | Clean up unused BIGNUM. | jsing | 1 | -4/+1 |
2023-04-11 | Document the RETURN VALUES of BIO_method_type(3) and BIO_method_name(3) | schwarze | 14 | -28/+160 |
2023-04-11 | Recommit jsing's r1.27 - portable is ready | tb | 1 | -23/+4 |
2023-04-11 | While all the BIO_TYPE_* constants are part of the API, most of their | schwarze | 1 | -32/+77 |
2023-04-11 | Back out r1.27 using htobe64() - apparently some OS don't have it. | tb | 1 | -4/+23 |
2023-04-11 | Consolidate sha1 into a single file. | jsing | 3 | -91/+23 |
2023-04-11 | Simplify handling of big vs little endian. | jsing | 1 | -40/+5 |