| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some dead code from the new verifier | tb | 2023-04-16 | 1 | -7/+1 |
* | Drop support for the ProxyCertInfo extension | tb | 2023-04-16 | 1 | -3/+2 |
* | Make pcy_int.h pull in x509_local.h it will need it soon | tb | 2023-04-16 | 1 | -1/+4 |
* | ec_point_conversion: do not rely on ec.h pulling in bn.h | tb | 2023-04-15 | 1 | -1/+2 |
* | Use size_t rather than int. | jsing | 2023-04-15 | 2 | -13/+13 |
* | Add SHA3 digest length define that was previously missed. | jsing | 2023-04-15 | 1 | -1/+2 |
* | Remove sha3() function, which will not be used or exposed. | jsing | 2023-04-15 | 2 | -16/+2 |
* | Mark sha3_keccakf() as static and remove prototype from header. | jsing | 2023-04-15 | 2 | -5/+3 |
* | Use memset() to zero the context, instead of zeroing manually. | jsing | 2023-04-15 | 1 | -5/+3 |
* | Provide SHA3 length related defines. | jsing | 2023-04-15 | 1 | -1/+27 |
* | Use the same byte order tests as we do elsewhere in libcrypto. | jsing | 2023-04-15 | 1 | -3/+5 |
* | Adjust documentation of X9.31 padding mode | tb | 2023-04-15 | 1 | -6/+6 |
* | Stop supporting the long-retired X9.31 standard | tb | 2023-04-15 | 2 | -113/+57 |
* | Prepare rsa.h for X9.31 support removal | tb | 2023-04-15 | 1 | -1/+5 |
* | Remove now unused GF2m perlasm generators | tb | 2023-04-15 | 3 | -980/+0 |
* | Rename SHA3 context struct field from 'st' to 'state'. | jsing | 2023-04-15 | 2 | -15/+15 |
* | Rename SHA3 context to align with existing code. | jsing | 2023-04-15 | 2 | -14/+14 |
* | Move some defines out of the sha3_internal.h header. | jsing | 2023-04-15 | 2 | -10/+6 |
* | Stop building GF2m assembly | tb | 2023-04-15 | 3 | -8/+2 |
* | Revise header guards. | jsing | 2023-04-15 | 1 | -4/+4 |
* | Pull constant tables out of sha3_keccakf(). | jsing | 2023-04-15 | 1 | -24/+24 |
* | Strip and reformat comments. | jsing | 2023-04-15 | 2 | -44/+14 |
* | Apply style(9) (first pass). | jsing | 2023-04-15 | 2 | -146/+152 |
* | Import sha3_internal.h. | jsing | 2023-04-15 | 1 | -2/+2 |
* | Add license to sha3 files. | jsing | 2023-04-15 | 2 | -0/+50 |
* | Import tiny_sha3 | jsing | 2023-04-15 | 2 | -0/+238 |
* | ssltest: Drop more policy go from this test. | tb | 2023-04-15 | 1 | -357/+21 |
* | ssltest: initial pass of dropping proxy cert goo | tb | 2023-04-15 | 1 | -89/+1 |
* | symbols test: drop LIBRESSL_INTERNAL | tb | 2023-04-15 | 1 | -2/+1 |
* | Drop policy printing from openssl | tb | 2023-04-14 | 6 | -95/+6 |
* | cttest: plug leak due to missing SCT_LIST_free() | tb | 2023-04-14 | 1 | -1/+2 |
* | Plug a memleak caused by an extra bump of a refcount | tb | 2023-04-14 | 1 | -2/+1 |
* | Cast the uint64_t SCT timestamps to (unsigned long long) for printing. | tb | 2023-04-14 | 1 | -3/+4 |
* | Make the signertest work better with the portable test framework | tb | 2023-04-14 | 2 | -14/+12 |
* | Make the apitest work better with the portable tets framework | tb | 2023-04-14 | 2 | -13/+12 |
* | Make cttest work better with the portable test harness | tb | 2023-04-14 | 2 | -9/+12 |
* | Fix cttest to use public header | tb | 2023-04-14 | 2 | -5/+3 |
* | 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 |
* | Fix double free in error path in openssl(1) x509 | tb | 2023-04-14 | 1 | -4/+2 |
* | 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 |