summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec_asn1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify field and private key encodingtb10 days1-13/+3
* Simplify ec_asn1_group2fieldid()tb2025-01-251-25/+3
* ec_asn1: update a comment to match realitytb2024-12-061-2/+2
* Set nid on group decoded from EC parameterstb2024-12-061-2/+4
* Use OPENSSL_EC_EXPLICIT_CURVE rather than 0tb2024-11-221-2/+2
* Relocate ECParameters_dup() to ec_asn1tb2024-11-081-1/+23
* d2i_ECPKParameters(): unify return statement with rest of filetb2024-11-021-2/+3
* Clean up the mess in i2d_EC_PRIVATEKEY()tb2024-10-311-16/+36
* Clean up o2i_ECPublicKey()tb2024-10-311-14/+17
* Rewrite i2o_ECPublicKey()tb2024-10-311-26/+25
* Add ec_point_from_asn1_bit_string()tb2024-10-301-16/+20
* Add ec_point_from_asn1_octet_string()tb2024-10-301-13/+21
* 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
* 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
* 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
* 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
* ec_asn1: make two helpers statictb2024-10-251-3/+3
* ec_asn1: fix some NULL misspellingstb2024-10-251-4/+4
* Provide and use ec_group_get_field_type()tb2024-10-221-2/+2
* ec_asn1: add missing includestb2024-10-201-2/+6
* Enforce that EC Parameters correspond to a builtin curvetb2024-10-181-1/+3
* Split ec_asn1_parameters2group() into digestible piecestb2024-10-171-96/+144
* Switch ec_asn1_group2parameters() to get0_{order,cofactor}()tb2024-10-151-11/+14
* Make NULL checks in ec_asn1_group2curve() explicittb2024-10-141-3/+5
* Fix field element encoding for elliptic curve coefficientstb2024-10-141-45/+36
* Drop an obvious comment and fix indent for setting the seedtb2024-10-141-4/+3
* In ec_asn1_group2curve() rename ok to ret, per usualtb2024-10-141-4/+4
* Use a and b for the curve coefficientstb2024-10-111-10/+11
* Clean up ec_asn1_group2fieldid()tb2024-10-111-32/+28
* Fix a long-standing bug in ec_asn1_group2pkparameters()tb2024-10-111-2/+2
* Use defines for the CHOICE variants of ECPKPARAMETERStb2024-10-111-7/+10
* Remove NULL check in ec_asn1_pkparameters2group()tb2024-10-111-5/+1
* Use better variable names in ec_asn1_pkparameters2group()tb2024-10-111-10/+13
* First cleanup pass over ec_asn1_group2pkparameters()tb2024-10-111-27/+25