summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-04-16Drop support for the ProxyCertInfo extensionTheo Buehler
2023-04-16Make pcy_int.h pull in x509_local.h it will need it soonTheo Buehler
2023-04-15Use size_t rather than int.Joel Sing
2023-04-15Add SHA3 digest length define that was previously missed.Joel Sing
2023-04-15Remove sha3() function, which will not be used or exposed.Joel Sing
2023-04-15Mark sha3_keccakf() as static and remove prototype from header.Joel Sing
2023-04-15Use memset() to zero the context, instead of zeroing manually.Joel Sing
2023-04-15Provide SHA3 length related defines.Joel Sing
2023-04-15Use the same byte order tests as we do elsewhere in libcrypto.Joel Sing
2023-04-15Adjust documentation of X9.31 padding modeTheo Buehler
2023-04-15Stop supporting the long-retired X9.31 standardTheo Buehler
2023-04-15Prepare rsa.h for X9.31 support removalTheo Buehler
2023-04-15Remove now unused GF2m perlasm generatorsTheo Buehler
2023-04-15Rename SHA3 context struct field from 'st' to 'state'.Joel Sing
2023-04-15Rename SHA3 context to align with existing code.Joel Sing
2023-04-15Move some defines out of the sha3_internal.h header.Joel Sing
2023-04-15Stop building GF2m assemblyTheo Buehler
2023-04-15Revise header guards.Joel Sing
2023-04-15Pull constant tables out of sha3_keccakf().Joel Sing
2023-04-15Strip and reformat comments.Joel Sing
2023-04-15Apply style(9) (first pass).Joel Sing
2023-04-15Import sha3_internal.h.Joel Sing
2023-04-15Add license to sha3 files.Joel Sing
2023-04-15Import tiny_sha3Joel Sing
2023-04-14Rename the largely misnamed bn_print.c to bn_convert.cJoel Sing
2023-04-14Provide and use bn_copy_words() in BN_copy().Joel Sing
2023-04-14Add support for truncated SHA512 variants.Joel Sing
2023-04-14Provide soon to be used crypto_store_htobe32().Joel Sing
2023-04-14Use memset() and only initialise non-zero struct members.Joel Sing
2023-04-13Use ANSI-style functions for Base64 wrappersTheo Buehler
2023-04-13The NBs have been duly noted and ignored. Drop them.Theo Buehler
2023-04-13Zap trailing whitespaceTheo Buehler
2023-04-13Remove files that definitely contain no code anymoreTheo Buehler
2023-04-13Drop now useless files from the MakefileTheo Buehler
2023-04-13Fold ECDSA sign and verify mess into ecs_ossl.cTheo Buehler
2023-04-13Move RSA_generate_key() from rsa_depr.c to rsa_gen.cTheo Buehler
2023-04-13Move DSA_generate_parameters() from dsa_depr.c to dsa_gen.cTheo Buehler
2023-04-13Move DH_generate_parameters() from dh_depr.c to dh_gen.cTheo Buehler
2023-04-13ec_lib.c: fix a few NULL misspellingsTheo Buehler
2023-04-13Fix various early return issues spotted by coverityTheo Buehler
2023-04-12remove duplicate linesJonathan Gray
2023-04-12Remove now unused sha_local.h.Joel Sing
2023-04-12Provide and use crypto_ro{l,r}_u{32,64}().Joel Sing
2023-04-12Provide and use crypto_store_htobe64().Joel Sing
2023-04-11Handle BN_CTX at the EC API boundary.Joel Sing
2023-04-11Clean up unused BIGNUM.Joel Sing
2023-04-11Document the RETURN VALUES of BIO_method_type(3) and BIO_method_name(3)Ingo Schwarze
2023-04-11Recommit jsing's r1.27 - portable is readyTheo Buehler
2023-04-11While all the BIO_TYPE_* constants are part of the API, most of theirIngo Schwarze
2023-04-11Back out r1.27 using htobe64() - apparently some OS don't have it.Theo Buehler