summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ec_point_conversion: cosmeticstb2024-10-231-4/+4
* ec_point_conversion: extend test coverage by translating back thetb2024-10-231-2/+76
* 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
* Suppress warning noise from deprecated OpenSSL APItb2024-10-221-1/+2
* 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
* ec_asn1_test: simplify previoustb2024-10-181-7/+4
* ec_asn1_test: call EC_GROUP_check() for the builtin curvestb2024-10-182-59/+13
* Simplify EC_get_builtin_curves().tb2024-10-181-4/+5
* Use better naming in ec_curve.ctb2024-10-181-33/+33
* ec_asn1_test: adjust for rejection of non-builtin curve parameterstb2024-10-181-14/+2
* 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
* ec_asn1_test: add secp256k1.mtb2024-10-181-10/+81
* ec_asn1_test: remove last hardcoded wei25519 remnanttb2024-10-181-4/+3
* ec_asn1_test: test Wei25519.2 and Wei25519.-3 as welltb2024-10-181-37/+163
* ec_asn1_test: clean up & refactor; test Wei25519 with simple methodtb2024-10-181-109/+189
* 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
* Remove run once code from OPENSSL_cpuid_setup().jsing2024-10-171-5/+1
* libssl: rework cert signature security leveltb2024-10-171-24/+28
* EC ASN.1: add reminder that the simple method might also want testingtb2024-10-161-1/+5
* Implement Wei25519 to exercise some more elliptic curve codetb2024-10-161-1/+284
* rust-openssl: set resolver="2" for workspacetb2024-10-151-0/+1