summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-03-26Rework input and output handling for md4.Joel Sing
2024-03-26Simplify HMAC_CTX_new()joshua
2024-03-26Clean up EVP_DigestSignFinaljoshua
2024-03-26Reject setting invalid versions for certs, CRLs and CSRsTheo Buehler
2024-03-26Add TLS_ERROR_INVALID_CONTEXT error code to libtlsjoshua
2024-03-26Remove now unnecessary do {} while (0);Joel Sing
2024-03-26Inline HASH_MAKE_STRING.Joel Sing
2024-03-26Remove PKCS5_pbe2_set_iv()Theo Buehler
2024-03-26Reorder functions expanded from md32_common.h.Joel Sing
2024-03-26Unifdef PBE_PRF_TESTTheo Buehler
2024-03-26Expand HASH_* defines.Joel Sing
2024-03-26Inline hash functions from md32_common.h.Joel Sing
2024-03-26Fix previous commit.Joel Sing
2024-03-26Add error code support to libtlsjoshua
2024-03-26Reorder functions.Joel Sing
2024-03-26Provide an optimised bn_subw() for amd64.Joel Sing
2024-03-26Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in EVP_SignFinaljoshua
2024-03-26Stop including md32_common.h in md5.c and remove unused defines.Joel Sing
2024-03-26Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in EVP_VerifyFinaljoshua
2024-03-26Include stdint.h for uintptr_t.Joel Sing
2024-03-26Add back x509_local.h for PBKDF2PARAMTheo Buehler
2024-03-26PKCS5_pbe2_set_iv() can be local to p5_pbev2Theo Buehler
2024-03-26Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in PKCS1_MGF1joshua
2024-03-26Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} injoshua
2024-03-26Clean up use of EVP_CIPHER_CTX_{legacy_clear,cleanup} in EVP_OpenInitjoshua
2024-03-26Demacro MD5 and improve data loading.Joel Sing
2024-03-26Mark internal functions as static.Joel Sing
2024-03-26Move bn_montgomery_reduce() and drop prototype.Joel Sing
2024-03-26Fix function guards.Joel Sing
2024-03-26Add an indicator that an extension has been processed.Bob Beck
2024-03-26Garbage collect the unused verifyctx() and verifyctx_init()Theo Buehler
2024-03-26Process supported groups before key share.Bob Beck
2024-03-26Use errno_value instead of num for readabilityjoshua
2024-03-26Use errno_value instead of num for readabilityjoshua
2024-03-26Change ts to only support one second precision.Bob Beck
2024-03-26Clean up conf's module_init()Theo Buehler
2024-03-25Move the "no (hard) linking directories" and "no cross-mount links"Philip Guenther
2024-03-25Rewrite HKDF_expand().Joel Sing
2024-03-25Revert r1.13 since it currently breaks openssl-ruby regress tests.Joel Sing
2024-03-25Inline sctx in EVP_DigestSignFinaljoshua
2024-03-25Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in PKCS5_PBE_keyivgenjoshua
2024-03-25Error on setting an invalid CSR versionJob Snijders
2024-03-25Remove unneeded brackets from if statement in EVP_DigestSignFinaljoshua
2024-03-25Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in EVP_BytesToKeyjoshua
2024-03-25Simplify TLS extension parsing and processing.Joel Sing
2024-03-25Fix time conversion that broke regress.Bob Beck
2024-03-25Move custom sigctx handling out of EVP_DigestSignFinaljoshua
2024-03-25Fix typo msg_types -> msg_typeTheo Buehler
2024-03-25Clean up EVP_CIPHER_CTX_{legacy_clear,cleanup} usage in evp/bio_enc.cjoshua
2024-03-25Final tweaks in x509_trs.c for nowTheo Buehler