summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Drop support for the ProxyCertInfo extensiontb2023-04-161-3/+2
* Make pcy_int.h pull in x509_local.h it will need it soontb2023-04-161-1/+4
* ec_point_conversion: do not rely on ec.h pulling in bn.htb2023-04-151-1/+2
* Use size_t rather than int.jsing2023-04-152-13/+13
* Add SHA3 digest length define that was previously missed.jsing2023-04-151-1/+2
* Remove sha3() function, which will not be used or exposed.jsing2023-04-152-16/+2
* Mark sha3_keccakf() as static and remove prototype from header.jsing2023-04-152-5/+3
* Use memset() to zero the context, instead of zeroing manually.jsing2023-04-151-5/+3
* Provide SHA3 length related defines.jsing2023-04-151-1/+27
* Use the same byte order tests as we do elsewhere in libcrypto.jsing2023-04-151-3/+5
* Adjust documentation of X9.31 padding modetb2023-04-151-6/+6
* Stop supporting the long-retired X9.31 standardtb2023-04-152-113/+57
* Prepare rsa.h for X9.31 support removaltb2023-04-151-1/+5
* Remove now unused GF2m perlasm generatorstb2023-04-153-980/+0
* Rename SHA3 context struct field from 'st' to 'state'.jsing2023-04-152-15/+15
* Rename SHA3 context to align with existing code.jsing2023-04-152-14/+14
* Move some defines out of the sha3_internal.h header.jsing2023-04-152-10/+6
* Stop building GF2m assemblytb2023-04-153-8/+2
* Revise header guards.jsing2023-04-151-4/+4
* Pull constant tables out of sha3_keccakf().jsing2023-04-151-24/+24
* Strip and reformat comments.jsing2023-04-152-44/+14
* Apply style(9) (first pass).jsing2023-04-152-146/+152
* Import sha3_internal.h.jsing2023-04-151-2/+2
* Add license to sha3 files.jsing2023-04-152-0/+50
* Import tiny_sha3jsing2023-04-152-0/+238
* ssltest: Drop more policy go from this test.tb2023-04-151-357/+21
* ssltest: initial pass of dropping proxy cert gootb2023-04-151-89/+1
* symbols test: drop LIBRESSL_INTERNALtb2023-04-151-2/+1
* Drop policy printing from openssltb2023-04-146-95/+6
* cttest: plug leak due to missing SCT_LIST_free()tb2023-04-141-1/+2
* Plug a memleak caused by an extra bump of a refcounttb2023-04-141-2/+1
* Cast the uint64_t SCT timestamps to (unsigned long long) for printing.tb2023-04-141-3/+4
* Make the signertest work better with the portable test frameworktb2023-04-142-14/+12
* Make the apitest work better with the portable tets frameworktb2023-04-142-13/+12
* Make cttest work better with the portable test harnesstb2023-04-142-9/+12
* Fix cttest to use public headertb2023-04-142-5/+3
* Rename the largely misnamed bn_print.c to bn_convert.cjsing2023-04-142-3/+3
* Provide and use bn_copy_words() in BN_copy().jsing2023-04-141-31/+15
* Add support for truncated SHA512 variants.jsing2023-04-142-2/+115
* Provide soon to be used crypto_store_htobe32().jsing2023-04-141-1/+20
* Use memset() and only initialise non-zero struct members.jsing2023-04-141-7/+7
* Fix double free in error path in openssl(1) x509tb2023-04-141-4/+2
* The NBs have been duly noted and ignored. Drop them.tb2023-04-132-20/+2
* Zap trailing whitespacetb2023-04-131-9/+9
* Remove files that definitely contain no code anymoretb2023-04-135-354/+0
* Drop now useless files from the Makefiletb2023-04-131-6/+1
* Fold ECDSA sign and verify mess into ecs_ossl.ctb2023-04-133-63/+68
* Move RSA_generate_key() from rsa_depr.c to rsa_gen.ctb2023-04-132-34/+35
* Move DSA_generate_parameters() from dsa_depr.c to dsa_gen.ctb2023-04-132-21/+23
* Move DH_generate_parameters() from dh_depr.c to dh_gen.ctb2023-04-132-20/+21