summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2024-04-16Invert BN_BITS2 handling in bn_bin2bn_cbs() and bn_hex2bn_cbs().Joel Sing
2024-04-16Rewrite BN_bin2bn() using CBS.Joel Sing
2024-04-16Provide bn_expand_bytes().Joel Sing
2024-04-16Rename bn_expand() to bn_expand_bits().Joel Sing
2024-04-16sortTheo Buehler
2024-04-15Include the correct headerTheo Buehler
2024-04-15crank libcrypto major after symbol removalTheo Buehler
2024-04-15Bye, bye, OPENSSL_str{,n}casecmp()Theo Buehler
2024-04-15And a pile of TS ASN.1 stuff becomes internal-only, tooTheo Buehler
2024-04-15X509_NAME_ENTRIES_it and X509_NAME_INTERNAL_it go internalTheo Buehler
2024-04-15And here go {,EC}DSA_SIG_itTheo Buehler
2024-04-15DHparam_it becomes static, tooTheo Buehler
2024-04-15More X9.62 stuff was never used outside of ec_asn1.cTheo Buehler
2024-04-15EC_PRIVATEKEY becomes internal-only, tooTheo Buehler
2024-04-15Unexport the ECPKPARAMETERS APITheo Buehler
2024-04-15Make ECPARAMETERS_{new,free,it} internal-onlyTheo Buehler
2024-04-15Move BIO_CONNECT_{new,free}() to internal-onlyTheo Buehler
2024-04-15Remove ASN1_time_clamp_not_after() from Symbols.listTheo Buehler
2024-04-15Prevent negative zero from being created via BN bit functions.Joel Sing
2024-04-14Fix indentTheo Buehler
2024-04-14Delete a few more GOST remnantsTheo Buehler
2024-04-14Remove documentation of no longer available APITheo Buehler
2024-04-13Error check X509_ALGOR_set0() in {dsa,ec}_pkey_ctrl()Theo Buehler
2024-04-13Unwrap a line for consistency with other copy-pasted versionsTheo Buehler
2024-04-12bio_enc: various basic cleanupTheo Buehler
2024-04-12Garbage collect various *_init() pmethsTheo Buehler
2024-04-12Fix a potential NULL-deref in EVP_PKEY_keygen()Theo Buehler
2024-04-11Remove parentheses after returnTheo Buehler
2024-04-11Rework internal tm_to_*() convertersTheo Buehler
2024-04-10Re-guard the crypto_malloc macros.Bob Beck
2024-04-10Remove the prototype of BN_gcd_nonct()Theo Buehler
2024-04-10Hide deprecated functions in ec.hBob Beck
2024-04-10Hide deprecated functions in evp.hBob Beck
2024-04-10Add HMAC_init and HMAC_CTX_reset to Symbols.namespace.Bob Beck
2024-04-10Hide symbols in bn.hBob Beck
2024-04-10Hide a couple of LCRYPTO_UNUSED in asn1.hBob Beck
2024-04-10Add RC2 symbols to Symbols.namespace.Bob Beck
2024-04-10Finish hiding symbols in rand.hBob Beck
2024-04-10Finish Hiding symbols in crypto.hBob Beck
2024-04-09Add a comment on abuse of EXFLAG_INVALIDTheo Buehler
2024-04-09Add hidden conf.h, missed in an earlier commitTheo Buehler
2024-04-09Hide symbols in conf.hBob Beck
2024-04-09Plug leaks in ASN1_TIME_set_string_internal()Theo Buehler
2024-04-09Hide public symbols in x509.hBob Beck
2024-04-09Hide public symbols in evp.hBob Beck
2024-04-09Rename EVP_aes_XXX_cfb to EVP_aes_XXX_cfb128.Bob Beck
2024-04-09Clean up Symbols.namespaceBob Beck
2024-04-08Remove notBefore and notAfter cacheing.Bob Beck
2024-04-08Make ASN1_TIME_set_string_X509 and ASN1_TIME_set_string match the man pageBob Beck
2024-04-07Rework CMS_add_simple_smimecap()Theo Buehler