summaryrefslogtreecommitdiffstats
path: root/asymmetric_key.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Add attestation support to Key classes.""Shawn Willden2016-01-281-0/+6
* Revert "Add attestation support to Key classes."Shawn Willden2016-01-281-6/+0
* Add attestation support to Key classes.Shawn Willden2016-01-271-0/+6
* Do digesting, and sometimes padding, in SW when HW doesnt.Shawn Willden2015-08-131-1/+0
* Move assymetric key factory declarations to includes.Shawn Willden2015-05-311-29/+0
* Another refactor, deleting AbstractFactoryRegistry.Shawn Willden2015-05-311-7/+11
* Revert "Revert "Large refactor to move context out of AndroidKeymaster.""Shawn Willden2015-05-261-23/+26
* Revert "Large refactor to move context out of AndroidKeymaster."Shawn Willden2015-05-231-26/+23
* Large refactor to move context out of AndroidKeymaster.Shawn Willden2015-05-201-23/+26
* Factor PKCS8 to EVP conversion out of AsymmetricKey.Shawn Willden2015-03-171-3/+0
* Switch to using global loggerShawn Willden2015-03-041-2/+2
* Refactor key creation to use a registry of key factories.Shawn Willden2015-02-181-0/+13
* Push padding and digest handling down to specific key types.Shawn Willden2014-12-031-4/+0
* Refactor: Separate asymmetric key types.Shawn Willden2014-09-231-88/+0
* Use calculate_key_size_in_bits method, rather than duplicatingShawn Willden2014-09-231-1/+0
* Refactor KeyBlob to separate encryption functionality.Shawn Willden2014-09-231-6/+5
* Finish key import implementation.Shawn Willden2014-08-271-0/+7
* Add the beginnings of logging infrastructure.Shawn Willden2014-08-251-13/+18
* Add key importing, RSA only.Shawn Willden2014-08-201-0/+2
* Refactor export to use new key infrastructure, and work with all key types.Shawn Willden2014-08-191-1/+2
* Refactor key and operation details.Shawn Willden2014-08-191-0/+134