summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Zap stray spacetb2023-06-271-2/+2
* Switch from get_rfc*() to BN_get_rfc*()tb2023-06-271-7/+7
* Remove some dead code from ECPKParameters_print()tb2023-06-271-31/+6
* Remove the now unused poly[] from EC_GROUPtb2023-06-271-15/+2
* Simplify EC_GROUP_get_basis_type()tb2023-06-271-18/+2
* Adjust EVP_PKEY_CTRL_HKDF_KEY to OpenSSL's semanticstb2023-06-261-2/+9
* Add missing RCS markertb2023-06-251-0/+1
* Remove unneeded bn_local.h and drop a NULL checktb2023-06-251-5/+3
* Move ECDSA_size() to ecs_ossl.c to match what was done in ecdhtb2023-06-252-34/+34
* With ech_local.h gone, we no longer need to -I ecdhtb2023-06-251-2/+1
* Remove ech_local.htb2023-06-251-65/+0
* Stop including ech_local.htb2023-06-253-5/+5
* Remove prototypes for EC_KEY_{get,insert}_key_method_data()tb2023-06-251-8/+1
* Move ecdh_KDF_X9_63() to ec_local.htb2023-06-252-8/+8
* Move ECDH_size() to ech_key.ctb2023-06-252-8/+8
* Move the ecdh_method struct declaration to ech_lib.ctb2023-06-252-11/+10
* Move ECDH_OpenSSL() ECDSA_OpenSSL() to *_lib.ctb2023-06-254-28/+28
* Remove EC_EXTRA_DATAtb2023-06-254-230/+4
* Remove {ecdh,ecdsa}_check() and {ECDH,ECDSA}_DATAtb2023-06-254-223/+4
* Remove method wrappers that use {ecdh,ecdsa}_check()tb2023-06-252-73/+14
* ecdsa_do_sign(): remove useless ecdsa_check() calltb2023-06-251-4/+2
* Make ECDH and ECDSA ex_data handlers always failtb2023-06-252-26/+8
* Make {ECDH,ECDSA}_set_method() always failtb2023-06-252-29/+4
* x509v3.h: unwrap a linetb2023-06-251-3/+2
* Adjust/fix X509_check_purpose(3) documentationtb2023-06-251-3/+3
* Check for duplicate X.509v3 extension OIDstb2023-06-251-1/+45
* Provide additional BN primitives for BN_ULLONG architectures.jsing2023-06-251-21/+79
* ech_local.h: remove unused ECDH_FLAG_FIPS_METHODtb2023-06-251-9/+1
* ec_local.h: move ec_group_simple_order_bits down a bittb2023-06-251-3/+2
* Remove precompute_mult/have_precompute_mult from EC_METHOD.jsing2023-06-242-26/+4
* Mop up EC_GROUP precomp machinery.jsing2023-06-243-252/+10
* Mop up ec_wNAF_{,have_}precompute_mult().jsing2023-06-242-206/+2
* Add conditional around bn_mul_words() call.jsing2023-06-241-2/+4
* Assign and test.jsing2023-06-241-3/+2
* Check for non-zero length rather than a zero value.jsing2023-06-241-2/+2
* Rewrite and simplify bn_sqr()/bn_sqr_normal().jsing2023-06-243-39/+44
* Provide optimised bn_subw() and bn_subw_subw() for arm.jsing2023-06-241-1/+50
* Codify BN_asc2bn(NULL, *) behavior in regress.tb2023-06-231-1/+11
* Avoid crash in BN_asc2bn()tb2023-06-231-2/+3
* Fix return check for BN_hex2bn()tb2023-06-231-2/+2
* Fix return check of bn_hex2bn_cbs()tb2023-06-231-3/+3
* typo: hexidecimal -> hexadecimaltb2023-06-231-2/+2
* Remove some redundant parenthesestb2023-06-231-17/+17
* Revert previous, not all platforms allow compilingotto2023-06-232-37/+4
* symbols: Tweak this test so it works with -j Ntb2023-06-221-6/+4
* Allow to ask for deeper callers for leak reports using malloc options.otto2023-06-222-4/+37
* Provide optimised bn_clzw() for aarch64.jsing2023-06-211-1/+15
* Provide and use bn_clzw() in place of bn_word_clz().jsing2023-06-213-5/+15
* Make BN_num_bits() independent of bn->top.jsing2023-06-215-33/+74
* Add tests for BN_sqr() corner cases.jsing2023-06-211-1/+81