summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/recallocarray.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2024-10-22Inline a use of EC_GROUP_method_of()tb1-2/+2
2024-10-20ec_ameth.c: fix includestb1-3/+9
2024-10-20ec_asn1: add missing includestb1-2/+6
2024-10-20ec_curve: add missing includestb1-1/+5
2024-10-20zap an empty linetb1-2/+1
2024-10-19Make ec EVP_PKEY_CTRL_MD handler match dsa/rsa more closelytb1-11/+14
2024-10-19Drop a useless cast in pkey_dsa_ctrl()tb1-2/+2
2024-10-19Remove IA32 specific code from cryptlib.c.jsing5-41/+29
2024-10-19Remove unused sparc CPU capability detection code.jsing3-204/+1
2024-10-19EC_GROUP_check(): zap useless commentstb1-4/+3
2024-10-19Move EC_GROUP_check() to ec_lib.ctb3-115/+57
2024-10-18ec_asn1_test: simplify previoustb1-7/+4
2024-10-18ec_asn1_test: call EC_GROUP_check() for the builtin curvestb2-59/+13
2024-10-18Simplify EC_get_builtin_curves().tb1-4/+5
2024-10-18Use better naming in ec_curve.ctb1-33/+33