aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/ecc_key
Commit message (Expand)AuthorAgeFilesLines
* Remove inner/outer OID check in EC_PrivateKey ctorRené Korthaus2017-09-131-3/+0
* ECC: use OID encoding if possiblePatrick Wildt2017-06-301-6/+16
* Content:Tomasz Frydrych2017-04-031-3/+7
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* verify ec domain in EC_PublicKey::check_keyNever2017-02-281-1/+6
* EC_PublicKey::check_key for curves with cofactor > 1Never2017-02-271-1/+24
* Add =default copy constructor decls for some pubkey types.Jack Lloyd2017-01-271-0/+4
* Fix private key ctors API docs [ci skip]René Korthaus2017-01-271-2/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-10/+10
* Public_Key derived class ctors take an std::vector<byte>René Korthaus2016-12-112-3/+3
* Add Private_Key::private_key_info()René Korthaus2016-12-052-2/+2
* Add Public_Key::subject_public_key()René Korthaus2016-12-052-2/+2
* Pubkey cleanupsJack Lloyd2016-11-122-1/+7
* Improve pubkey doxygen [ci skip]René Korthaus2016-10-191-0/+10
* Add ECGDSARené Korthaus2016-04-192-10/+39
* Remaining cppcheck fixes that are not covered by GH #444Daniel Neus2016-03-052-8/+4
* Mass-prefix member vars with m_René Korthaus2016-01-082-30/+30
* Remove alloc module; move secmem.h to base and locking_allocator to utilsJack Lloyd2015-08-291-1/+0
* Remove unused pkcs8 includesSimon Warta2015-08-031-1/+0
* pubkey: Add missing overridesDaniel Seither2015-07-301-4/+4
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Move all PK workfactor esstimators to workfactors.*lloyd2014-11-291-1/+2
* Move lib into srclloyd2014-01-103-0/+279