summaryrefslogtreecommitdiff
path: root/asymmetric_key.cpp
AgeCommit message (Expand)Author
2016-01-28Change struct initialization to make gcc happy.Shawn Willden
2016-01-27Add attestation support to SoftKeymaster.Shawn Willden
2016-01-27Add attestation support to Key classes.Shawn Willden
2015-08-13Do digesting, and sometimes padding, in SW when HW doesnt.Shawn Willden
2015-06-22Add buffer wrap checks and disable throwing of std::bad_alloc.Shawn Willden
2015-05-31Move assymetric key factory declarations to includes.Shawn Willden
2015-05-31Another refactor, deleting AbstractFactoryRegistry.Shawn Willden
2015-05-26Revert "Revert "Large refactor to move context out of AndroidKeymaster.""Shawn Willden
2015-05-23Revert "Large refactor to move context out of AndroidKeymaster."Shawn Willden
2015-05-20Large refactor to move context out of AndroidKeymaster.Shawn Willden
2015-03-23Improve error reporting and logging.Shawn Willden
2015-03-19ECIES: refactoring EC code by moving common interfaces to EcKeyThai Duong
2015-03-17Factor PKCS8 to EVP conversion out of AsymmetricKey.Shawn Willden
2015-03-04Switch to using global loggerShawn Willden
2015-02-18Refactor key creation to use a registry of key factories.Shawn Willden
2015-01-22Switch to using keymaster_defs.h from libhardware.Shawn Willden
2014-12-03Push padding and digest handling down to specific key types.Shawn Willden
2014-09-23Refactor: Separate asymmetric key types.Shawn Willden
2014-09-23Use calculate_key_size_in_bits method, rather than duplicatingShawn Willden
2014-09-23Increase ECDSA default key size to match NIST 2010-2030 recommendation.Shawn Willden
2014-09-23Refactor KeyBlob to separate encryption functionality.Shawn Willden
2014-09-11Add loggers to crypto operation classes.android-l-preview_r2l-previewShawn Willden
2014-09-11Remove the keymaster::Logger::log() method and add debug().Shawn Willden
2014-08-27Finish key import implementation.Shawn Willden
2014-08-27Move key_blob.h in to include/keymaster, to export it.Shawn Willden
2014-08-26Reorganize system/keymaster.Shawn Willden
2014-08-25Implement TrustyKeymaster key generation, plus tests.Shawn Willden
2014-08-25Add the beginnings of logging infrastructure.Shawn Willden
2014-08-20Add key importing, RSA only.Shawn Willden
2014-08-19Refactor export to use new key infrastructure, and work with all key types.Shawn Willden
2014-08-19Refactor key and operation details.Shawn Willden