summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tmp is a silly name for a point on an elliptic curvetb2023-07-011-6/+6
* Garbage collect the now unused lentb2023-07-011-5/+3
* Test and assign for EC_KEY_get0_private_key()tb2023-07-011-3/+2
* Add a missing NULL check for grouptb2023-07-011-2/+3
* Reference commit needed in the next major bumptb2023-07-011-2/+2
* Simplify handling of rettb2023-07-011-6/+6
* Use BN_bn2binpad() instead of handrolling ittb2023-07-011-5/+3
* Remove unused y from ECDH key computationtb2023-07-011-5/+5
* crypto.h: move the error stuff to the endtb2023-07-011-21/+21
* Simplify ASN1_bn_print() usage in ec/tb2023-07-012-30/+20
* whitespacetb2023-06-301-2/+2
* Recommit "Allow to ask for deeper callers for leak reports usingotto2023-06-302-12/+71
* Drop the no longer necessary -DLIBRESSL_CRYPTO_INTERNALtb2023-06-291-2/+2
* Move check_defer() and obj_cleanup_defer to evp/names.ctb2023-06-292-7/+5
* Adjust EC_GROUP_get_basis_type() documentationtb2023-06-281-64/+8
* 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