summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-29Split ec_key_test_point_encoding() into chunks of saner sizetb1-49/+172
2024-10-29eckey_compute_pubkey: don't leak the public keytb1-2/+1
2024-10-29ec_asn1_test: point doubling is fine, the leak is elsewheretb1-3/+1
2024-10-29Disable point doubling for now, it leaks due to a doc bug.tb1-1/+3
2024-10-29ec_asn1: zap an empty linetb1-2/+1
2024-10-28unifdef -m -DCORRECT_PRIV_KEY_PADDING=1 ec_asn1_test.ctb1-9/+1
2024-10-28Enable the tests that depend on correct private key paddingtb1-2/+2
2024-10-28Fix private key encoding in i2d_ECPrivateKey()tb1-31/+40
2024-10-28d2i_ECPrivateKey: split public key setting into a helpertb1-36/+41
2024-10-28Expose eckey_compute_key() from ec_amethtb2-3/+4
2024-10-28d2i_ECPrivateKey: split private key setting into a helpertb1-14/+31
2024-10-28d2i_ECPrivateKey: split parameter setting into a helpertb1-8/+26
2024-10-28Rename the EC_KEY in i2o_ECPublicKey() to ec_keytb1-6/+6
2024-10-28Rename the EC_KEY in i2d_ECPrivateKey() to ec_keytb1-14/+14
2024-10-28ec_print.c: fix includes.tb1-2/+6
2024-10-28c2sp: run test against openssl/3.4 if it is installedtb1-2/+2
2024-10-27d2i_ECParameters: clean up entry and exittb1-13/+17
2024-10-27d2i_ECParameters: rename a to out_ec_keytb1-7/+7
2024-10-27d2i_ECParameters: rename ret to ec_keytb1-9/+9
2024-10-27i2d_ECParameters: rename a to ec_keytb1-4/+4
2024-10-26{d2i,i2d}_ECParameters() also want a bit of exercisingtb1-1/+28
2024-10-26d2i_ECPrivateKey: move the version setting where it belongstb1-2/+2
2024-10-26d2i_ECPrivateKey: minor cleanup for entry and exit pathtb1-13/+13
2024-10-26a and ret aren't great names for EC_KEYstb1-26/+26
2024-10-26Mechanically rename priv_key to ec_privatekeytb1-27/+27
2024-10-26ec_asn1_test: play some silly games to cover a few more code pathstb1-1/+47
2024-10-26Add regress coverage for ec_print.ctb1-2/+889
2024-10-25Cosmetic tweak to make point2oct and oct2point more symmetrictb1-7/+12
2024-10-25Use macros describing the intent rather than #if 0tb1-8/+38
2024-10-25ec_asn1: make two helpers statictb1-3/+3
2024-10-25Minor cosmetic tweaks for EC_GROUP_set_seed()tb1-9/+8
2024-10-25ec_asn1: fix some NULL misspellingstb1-4/+4
2024-10-25Add regress for {d2i,i2d}_ECPrivateKey() and {o2i,i2o}_ECPublicKey()tb1-1/+1003
2024-10-24Fix argument names: des_in -> der_in and des_out -> der_outtb2-19/+19
2024-10-24Add missing error check for CBB_init_fixed()tb1-4/+5
2024-10-23ec_point_conversion: cosmeticstb1-4/+4
2024-10-23ec_point_conversion: extend test coverage by translating back thetb1-2/+76
2024-10-23EC_POINT_point2oct() need to special case the point at infinitytb1-4/+10
2024-10-23EC_get_builtin_curves(): the most appropriate name for a list of curves...tb1-5/+5
2024-10-23remove duplicate defines; ok tb@jsg3-13/+3
2024-10-22remove duplicate X509v3_asid_add_id_or_range.3 linejsg1-2/+1
2024-10-22Move a check for hybrid point encoding into a helper functiontb1-7/+14
2024-10-22Rewrite ec_GFp_simple_point2oct() using CBBtb1-63/+90
2024-10-22Rewrite ec_GFp_simple_oct2point() using CBStb1-57/+86
2024-10-22Start cleaning up oct2point and point2octtb1-5/+41
2024-10-22Suppress warning noise from deprecated OpenSSL APItb1-1/+2
2024-10-22Revert marking EC_GROUP_method_of() and EC_METHOD_get_field_type() unusedtb1-3/+3
2024-10-22ecp_oct.c: add missing includestb1-1/+5
2024-10-22Mark EC_GROUP_method_of() and EC_METHOD_get_field_type() as unusedtb1-3/+3
2024-10-22Provide and use ec_group_get_field_type()tb4-8/+17