summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ecdh/ech_key.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge ECDH code that will stay into ecdh.ctb2023-07-051-210/+0
* Drop useless ossl_ prefixestb2023-07-051-8/+21
* Unconditionally zero the ECDH keytb2023-07-021-6/+3
* Move the EC_POINT a bit down and a * to the right placetb2023-07-021-3/+3
* ech_key.c: Fix includestb2023-07-021-3/+4
* Reverse polarity to avoid an overlong linetb2023-07-011-5/+6
* Reword comment to fit on a single linetb2023-07-011-5/+2
* tmp is a silly name for a point on an elliptic curvetb2023-07-011-6/+6
* Garbage collect the now unused lentb2023-07-011-5/+3
* Test and assign for EC_KEY_get0_private_key()tb2023-07-011-3/+2
* Add a missing NULL check for grouptb2023-07-011-2/+3
* Reference commit needed in the next major bumptb2023-07-011-2/+2
* Simplify handling of rettb2023-07-011-6/+6
* Use BN_bn2binpad() instead of handrolling ittb2023-07-011-5/+3
* Remove unused y from ECDH key computationtb2023-07-011-5/+5
* Remove unneeded bn_local.h and drop a NULL checktb2023-06-251-5/+3
* Stop including ech_local.htb2023-06-251-2/+2
* Move ECDH_size() to ech_key.ctb2023-06-251-1/+7
* Move ECDH_OpenSSL() ECDSA_OpenSSL() to *_lib.ctb2023-06-251-12/+1
* Remove method wrappers that use {ecdh,ecdsa}_check()tb2023-06-251-21/+4
* Make internal header file names consistenttb2022-11-261-4/+4
* Replace obj_mac.h with object.htb2022-06-301-2/+2
* Add #include "bn_lcl.h" to the files that will soon need it.tb2021-12-041-1/+2
* Simplify code after adding EC_POINT_{s,g}et_affine_coordinates()tb2021-04-201-15/+4
* Prepare to provide EC_POINT_{g,s}et_affine_coordinatestb2021-04-201-5/+3
* Partial port of EC_KEY_METHOD from OpenSSL 1.1.tb2019-01-191-4/+18
* Elliptic curve arithmetic only makes sense between points that belong totb2018-09-021-1/+5
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-15/+12
* avoid void * pointer arithmeticbcook2015-09-181-2/+2
* Only check for key truncation if no KDF function is being used.jsing2015-09-131-4/+4
* Merge ech_ossl.c into ech_key.c - not much point having one file with ajsing2015-09-131-1/+146
* Lob a style(9) grenade in here.jsing2015-09-131-5/+6
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Import OpenSSL 1.0.1gmiod2014-04-131-3/+0
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+83