summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make ec EVP_PKEY_CTRL_MD handler match dsa/rsa more closelytb2024-10-191-11/+14
* EC_GROUP_check(): zap useless commentstb2024-10-191-4/+3
* Move EC_GROUP_check() to ec_lib.ctb2024-10-192-113/+56
* Simplify EC_get_builtin_curves().tb2024-10-181-4/+5
* Use better naming in ec_curve.ctb2024-10-181-33/+33
* Enforce that EC Parameters correspond to a builtin curvetb2024-10-183-3/+227
* Move EC_GROUP_new_curve_GFp() into ec_lib.ctb2024-10-182-97/+22
* Merge EC_GROUP_new_curve_GFp() with ec_group_new_curve()tb2024-10-181-12/+5
* Split ec_asn1_parameters2group() into digestible piecestb2024-10-171-96/+144
* Unindent error check in EC_GROUP_set_generator()tb2024-10-151-5/+5
* Switch ec_asn1_group2parameters() to get0_{order,cofactor}()tb2024-10-151-11/+14
* Provide EC_GROUP_get0_cofactor() for internal usetb2024-10-152-2/+9
* 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
* Remove params argument from ec_asn1_group2parameters()tb2024-10-111-13/+8
* Simplify ec_asn1_group2pkparameters()tb2024-10-111-15/+8
* Spell NULL in a simpler fashiontb2024-10-111-3/+5
* Clean up i2d_ECPKParameters()tb2024-10-111-10/+13
* Remove the unused field_mod_func from EC_GROUPtb2024-10-031-4/+1
* Make EC{,PK}PARAMETERS_it statictb2024-10-031-3/+3
* Fix ASN1_INTEGER_to_BN() misusetb2024-10-031-16/+16
* Switch field_bits to be an inttb2024-10-031-3/+3
* Fix BN_to_ASN1_INTEGER() misusetb2024-10-031-7/+6
* Remove the pkey_{,public_,param_}check() handlerstb2024-08-291-40/+1
* Implement X509_get_signature_info()tb2024-08-281-1/+21
* replace atoi(3) usage with strtonum(3); ok/tweaks tb@op2024-08-261-4/+10
* The EC_KEY method should use the EC_KEY index, not RSAtb2024-08-031-2/+2
* libcrypto: constify most error string tablestb2024-06-241-6/+7
* unwrap a linetb2024-05-191-3/+2
* Add missing EC_KEY_free()tb2024-05-101-1/+3
* One empty line is enoughtb2024-04-231-18/+1
* Add some more comments explaining shortcomings of the APItb2024-04-181-2/+9
* Use X509_ALGOR_get0() in ecdh_cms_set_shared_info()tb2024-04-181-6/+14
* Test and assign in ecdh_cms_set_shared_info()tb2024-04-181-9/+7
* Turn ecdh_cms_set_shared_info() into single exittb2024-04-181-7/+9