summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2023-06-27Remove some dead code from ECPKParameters_print()Theo Buehler
2023-06-27Remove the now unused poly[] from EC_GROUPTheo Buehler
2023-06-27Simplify EC_GROUP_get_basis_type()Theo Buehler
2023-06-26Adjust EVP_PKEY_CTRL_HKDF_KEY to OpenSSL's semanticsTheo Buehler
2023-06-25Add missing RCS markerTheo Buehler
2023-06-25Remove unneeded bn_local.h and drop a NULL checkTheo Buehler
2023-06-25Move ECDSA_size() to ecs_ossl.c to match what was done in ecdhTheo Buehler
2023-06-25With ech_local.h gone, we no longer need to -I ecdhTheo Buehler
2023-06-25Remove ech_local.hTheo Buehler
2023-06-25Stop including ech_local.hTheo Buehler
2023-06-25Remove prototypes for EC_KEY_{get,insert}_key_method_data()Theo Buehler
2023-06-25Move ecdh_KDF_X9_63() to ec_local.hTheo Buehler
2023-06-25Move ECDH_size() to ech_key.cTheo Buehler
2023-06-25Move the ecdh_method struct declaration to ech_lib.cTheo Buehler
2023-06-25Move ECDH_OpenSSL() ECDSA_OpenSSL() to *_lib.cTheo Buehler
2023-06-25Remove EC_EXTRA_DATATheo Buehler
2023-06-25Remove {ecdh,ecdsa}_check() and {ECDH,ECDSA}_DATATheo Buehler
2023-06-25Remove method wrappers that use {ecdh,ecdsa}_check()Theo Buehler
2023-06-25ecdsa_do_sign(): remove useless ecdsa_check() callTheo Buehler
2023-06-25Make ECDH and ECDSA ex_data handlers always failTheo Buehler
2023-06-25Make {ECDH,ECDSA}_set_method() always failTheo Buehler
2023-06-25x509v3.h: unwrap a lineTheo Buehler
2023-06-25Adjust/fix X509_check_purpose(3) documentationTheo Buehler
2023-06-25Check for duplicate X.509v3 extension OIDsTheo Buehler
2023-06-25Provide additional BN primitives for BN_ULLONG architectures.Joel Sing
2023-06-25ech_local.h: remove unused ECDH_FLAG_FIPS_METHODTheo Buehler
2023-06-25ec_local.h: move ec_group_simple_order_bits down a bitTheo Buehler
2023-06-24Remove precompute_mult/have_precompute_mult from EC_METHOD.Joel Sing
2023-06-24Mop up EC_GROUP precomp machinery.Joel Sing
2023-06-24Mop up ec_wNAF_{,have_}precompute_mult().Joel Sing
2023-06-24Add conditional around bn_mul_words() call.Joel Sing
2023-06-24Assign and test.Joel Sing
2023-06-24Check for non-zero length rather than a zero value.Joel Sing
2023-06-24Rewrite and simplify bn_sqr()/bn_sqr_normal().Joel Sing
2023-06-24Provide optimised bn_subw() and bn_subw_subw() for arm.Joel Sing
2023-06-23Avoid crash in BN_asc2bn()Theo Buehler
2023-06-23Fix return check for BN_hex2bn()Theo Buehler
2023-06-23Fix return check of bn_hex2bn_cbs()Theo Buehler
2023-06-23typo: hexidecimal -> hexadecimalTheo Buehler
2023-06-23Remove some redundant parenthesesTheo Buehler
2023-06-21Provide optimised bn_clzw() for aarch64.Joel Sing
2023-06-21Provide and use bn_clzw() in place of bn_word_clz().Joel Sing
2023-06-21Make BN_num_bits() independent of bn->top.Joel Sing
2023-06-20Consolidate elliptic curve cofactor handlingTheo Buehler
2023-06-20Improve certificate version checks in x509v3_cache_extensions()Theo Buehler
2023-06-20Rename all occurrences of e in this file to engineTheo Buehler
2023-06-20Rename int_ctx_new() into evp_pkey_ctx_new()Theo Buehler
2023-06-20Clean up and fix int_ctx_new()Theo Buehler
2023-06-20Clean up EVP_PKEY_CTX_meth_dup()Theo Buehler
2023-06-19Properly guard ENGINE usage with !OPENSSL_NO_ENGINETheo Buehler