summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-11-01KNFTheo Buehler
2024-11-01Move point_conversion_t conversion to API boundaryTheo Buehler
2024-11-01Garbage collect field_div() member.Theo Buehler
2024-11-01sortTheo Buehler
2024-10-31Drop the _oct from the function prefixesTheo Buehler
2024-10-31Retire the oct2point and point2oct EC_METHOD membersTheo 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-31ecp_oct.c no longer needs bytestring and stdintTheo Buehler
2024-10-31ec_point_to_octets: move out_len initialization up a bitTheo Buehler
2024-10-30Expand the introductory comment with references to X9.62 and SEC 1Theo Buehler
2024-10-30Move the point2bn and point2hex API to ec_convert.cTheo Buehler
2024-10-30Replace hardcoded 1U with EC_OCT_YBITTheo Buehler
2024-10-30Move the GFp-specific point <-> octets functions to ec_convert.cTheo Buehler
2024-10-30Move public point <-> octets API to a new ec_convert.cTheo Buehler
2024-10-30Rewrite EC_POINT_bn2point()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-30Provide ec_point_from_octets()Theo Buehler
2024-10-30Rewrite BN_hex2point()Theo Buehler
2024-10-30Rewrite EC_POINT_point2hex()Theo Buehler
2024-10-30Rewrite EC_POINT_point2bn()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-30Add a convenience wrapper for EC_POINT_point2oct()Theo Buehler
2024-10-30CTL_VM defines moved from uvm_param.h to uvmexp.hJonathan Gray
2024-10-29eckey_compute_pubkey: don't leak the public keyTheo 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-28Expose eckey_compute_key() from ec_amethTheo 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-28ec_print.c: fix includes.Theo 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-25Cosmetic tweak to make point2oct and oct2point more symmetricTheo Buehler
2024-10-25ec_asn1: make two helpers staticTheo Buehler