summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-27Remove the now unused poly[] from EC_GROUPtb1-15/+2
2023-06-27Simplify EC_GROUP_get_basis_type()tb1-18/+2
2023-06-26Adjust EVP_PKEY_CTRL_HKDF_KEY to OpenSSL's semanticstb1-2/+9
2023-06-25Add missing RCS markertb1-0/+1
2023-06-25Remove unneeded bn_local.h and drop a NULL checktb1-5/+3
2023-06-25Move ECDSA_size() to ecs_ossl.c to match what was done in ecdhtb2-34/+34
2023-06-25With ech_local.h gone, we no longer need to -I ecdhtb1-2/+1
2023-06-25Remove ech_local.htb1-65/+0
2023-06-25Stop including ech_local.htb3-5/+5
2023-06-25Remove prototypes for EC_KEY_{get,insert}_key_method_data()tb1-8/+1
2023-06-25Move ecdh_KDF_X9_63() to ec_local.htb2-8/+8
2023-06-25Move ECDH_size() to ech_key.ctb2-8/+8
2023-06-25Move the ecdh_method struct declaration to ech_lib.ctb2-11/+10
2023-06-25Move ECDH_OpenSSL() ECDSA_OpenSSL() to *_lib.ctb4-28/+28
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