summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ec_asn1_test: play some silly games to cover a few more code pathstb2024-10-261-1/+47
* Add regress coverage for ec_print.ctb2024-10-261-2/+889
* Cosmetic tweak to make point2oct and oct2point more symmetrictb2024-10-251-7/+12
* Use macros describing the intent rather than #if 0tb2024-10-251-8/+38
* 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
* Add regress for {d2i,i2d}_ECPrivateKey() and {o2i,i2o}_ECPublicKey()tb2024-10-251-1/+1003
* 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_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