summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/malloc-wrapper.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-25Remove EC_EXTRA_DATAtb4-230/+4
2023-06-25Remove {ecdh,ecdsa}_check() and {ECDH,ECDSA}_DATAtb4-223/+4
2023-06-25Remove method wrappers that use {ecdh,ecdsa}_check()tb2-73/+14
2023-06-25ecdsa_do_sign(): remove useless ecdsa_check() calltb1-4/+2
2023-06-25Make ECDH and ECDSA ex_data handlers always failtb2-26/+8
2023-06-25Make {ECDH,ECDSA}_set_method() always failtb2-29/+4
2023-06-25x509v3.h: unwrap a linetb1-3/+2
2023-06-25Adjust/fix X509_check_purpose(3) documentationtb1-3/+3
2023-06-25Check for duplicate X.509v3 extension OIDstb1-1/+45
2023-06-25Provide additional BN primitives for BN_ULLONG architectures.jsing1-21/+79
2023-06-25ech_local.h: remove unused ECDH_FLAG_FIPS_METHODtb1-9/+1
2023-06-25ec_local.h: move ec_group_simple_order_bits down a bittb1-3/+2
2023-06-24Remove precompute_mult/have_precompute_mult from EC_METHOD.jsing2-26/+4
2023-06-24Mop up EC_GROUP precomp machinery.jsing3-252/+10
2023-06-24Mop up ec_wNAF_{,have_}precompute_mult().jsing2-206/+2
2023-06-24Add conditional around bn_mul_words() call.jsing1-2/+4
2023-06-24Assign and test.jsing1-3/+2
2023-06-24Check for non-zero length rather than a zero value.jsing1-2/+2
2023-06-24Rewrite and simplify bn_sqr()/bn_sqr_normal().jsing3-39/+44
2023-06-24Provide optimised bn_subw() and bn_subw_subw() for arm.jsing1-1/+50
2023-06-23Codify BN_asc2bn(NULL, *) behavior in regress.tb1-1/+11
2023-06-23Avoid crash in BN_asc2bn()tb1-2/+3
2023-06-23Fix return check for BN_hex2bn()tb1-2/+2
2023-06-23Fix return check of bn_hex2bn_cbs()tb1-3/+3
2023-06-23typo: hexidecimal -> hexadecimaltb1-2/+2
2023-06-23Remove some redundant parenthesestb1-17/+17
2023-06-23Revert previous, not all platforms allow compilingotto2-37/+4
2023-06-22symbols: Tweak this test so it works with -j Ntb1-6/+4
2023-06-22Allow to ask for deeper callers for leak reports using malloc options.otto2-4/+37
2023-06-21Provide optimised bn_clzw() for aarch64.jsing1-1/+15
2023-06-21Provide and use bn_clzw() in place of bn_word_clz().jsing3-5/+15
2023-06-21Make BN_num_bits() independent of bn->top.jsing5-33/+74
2023-06-21Add tests for BN_sqr() corner cases.jsing1-1/+81
2023-06-21Add BN_cmp()/BN_ucmp() tests with zero padded inputs.jsing1-1/+25
2023-06-21Add a BN_num_bits() with zero padded input.jsing1-4/+13
2023-06-20Consolidate elliptic curve cofactor handlingtb1-49/+41
2023-06-20Improve certificate version checks in x509v3_cache_extensions()tb1-4/+11
2023-06-20Rename all occurrences of e in this file to enginetb1-15/+15
2023-06-20Rename int_ctx_new() into evp_pkey_ctx_new()tb1-4/+4
2023-06-20Clean up and fix int_ctx_new()tb1-34/+30
2023-06-20Clean up EVP_PKEY_CTX_meth_dup()tb1-22/+19
2023-06-20Fix copy-paste errortb1-2/+2
2023-06-20Add regress coverage for BN_num_bits()jsing1-1/+35
2023-06-19Make enginetest work with disabled engine supporttb1-1/+10
2023-06-19Fix GOST test with disabled enginetb1-1/+5
2023-06-19Properly guard ENGINE usage with !OPENSSL_NO_ENGINEtb1-1/+5
2023-06-19Dedoxigenize ecdsa.htb1-133/+5
2023-06-18Turns out EC_KEY_METHOD_new() has dup built in...tb1-21/+3
2023-06-18tls_signer: reinstate the default EC_KEY methodstb1-2/+29
2023-06-18Switch tls_ecdsa_do_sign() to EC_KEY_get_ex_data()tb1-3/+3