summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* ec_print.c: fix includes.tb2024-10-281-2/+6
* d2i_ECParameters: clean up entry and exittb2024-10-271-13/+17
* d2i_ECParameters: rename a to out_ec_keytb2024-10-271-7/+7
* d2i_ECParameters: rename ret to ec_keytb2024-10-271-9/+9
* i2d_ECParameters: rename a to ec_keytb2024-10-271-4/+4
* d2i_ECPrivateKey: move the version setting where it belongstb2024-10-261-2/+2
* d2i_ECPrivateKey: minor cleanup for entry and exit pathtb2024-10-261-13/+13
* a and ret aren't great names for EC_KEYstb2024-10-261-26/+26
* Mechanically rename priv_key to ec_privatekeytb2024-10-261-27/+27
* Cosmetic tweak to make point2oct and oct2point more symmetrictb2024-10-251-7/+12
* ec_asn1: make two helpers statictb2024-10-251-3/+3
* Minor cosmetic tweaks for EC_GROUP_set_seed()tb2024-10-251-9/+8
* ec_asn1: fix some NULL misspellingstb2024-10-251-4/+4
* Fix argument names: des_in -> der_in and des_out -> der_outtb2024-10-242-19/+19
* Add missing error check for CBB_init_fixed()tb2024-10-241-4/+5
* EC_POINT_point2oct() need to special case the point at infinitytb2024-10-231-4/+10
* EC_get_builtin_curves(): the most appropriate name for a list of curves...tb2024-10-231-5/+5
* remove duplicate defines; ok tb@jsg2024-10-233-13/+3
* remove duplicate X509v3_asid_add_id_or_range.3 linejsg2024-10-221-2/+1
* Move a check for hybrid point encoding into a helper functiontb2024-10-221-7/+14
* Rewrite ec_GFp_simple_point2oct() using CBBtb2024-10-221-63/+90
* Rewrite ec_GFp_simple_oct2point() using CBStb2024-10-221-57/+86
* Start cleaning up oct2point and point2octtb2024-10-221-5/+41
* Revert marking EC_GROUP_method_of() and EC_METHOD_get_field_type() unusedtb2024-10-221-3/+3
* ecp_oct.c: add missing includestb2024-10-221-1/+5
* Mark EC_GROUP_method_of() and EC_METHOD_get_field_type() as unusedtb2024-10-221-3/+3
* Provide and use ec_group_get_field_type()tb2024-10-224-8/+17
* Inline a use of EC_GROUP_method_of()tb2024-10-221-2/+2
* ec_ameth.c: fix includestb2024-10-201-3/+9
* ec_asn1: add missing includestb2024-10-201-2/+6
* ec_curve: add missing includestb2024-10-201-1/+5
* zap an empty linetb2024-10-201-2/+1
* Make ec EVP_PKEY_CTRL_MD handler match dsa/rsa more closelytb2024-10-191-11/+14
* Drop a useless cast in pkey_dsa_ctrl()tb2024-10-191-2/+2
* Remove IA32 specific code from cryptlib.c.jsing2024-10-195-41/+29
* Remove unused sparc CPU capability detection code.jsing2024-10-193-204/+1
* EC_GROUP_check(): zap useless commentstb2024-10-191-4/+3
* Move EC_GROUP_check() to ec_lib.ctb2024-10-193-115/+57
* Simplify EC_get_builtin_curves().tb2024-10-181-4/+5
* Use better naming in ec_curve.ctb2024-10-181-33/+33
* Enforce that EC Parameters correspond to a builtin curvetb2024-10-183-3/+227
* Remove now unused x86cpuid.pl.jsing2024-10-181-153/+0
* Provide crypto_cpu_caps_init() for i386.jsing2024-10-183-10/+120
* Remove now unused x86_64cpuid.pl.jsing2024-10-181-147/+0
* Provide crypto_cpu_caps_init() for amd64.jsing2024-10-184-11/+126
* Inline last use of OPENSSL_load_builtin_modules()tb2024-10-184-77/+6
* Move EC_GROUP_new_curve_GFp() into ec_lib.ctb2024-10-183-99/+23
* Merge EC_GROUP_new_curve_GFp() with ec_group_new_curve()tb2024-10-181-12/+5
* Split ec_asn1_parameters2group() into digestible piecestb2024-10-171-96/+144
* Provide crypto_cpu_caps_init() as a CPU capability detection entry point.jsing2024-10-173-5/+18