| Commit message (Expand) | Author | Age | Files | Lines |
* | Rewrite BN_hex2point() | tb | 2024-10-30 | 1 | -11/+12 |
* | Rewrite EC_POINT_point2hex() | tb | 2024-10-30 | 1 | -34/+10 |
* | Rewrite EC_POINT_point2bn() | tb | 2024-10-30 | 1 | -17/+11 |
* | ec_asn1_group2parameters: some spring cleaning | tb | 2024-10-30 | 1 | -14/+12 |
* | ec_asn1_group2parameters: replace point with generator | tb | 2024-10-30 | 1 | -4/+4 |
* | ec_asn1_group2parameters: mechanically replace ret with parameters | tb | 2024-10-30 | 1 | -15/+15 |
* | Provide ec_point_to_asn1_bit_string() | tb | 2024-10-30 | 1 | -30/+14 |
* | Provide ec_point_to_asn1_octet_string() | tb | 2024-10-30 | 1 | -26/+49 |
* | Add a convenience wrapper for EC_POINT_point2oct() | tb | 2024-10-30 | 2 | -2/+48 |
* | eckey_compute_pubkey: don't leak the public key | tb | 2024-10-29 | 1 | -2/+1 |
* | ec_asn1: zap an empty line | tb | 2024-10-29 | 1 | -2/+1 |
* | Fix private key encoding in i2d_ECPrivateKey() | tb | 2024-10-28 | 1 | -31/+40 |
* | d2i_ECPrivateKey: split public key setting into a helper | tb | 2024-10-28 | 1 | -36/+41 |
* | Expose eckey_compute_key() from ec_ameth | tb | 2024-10-28 | 2 | -3/+4 |
* | d2i_ECPrivateKey: split private key setting into a helper | tb | 2024-10-28 | 1 | -14/+31 |
* | d2i_ECPrivateKey: split parameter setting into a helper | tb | 2024-10-28 | 1 | -8/+26 |
* | Rename the EC_KEY in i2o_ECPublicKey() to ec_key | tb | 2024-10-28 | 1 | -6/+6 |
* | Rename the EC_KEY in i2d_ECPrivateKey() to ec_key | tb | 2024-10-28 | 1 | -14/+14 |
* | ec_print.c: fix includes. | tb | 2024-10-28 | 1 | -2/+6 |
* | d2i_ECParameters: clean up entry and exit | tb | 2024-10-27 | 1 | -13/+17 |
* | d2i_ECParameters: rename a to out_ec_key | tb | 2024-10-27 | 1 | -7/+7 |
* | d2i_ECParameters: rename ret to ec_key | tb | 2024-10-27 | 1 | -9/+9 |
* | i2d_ECParameters: rename a to ec_key | tb | 2024-10-27 | 1 | -4/+4 |
* | 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 |
* | Cosmetic tweak to make point2oct and oct2point more symmetric | tb | 2024-10-25 | 1 | -7/+12 |
* | 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 |
* | 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_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 |
* | 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 |