aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/ecdh/ecdh.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add function to return the size of a key agreement outputJack Lloyd2018-08-121-0/+2
* Add EC_Group::inverse_mod_orderJack Lloyd2018-04-171-1/+1
* Add mixed (J+A) point addition, new scalar mul for base pointsJack Lloyd2018-03-081-3/+2
* New API for blinded ECC point multiplicationJack Lloyd2018-02-211-10/+14
* Use shared representation of EC_GroupJack Lloyd2018-01-311-11/+7
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+1
* Header file cleanupsJack Lloyd2017-09-211-0/+1
* Content:Tomasz Frydrych2017-04-031-2/+0
* Merge GH #779 Add ECDH/ECIES blinding and DH small subgroup checkingJack Lloyd2016-12-211-7/+13
|\
| * Blind the ECDH/ECIES agree operation.Never2016-12-191-7/+13
* | Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-1/+1
|/
* Remove Key_Type typedefsJack Lloyd2016-11-081-1/+0
* OpenSSL EC: Correctly handle OpenSSL not supporting the curveJack Lloyd2016-10-091-2/+2
* Revert PK_Verifier change (don't require RNG there).Jack Lloyd2016-10-071-5/+15
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-071-2/+22
* Mass-prefix member vars with m_René Korthaus2016-01-081-9/+9
* Fix pbkdf, pk padding and ECDH registration for static linking.Jack Lloyd2015-09-111-0/+2
* pubkey: Add missing overridesDaniel Seither2015-07-301-1/+1
* In PK encrypt/decrypt move pad calls to the operation. This allows anlloyd2015-03-141-16/+10
* Convert PK operations to using Algo_Registry instead of Engine.lloyd2015-02-031-6/+27
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Move lib into srclloyd2014-01-101-0/+35