aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/ecdh
Commit message (Expand)AuthorAgeFilesLines
* Fix private key ctors API docs [ci skip]René Korthaus2017-01-271-2/+2
* 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-182-7/+7
|/
* Public_Key derived class ctors take an std::vector<byte>René Korthaus2016-12-111-1/+1
* Pubkey cleanupsJack Lloyd2016-11-121-9/+0
* Remove Key_Type typedefsJack Lloyd2016-11-081-1/+0
* Improve pubkey doxygen [ci skip]René Korthaus2016-10-191-1/+10
* 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-072-2/+27
* Support encoding of supported point formats extensionRené Korthaus2016-10-031-1/+10
* 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-112-1/+3
* Remove alloc module; move secmem.h to base and locking_allocator to utilsJack Lloyd2015-08-291-1/+0
* pubkey: Add missing overridesDaniel Seither2015-07-302-4/+5
* In PK encrypt/decrypt move pad calls to the operation. This allows anlloyd2015-03-141-16/+10
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-1/+0
* Convert PK operations to using Algo_Registry instead of Engine.lloyd2015-02-032-22/+27
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Move lib into srclloyd2014-01-103-0/+152