summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-10-23EC_POINT_point2oct() need to special case the point at infinityTheo Buehler
2024-10-23EC_get_builtin_curves(): the most appropriate name for a list of curves...Theo Buehler
2024-10-23remove duplicate defines; ok tb@Jonathan Gray
2024-10-22remove duplicate X509v3_asid_add_id_or_range.3 lineJonathan Gray
2024-10-22remove duplicate rcs idJonathan Gray
2024-10-22Move a check for hybrid point encoding into a helper functionTheo Buehler
2024-10-22Rewrite ec_GFp_simple_point2oct() using CBBTheo Buehler
2024-10-22Rewrite ec_GFp_simple_oct2point() using CBSTheo Buehler
2024-10-22Start cleaning up oct2point and point2octTheo Buehler
2024-10-22Revert marking EC_GROUP_method_of() and EC_METHOD_get_field_type() unusedTheo Buehler
2024-10-22ecp_oct.c: add missing includesTheo Buehler
2024-10-22Mark EC_GROUP_method_of() and EC_METHOD_get_field_type() as unusedTheo Buehler
2024-10-22Provide and use ec_group_get_field_type()Theo Buehler
2024-10-22Inline a use of EC_GROUP_method_of()Theo Buehler
2024-10-20ec_ameth.c: fix includesTheo Buehler
2024-10-20ec_asn1: add missing includesTheo Buehler
2024-10-20ec_curve: add missing includesTheo Buehler
2024-10-20zap an empty lineTheo Buehler
2024-10-19Make ec EVP_PKEY_CTRL_MD handler match dsa/rsa more closelyTheo Buehler
2024-10-19Drop a useless cast in pkey_dsa_ctrl()Theo Buehler
2024-10-19Remove IA32 specific code from cryptlib.c.Joel Sing
2024-10-19Remove unused sparc CPU capability detection code.Joel Sing
2024-10-19EC_GROUP_check(): zap useless commentsTheo Buehler
2024-10-19Move EC_GROUP_check() to ec_lib.cTheo Buehler
2024-10-18Simplify EC_get_builtin_curves().Theo Buehler
2024-10-18Use better naming in ec_curve.cTheo Buehler
2024-10-18Enforce that EC Parameters correspond to a builtin curveTheo Buehler
2024-10-18Remove now unused x86cpuid.pl.Joel Sing
2024-10-18Provide crypto_cpu_caps_init() for i386.Joel Sing
2024-10-18Remove now unused x86_64cpuid.pl.Joel Sing
2024-10-18Provide crypto_cpu_caps_init() for amd64.Joel Sing
2024-10-18Inline last use of OPENSSL_load_builtin_modules()Theo Buehler
2024-10-18Move EC_GROUP_new_curve_GFp() into ec_lib.cTheo Buehler
2024-10-18Merge EC_GROUP_new_curve_GFp() with ec_group_new_curve()Theo Buehler
2024-10-17Split ec_asn1_parameters2group() into digestible piecesTheo Buehler
2024-10-17Provide crypto_cpu_caps_init() as a CPU capability detection entry point.Joel Sing
2024-10-17Remove run once code from OPENSSL_cpuid_setup().Joel Sing
2024-10-17libssl: rework cert signature security levelTheo Buehler
2024-10-15Unindent error check in EC_GROUP_set_generator()Theo Buehler
2024-10-15Switch ec_asn1_group2parameters() to get0_{order,cofactor}()Theo Buehler
2024-10-15Provide EC_GROUP_get0_cofactor() for internal useTheo Buehler
2024-10-14Make NULL checks in ec_asn1_group2curve() explicitTheo Buehler
2024-10-14Fix field element encoding for elliptic curve coefficientsTheo Buehler
2024-10-14Drop an obvious comment and fix indent for setting the seedTheo Buehler
2024-10-14In ec_asn1_group2curve() rename ok to ret, per usualTheo Buehler
2024-10-13byt -> but; ok tb@Jonathan Gray
2024-10-12Remove unnecessary str variable in ssl_stat.cTheo Buehler
2024-10-11Use a and b for the curve coefficientsTheo Buehler
2024-10-11Clean up ec_asn1_group2fieldid()Theo Buehler
2024-10-11Fix a long-standing bug in ec_asn1_group2pkparameters()Theo Buehler