summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rewrite BN_hex2point()tb2024-10-301-11/+12
* Rewrite EC_POINT_point2hex()tb2024-10-301-34/+10
* Rewrite EC_POINT_point2bn()tb2024-10-301-17/+11
* ec_asn1_group2parameters: some spring cleaningtb2024-10-301-14/+12
* ec_asn1_group2parameters: replace point with generatortb2024-10-301-4/+4
* ec_asn1_group2parameters: mechanically replace ret with parameterstb2024-10-301-15/+15
* Provide ec_point_to_asn1_bit_string()tb2024-10-301-30/+14
* Provide ec_point_to_asn1_octet_string()tb2024-10-301-26/+49
* Add a convenience wrapper for EC_POINT_point2oct()tb2024-10-302-2/+48
* eckey_compute_pubkey: don't leak the public keytb2024-10-291-2/+1
* ec_asn1: zap an empty linetb2024-10-291-2/+1
* Fix private key encoding in i2d_ECPrivateKey()tb2024-10-281-31/+40
* d2i_ECPrivateKey: split public key setting into a helpertb2024-10-281-36/+41
* Expose eckey_compute_key() from ec_amethtb2024-10-282-3/+4
* d2i_ECPrivateKey: split private key setting into a helpertb2024-10-281-14/+31
* d2i_ECPrivateKey: split parameter setting into a helpertb2024-10-281-8/+26
* Rename the EC_KEY in i2o_ECPublicKey() to ec_keytb2024-10-281-6/+6
* Rename the EC_KEY in i2d_ECPrivateKey() to ec_keytb2024-10-281-14/+14
* ec_print.c: fix includes.tb2024-10-281-2/+6
* d2i_ECParameters: clean up entry and exittb2024-10-271-13/+17
* d2i_ECParameters: rename a to out_ec_keytb2024-10-271-7/+7
* d2i_ECParameters: rename ret to ec_keytb2024-10-271-9/+9
* i2d_ECParameters: rename a to ec_keytb2024-10-271-4/+4
* d2i_ECPrivateKey: move the version setting where it belongstb2024-10-261-2/+2
* d2i_ECPrivateKey: minor cleanup for entry and exit pathtb2024-10-261-13/+13
* a and ret aren't great names for EC_KEYstb2024-10-261-26/+26
* Mechanically rename priv_key to ec_privatekeytb2024-10-261-27/+27
* Cosmetic tweak to make point2oct and oct2point more symmetrictb2024-10-251-7/+12
* 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
* 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_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
* 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