summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ec/ec_asn1.c
AgeCommit message (Expand)Author
14 daysRelocate ECParameters_dup() to ec_asn1Theo Buehler
2024-11-02d2i_ECPKParameters(): unify return statement with rest of fileTheo Buehler
2024-10-31Clean up the mess in i2d_EC_PRIVATEKEY()Theo Buehler
2024-10-31Clean up o2i_ECPublicKey()Theo Buehler
2024-10-31Rewrite i2o_ECPublicKey()Theo Buehler
2024-10-30Add ec_point_from_asn1_bit_string()Theo Buehler
2024-10-30Add ec_point_from_asn1_octet_string()Theo Buehler
2024-10-30ec_asn1_group2parameters: some spring cleaningTheo Buehler
2024-10-30ec_asn1_group2parameters: replace point with generatorTheo Buehler
2024-10-30ec_asn1_group2parameters: mechanically replace ret with parametersTheo Buehler
2024-10-30Provide ec_point_to_asn1_bit_string()Theo Buehler
2024-10-30Provide ec_point_to_asn1_octet_string()Theo Buehler
2024-10-29ec_asn1: zap an empty lineTheo Buehler
2024-10-28Fix private key encoding in i2d_ECPrivateKey()Theo Buehler
2024-10-28d2i_ECPrivateKey: split public key setting into a helperTheo Buehler
2024-10-28d2i_ECPrivateKey: split private key setting into a helperTheo Buehler
2024-10-28d2i_ECPrivateKey: split parameter setting into a helperTheo Buehler
2024-10-28Rename the EC_KEY in i2o_ECPublicKey() to ec_keyTheo Buehler
2024-10-28Rename the EC_KEY in i2d_ECPrivateKey() to ec_keyTheo Buehler
2024-10-27d2i_ECParameters: clean up entry and exitTheo Buehler
2024-10-27d2i_ECParameters: rename a to out_ec_keyTheo Buehler
2024-10-27d2i_ECParameters: rename ret to ec_keyTheo Buehler
2024-10-27i2d_ECParameters: rename a to ec_keyTheo Buehler
2024-10-26d2i_ECPrivateKey: move the version setting where it belongsTheo Buehler
2024-10-26d2i_ECPrivateKey: minor cleanup for entry and exit pathTheo Buehler
2024-10-26a and ret aren't great names for EC_KEYsTheo Buehler
2024-10-26Mechanically rename priv_key to ec_privatekeyTheo Buehler
2024-10-25ec_asn1: make two helpers staticTheo Buehler
2024-10-25ec_asn1: fix some NULL misspellingsTheo Buehler
2024-10-22Provide and use ec_group_get_field_type()Theo Buehler
2024-10-20ec_asn1: add missing includesTheo Buehler
2024-10-18Enforce that EC Parameters correspond to a builtin curveTheo Buehler
2024-10-17Split ec_asn1_parameters2group() into digestible piecesTheo Buehler
2024-10-15Switch ec_asn1_group2parameters() to get0_{order,cofactor}()Theo Buehler
2024-10-14Make NULL checks in ec_asn1_group2curve() explicitTheo Buehler
2024-10-14Fix field element encoding for elliptic curve coefficientsTheo Buehler
2024-10-14Drop an obvious comment and fix indent for setting the seedTheo Buehler
2024-10-14In ec_asn1_group2curve() rename ok to ret, per usualTheo Buehler
2024-10-11Use a and b for the curve coefficientsTheo Buehler
2024-10-11Clean up ec_asn1_group2fieldid()Theo Buehler
2024-10-11Fix a long-standing bug in ec_asn1_group2pkparameters()Theo Buehler
2024-10-11Use defines for the CHOICE variants of ECPKPARAMETERSTheo Buehler
2024-10-11Remove NULL check in ec_asn1_pkparameters2group()Theo Buehler
2024-10-11Use better variable names in ec_asn1_pkparameters2group()Theo Buehler
2024-10-11First cleanup pass over ec_asn1_group2pkparameters()Theo Buehler
2024-10-11Remove params argument from ec_asn1_group2parameters()Theo Buehler
2024-10-11Simplify ec_asn1_group2pkparameters()Theo Buehler
2024-10-11Spell NULL in a simpler fashionTheo Buehler
2024-10-11Clean up i2d_ECPKParameters()Theo Buehler
2024-10-03Make EC{,PK}PARAMETERS_it staticTheo Buehler