summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2024-10-18ec_asn1_test: adjust for rejection of non-builtin curve parameterstb1-14/+2
2024-10-18Enforce that EC Parameters correspond to a builtin curvetb3-3/+227
2024-10-18Remove now unused x86cpuid.pl.jsing1-153/+0
2024-10-18Provide crypto_cpu_caps_init() for i386.jsing3-10/+120
2024-10-18Remove now unused x86_64cpuid.pl.jsing1-147/+0
2024-10-18Provide crypto_cpu_caps_init() for amd64.jsing4-11/+126
2024-10-18Inline last use of OPENSSL_load_builtin_modules()tb4-77/+6
2024-10-18Move EC_GROUP_new_curve_GFp() into ec_lib.ctb3-99/+23
2024-10-18Merge EC_GROUP_new_curve_GFp() with ec_group_new_curve()tb1-12/+5
2024-10-18ec_asn1_test: add secp256k1.mtb1-10/+81
2024-10-18ec_asn1_test: remove last hardcoded wei25519 remnanttb1-4/+3
2024-10-18ec_asn1_test: test Wei25519.2 and Wei25519.-3 as welltb1-37/+163
2024-10-18ec_asn1_test: clean up & refactor; test Wei25519 with simple methodtb1-109/+189
2024-10-17Split ec_asn1_parameters2group() into digestible piecestb1-96/+144
2024-10-17Provide crypto_cpu_caps_init() as a CPU capability detection entry point.jsing3-5/+18
2024-10-17Remove run once code from OPENSSL_cpuid_setup().jsing1-5/+1
2024-10-17libssl: rework cert signature security leveltb1-24/+28
2024-10-16EC ASN.1: add reminder that the simple method might also want testingtb1-1/+5
2024-10-16Implement Wei25519 to exercise some more elliptic curve codetb1-1/+284
2024-10-15rust-openssl: set resolver="2" for workspacetb1-0/+1
2024-10-15Unindent error check in EC_GROUP_set_generator()tb1-5/+5
2024-10-15Switch ec_asn1_group2parameters() to get0_{order,cofactor}()tb1-11/+14
2024-10-15Provide EC_GROUP_get0_cofactor() for internal usetb2-2/+9
2024-10-14Make NULL checks in ec_asn1_group2curve() explicittb1-3/+5
2024-10-14Extend ec_asn1_test to check for correct curve coefficient encodingtb1-5/+50
2024-10-14Fix field element encoding for elliptic curve coefficientstb1-45/+36
2024-10-14Drop an obvious comment and fix indent for setting the seedtb1-4/+3
2024-10-14In ec_asn1_group2curve() rename ok to ret, per usualtb1-4/+4
2024-10-13byt -> but; ok tb@jsg1-3/+3
2024-10-12Exercise the EC parameters code a bit moretb1-1/+103
2024-10-12Remove unnecessary str variable in ssl_stat.ctb1-427/+208
2024-10-11Use a and b for the curve coefficientstb1-10/+11
2024-10-11Clean up ec_asn1_group2fieldid()tb1-32/+28