| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Inline last use of OPENSSL_load_builtin_modules() | tb | 2024-10-18 | 4 | -77/+6 |
* | Move EC_GROUP_new_curve_GFp() into ec_lib.c | tb | 2024-10-18 | 3 | -99/+23 |
* | Merge EC_GROUP_new_curve_GFp() with ec_group_new_curve() | tb | 2024-10-18 | 1 | -12/+5 |
* | ec_asn1_test: add secp256k1.m | tb | 2024-10-18 | 1 | -10/+81 |
* | ec_asn1_test: remove last hardcoded wei25519 remnant | tb | 2024-10-18 | 1 | -4/+3 |
* | ec_asn1_test: test Wei25519.2 and Wei25519.-3 as well | tb | 2024-10-18 | 1 | -37/+163 |
* | ec_asn1_test: clean up & refactor; test Wei25519 with simple method | tb | 2024-10-18 | 1 | -109/+189 |
* | Split ec_asn1_parameters2group() into digestible pieces | tb | 2024-10-17 | 1 | -96/+144 |
* | Provide crypto_cpu_caps_init() as a CPU capability detection entry point. | jsing | 2024-10-17 | 3 | -5/+18 |
* | Remove run once code from OPENSSL_cpuid_setup(). | jsing | 2024-10-17 | 1 | -5/+1 |
* | libssl: rework cert signature security level | tb | 2024-10-17 | 1 | -24/+28 |
* | EC ASN.1: add reminder that the simple method might also want testing | tb | 2024-10-16 | 1 | -1/+5 |
* | Implement Wei25519 to exercise some more elliptic curve code | tb | 2024-10-16 | 1 | -1/+284 |
* | rust-openssl: set resolver="2" for workspace | tb | 2024-10-15 | 1 | -0/+1 |
* | Unindent error check in EC_GROUP_set_generator() | tb | 2024-10-15 | 1 | -5/+5 |
* | Switch ec_asn1_group2parameters() to get0_{order,cofactor}() | tb | 2024-10-15 | 1 | -11/+14 |
* | Provide EC_GROUP_get0_cofactor() for internal use | tb | 2024-10-15 | 2 | -2/+9 |
* | Make NULL checks in ec_asn1_group2curve() explicit | tb | 2024-10-14 | 1 | -3/+5 |
* | Extend ec_asn1_test to check for correct curve coefficient encoding | tb | 2024-10-14 | 1 | -5/+50 |
* | Fix field element encoding for elliptic curve coefficients | tb | 2024-10-14 | 1 | -45/+36 |
* | Drop an obvious comment and fix indent for setting the seed | tb | 2024-10-14 | 1 | -4/+3 |
* | In ec_asn1_group2curve() rename ok to ret, per usual | tb | 2024-10-14 | 1 | -4/+4 |
* | byt -> but; ok tb@ | jsg | 2024-10-13 | 1 | -3/+3 |