summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec_asn1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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 comments from captain obvious and drop useless prototypestb2024-04-171-43/+1
* 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-151-11/+11
* Make ECPARAMETERS_{new,free,it} internal-onlytb2024-04-151-5/+5
* Unbreak the namespace build after a broken mk.conf and tool misfire hadbeck2023-07-071-15/+1
* Hide symbols in hkdf, evp, err, ecdsa, and ecbeck2023-07-071-1/+24
* Simplify EC_GROUP_get_basis_type()tb2023-06-271-18/+2
* Fix line wrappingtb2023-05-041-3/+3
* Fix function name in doc commenttb2023-05-041-2/+2
* Fix a few KNF/whitespace issuestb2023-05-031-9/+5
* GF2m bites the dust. It won't be missed.tb2023-04-251-190/+4
* Always clear EC groups and points on free.jsing2023-03-081-5/+5
* Make internal header file names consistenttb2022-11-261-3/+3
* Fix an annoying quirk in the EC codetb2022-11-191-14/+14
* whitespacetb2022-11-191-14/+14
* Simplify ec_asn1_group2curve()tb2022-05-241-18/+21
* Simplify priv_key handling in d2i_ECPrivateKey()tb2022-03-311-8/+3
* Garbage collect the app_items field of ASN1_ADBtb2022-01-141-3/+1
* Remove some dead code that was missed in an earlier cleanup andtb2021-08-311-4/+3
* Simplify after EC_POINT_get_curve() additiontb2021-04-201-14/+4
* Prepare to provide EC_GROUP_{get,set}_curve(3)tb2021-04-201-4/+4
* Tweak comment.tb2018-09-011-5/+2
* recommit label indentation part of the backout; clearly unrelated to thetb2018-07-151-8/+10
* back out ecc constant time changesjsg2018-07-151-10/+8
* Indent labels by a space so they don't obliterate function names in diffs.tb2018-07-101-8/+10
* Add a const qualifier to the 'key' argument of i2o_ECPublicKey() andtb2018-05-191-2/+2
* Make whitespace between functions and structs a bit more consistent.tb2018-04-231-3/+7
* Fix for processing of EC public keyinoguchi2018-03-121-9/+19
* Avoid a potential NULL pointer dereference in d2i_ECPrivateKey().jsing2017-05-261-1/+7
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-117/+103
* " the the " -> " the ", or in a couple of cases replace the superfluouskrw2016-03-201-2/+2
* Remove pointless externs - the structs are declared in the same files ajsing2015-10-161-3/+1
* Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_constjsing2015-10-161-6/+17
* Remove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_const.jsing2015-10-161-3/+3
* Replace remaining M_ASN1_BIT_STRING_(new|free) macros with calls tojsing2015-09-291-2/+2
* Replace remaining M_ASN1_STRING_* macros with calls to ASN1_STRING_*.jsing2015-09-101-5/+5
* Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generatedjsing2015-07-291-5/+5
* Expand ASN.1 template macros - the generated assembly only differs byjsing2015-07-251-55/+351
* Fix a memory leak in an error path.doug2015-03-201-1/+3
* Fix several crash causing defects from OpenSSL.tedu2015-03-191-21/+20
* Expand the IMPLEMENT_ASN1_ALLOC_FUNCTIONS macro so that the code is visiblejsing2015-02-101-4/+37