aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/ecc_key
Commit message (Expand)AuthorAgeFilesLines
* Use EC_Group::inverse_mod_order where appropriateJack Lloyd2018-04-201-5/+2
* Add EC_Group::random_scalarJack Lloyd2018-03-211-1/+1
* Rename point_format to point_encodingJack Lloyd2018-03-102-2/+2
* Add PointGFp::encode as replacement for EC2OSPJack Lloyd2018-03-101-2/+1
* Default to encoding ECC public keys as uncompressed. GH #1480Jack Lloyd2018-03-102-1/+26
* Add functions to EC_Group for getting base point coordinatesJack Lloyd2018-02-251-5/+23
* Add EC_Group::verify_public_elementJack Lloyd2018-02-231-28/+2
* Avoid CurveGFp in EC_Group interfaceJack Lloyd2018-01-311-1/+0
* Use shared representation of EC_GroupJack Lloyd2018-01-311-8/+11
* Merge GH #1365 Always set domain encoding correctly when loading an ECC keyJack Lloyd2017-12-191-0/+5
|\
| * Always set domain encoding correctly when loading an ECC keyRené Korthaus2017-12-191-1/+5
* | Add accessors to ASN1_Attribute and AlgorithmIdentifierJack Lloyd2017-12-191-2/+2
|/
* More include header cleanupsJack Lloyd2017-09-212-2/+0
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-2/+2
* 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