| Commit message (Expand) | Author | Age | Files | Lines |
* | d2i_ECPrivateKey: move the version setting where it belongs | tb | 2024-10-26 | 1 | -2/+2 |
* | d2i_ECPrivateKey: minor cleanup for entry and exit path | tb | 2024-10-26 | 1 | -13/+13 |
* | a and ret aren't great names for EC_KEYs | tb | 2024-10-26 | 1 | -26/+26 |
* | Mechanically rename priv_key to ec_privatekey | tb | 2024-10-26 | 1 | -27/+27 |
* | ec_asn1_test: play some silly games to cover a few more code paths | tb | 2024-10-26 | 1 | -1/+47 |
* | Add regress coverage for ec_print.c | tb | 2024-10-26 | 1 | -2/+889 |
* | Cosmetic tweak to make point2oct and oct2point more symmetric | tb | 2024-10-25 | 1 | -7/+12 |
* | Use macros describing the intent rather than #if 0 | tb | 2024-10-25 | 1 | -8/+38 |
* | ec_asn1: make two helpers static | tb | 2024-10-25 | 1 | -3/+3 |
* | Minor cosmetic tweaks for EC_GROUP_set_seed() | tb | 2024-10-25 | 1 | -9/+8 |
* | ec_asn1: fix some NULL misspellings | tb | 2024-10-25 | 1 | -4/+4 |
* | Add regress for {d2i,i2d}_ECPrivateKey() and {o2i,i2o}_ECPublicKey() | tb | 2024-10-25 | 1 | -1/+1003 |
* | Fix argument names: des_in -> der_in and des_out -> der_out | tb | 2024-10-24 | 2 | -19/+19 |
* | Add missing error check for CBB_init_fixed() | tb | 2024-10-24 | 1 | -4/+5 |
* | ec_point_conversion: cosmetics | tb | 2024-10-23 | 1 | -4/+4 |
* | ec_point_conversion: extend test coverage by translating back the | tb | 2024-10-23 | 1 | -2/+76 |
* | EC_POINT_point2oct() need to special case the point at infinity | tb | 2024-10-23 | 1 | -4/+10 |
* | EC_get_builtin_curves(): the most appropriate name for a list of curves... | tb | 2024-10-23 | 1 | -5/+5 |
* | remove duplicate defines; ok tb@ | jsg | 2024-10-23 | 3 | -13/+3 |
* | remove duplicate X509v3_asid_add_id_or_range.3 line | jsg | 2024-10-22 | 1 | -2/+1 |
* | Move a check for hybrid point encoding into a helper function | tb | 2024-10-22 | 1 | -7/+14 |
* | Rewrite ec_GFp_simple_point2oct() using CBB | tb | 2024-10-22 | 1 | -63/+90 |
* | Rewrite ec_GFp_simple_oct2point() using CBS | tb | 2024-10-22 | 1 | -57/+86 |
* | Start cleaning up oct2point and point2oct | tb | 2024-10-22 | 1 | -5/+41 |
* | Suppress warning noise from deprecated OpenSSL API | tb | 2024-10-22 | 1 | -1/+2 |
* | Revert marking EC_GROUP_method_of() and EC_METHOD_get_field_type() unused | tb | 2024-10-22 | 1 | -3/+3 |
* | ecp_oct.c: add missing includes | tb | 2024-10-22 | 1 | -1/+5 |
* | Mark EC_GROUP_method_of() and EC_METHOD_get_field_type() as unused | tb | 2024-10-22 | 1 | -3/+3 |
* | Provide and use ec_group_get_field_type() | tb | 2024-10-22 | 4 | -8/+17 |
* | Inline a use of EC_GROUP_method_of() | tb | 2024-10-22 | 1 | -2/+2 |
* | ec_ameth.c: fix includes | tb | 2024-10-20 | 1 | -3/+9 |
* | ec_asn1: add missing includes | tb | 2024-10-20 | 1 | -2/+6 |
* | ec_curve: add missing includes | tb | 2024-10-20 | 1 | -1/+5 |
* | zap an empty line | tb | 2024-10-20 | 1 | -2/+1 |
* | Make ec EVP_PKEY_CTRL_MD handler match dsa/rsa more closely | tb | 2024-10-19 | 1 | -11/+14 |
* | Drop a useless cast in pkey_dsa_ctrl() | tb | 2024-10-19 | 1 | -2/+2 |
* | Remove IA32 specific code from cryptlib.c. | jsing | 2024-10-19 | 5 | -41/+29 |
* | Remove unused sparc CPU capability detection code. | jsing | 2024-10-19 | 3 | -204/+1 |
* | EC_GROUP_check(): zap useless comments | tb | 2024-10-19 | 1 | -4/+3 |
* | Move EC_GROUP_check() to ec_lib.c | tb | 2024-10-19 | 3 | -115/+57 |
* | ec_asn1_test: simplify previous | tb | 2024-10-18 | 1 | -7/+4 |
* | ec_asn1_test: call EC_GROUP_check() for the builtin curves | tb | 2024-10-18 | 2 | -59/+13 |
* | Simplify EC_get_builtin_curves(). | tb | 2024-10-18 | 1 | -4/+5 |
* | Use better naming in ec_curve.c | tb | 2024-10-18 | 1 | -33/+33 |
* | ec_asn1_test: adjust for rejection of non-builtin curve parameters | tb | 2024-10-18 | 1 | -14/+2 |
* | Enforce that EC Parameters correspond to a builtin curve | tb | 2024-10-18 | 3 | -3/+227 |
* | Remove now unused x86cpuid.pl. | jsing | 2024-10-18 | 1 | -153/+0 |
* | Provide crypto_cpu_caps_init() for i386. | jsing | 2024-10-18 | 3 | -10/+120 |
* | Remove now unused x86_64cpuid.pl. | jsing | 2024-10-18 | 1 | -147/+0 |
* | Provide crypto_cpu_caps_init() for amd64. | jsing | 2024-10-18 | 4 | -11/+126 |