summaryrefslogtreecommitdiffstats
path: root/ecdsa_operation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do digesting, and sometimes padding, in SW when HW doesnt.Shawn Willden2015-08-131-6/+7
* Truncate too-long digests for keymaster 0 ECDSA sign operationsShawn Willden2015-07-091-5/+4
* Handle ECDSA messages that may be a few bits longer than the key.Shawn Willden2015-06-241-1/+1
* Validate input sizes for RSA and ECDSA signing/verification ops.Shawn Willden2015-06-221-2/+8
* Add buffer wrap checks and disable throwing of std::bad_alloc.Shawn Willden2015-06-221-1/+2
* Pass output params down to operations.Shawn Willden2015-06-021-6/+12
* Add support for all digests for ECDSA.Shawn Willden2015-06-011-39/+134
* Another refactor, deleting AbstractFactoryRegistry.Shawn Willden2015-05-311-30/+0
* Enforce digest specifications.Shawn Willden2015-05-091-4/+14
* Refactor ECDSA operation factories to extract common code.Shawn Willden2015-05-091-53/+45
* Add begin_params to CreationOperation.Shawn Willden2015-04-291-2/+4
* Make several crypto parameters repeatable.Shawn Willden2015-04-101-2/+4
* Remove reference to DSA and rename KM_ALGORITHM_ECDSA.Shawn Willden2015-04-091-2/+2
* ECIES: refactoring EC code by moving common interfaces to EcKeyThai Duong2015-03-191-3/+3
* Modify ECDSA to require specified digest.Shawn Willden2015-03-171-15/+23
* Switch to using global loggerShawn Willden2015-03-041-8/+7
* Refactor operation creation to use an operation factory registry.Shawn Willden2015-02-251-0/+57
* Add additional params to update and finish operations.Shawn Willden2015-02-171-3/+6
* Refactor Update operation to return amount of input consumed.Shawn Willden2015-01-221-3/+7
* Revert "Refactor Update operation to return amount of input consumed."Shawn Willden2015-01-201-7/+3
* Refactor Update operation to return amount of input consumed.Shawn Willden2014-12-301-3/+7
* Fix minor bug in operations.Shawn Willden2014-08-271-1/+1
* Refactor key and operation details.Shawn Willden2014-08-191-139/+21
* Add ECDSA signing and verification.Shawn Willden2014-08-191-0/+96
* Add ECDSA key generation.Shawn Willden2014-08-191-0/+89