summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove comments from captain obvious and drop useless prototypestb2024-04-171-43/+1
* Shuffle EVP_PKEY_CTX setting togethertb2024-04-171-5/+3
* ecdh_cms_encrypt(): tweak wrap_algor constructiontb2024-04-171-15/+23
* ecdh_cms_encrypt: tweak handling of ecdh_nidtb2024-04-171-4/+3
* ecdh_cms_encrypt: handle kdf_md in one gotb2024-04-171-3/+3
* ecdh_cms_encrypt: simplify setting the KDF typetb2024-04-171-13/+6
* Use error checked X509_ALGOR_set0_by_nidtb2024-04-171-5/+5
* ecdh_cms_encrypt: simplify handling of pkeytb2024-04-171-15/+6
* Transfer ownership before setting unused bitstb2024-04-171-2/+4
* Turn ecdh_cms_encrypt() into single exittb2024-04-171-7/+7
* Fix error check in ecdh_cms_encrypt()tb2024-04-171-2/+2
* More X9.62 stuff was never used outside of ec_asn1.ctb2024-04-151-35/+5
* EC_PRIVATEKEY becomes internal-only, tootb2024-04-151-10/+10
* Unexport the ECPKPARAMETERS APItb2024-04-152-14/+12
* Make ECPARAMETERS_{new,free,it} internal-onlytb2024-04-151-5/+5
* Fix indenttb2024-04-141-3/+3
* Error check X509_ALGOR_set0() in {dsa,ec}_pkey_ctrl()tb2024-04-131-3/+8
* Hide deprecated functions in ec.hbeck2024-04-103-11/+12