summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Expand the introductory comment with references to X9.62 and SEC 1tb2024-10-301-1/+4
* Move the point2bn and point2hex API to ec_convert.ctb2024-10-303-146/+84
* Replace hardcoded 1U with EC_OCT_YBITtb2024-10-301-2/+2
* Move the GFp-specific point <-> octets functions to ec_convert.ctb2024-10-302-296/+296
* Move public point <-> octets API to a new ec_convert.ctb2024-10-303-131/+202
* Rewrite EC_POINT_bn2point()tb2024-10-301-28/+15
* Add ec_point_from_asn1_bit_string()tb2024-10-301-16/+20
* Add ec_point_from_asn1_octet_string()tb2024-10-301-13/+21
* Provide ec_point_from_octets()tb2024-10-302-3/+35
* 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-231-3/+1
* 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