summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Expand)AuthorAgeFilesLines
* Update KeymasterEnforcement.Shawn Willden2015-06-191-1/+1
* Fix unused variable issuesChad Brubaker2015-06-031-5/+7
* Move assymetric key factory declarations to includes.Shawn Willden2015-05-311-0/+3
* Another refactor, deleting AbstractFactoryRegistry.Shawn Willden2015-05-311-1/+0
* Delegate ECDSA keys to keymaster0 in SoftKeymasterDevice.Shawn Willden2015-05-281-0/+1
* Delegate RSA keys to keymaster0 in SoftKeymasterDevice.Shawn Willden2015-05-281-2/+10
* Revert "Revert "Large refactor to move context out of AndroidKeymaster.""Shawn Willden2015-05-261-5/+5
* Revert "Large refactor to move context out of AndroidKeymaster."Shawn Willden2015-05-231-5/+5
* Large refactor to move context out of AndroidKeymaster.Shawn Willden2015-05-201-5/+5
* Remove references to Google in Android keymaster reference implementation.Shawn Willden2015-05-181-11/+11
* Rename unit test executable to something sane.Shawn Willden2015-05-071-1/+1
* Modify unit tests to run on-device as well as on the dev machine.Shawn Willden2015-04-101-1/+23
* ECIES: add HKDF (specified in RFC 5869) using HMAC-SHA256Thai Duong2015-03-241-0/+4
* Revert "ECIES: add HKDF (specified in RFC 5869) using HMAC-SHA256"Alex Klyubin2015-03-241-4/+0
* ECIES: add HKDF (specified in RFC 5869) using HMAC-SHA256Thai Duong2015-03-231-0/+4
* Refactor of keymaster build, to suppor keystore unit test build.Shawn Willden2015-03-231-8/+2
* Improve error reporting and logging.Shawn Willden2015-03-231-0/+1
* ECIES: refactoring EC code by moving common interfaces to EcKeyThai Duong2015-03-191-1/+1
* Revert "Revert "Refactor GoogleKeymaster's operation table to a new class.""Shawn Willden2015-03-191-0/+1
* Revert "Refactor GoogleKeymaster's operation table to a new class."Shawn Willden2015-03-191-1/+0
* Refactor GoogleKeymaster's operation table to a new class.Shawn Willden2015-03-181-0/+1
* Factor PKCS8 to EVP conversion out of AsymmetricKey.Shawn Willden2015-03-171-0/+1
* Rename libkeymaster to avoid collision with fugu libkeymaster.Shawn Willden2015-03-121-6/+6
* Add missing LOCAL_C_INCLUDESChad Brubaker2015-03-111-1/+2
* Implement AddRngEntropy.Shawn Willden2015-03-041-1/+1
* Switch to using global loggerShawn Willden2015-03-041-1/+1
* Enable clang compilation.Chih-Hung Hsieh2015-02-251-4/+4
* Add OpenSSL error translation utility.Shawn Willden2015-02-251-0/+1
* Refactor logging, to stop passing Logger references everywhere.Shawn Willden2015-02-251-0/+1
* Refactor operation creation to use an operation factory registry.Shawn Willden2015-02-251-0/+1
* Rename soft_keymaster_device to libsoftkeymasterChad Brubaker2015-02-171-5/+5
* Add HMAC-SHA256 support.Shawn Willden2015-02-051-0/+2
* Refactor AesKey, extracting most functionality to SymmetricKey.Shawn Willden2015-02-051-0/+1
* Add missing .cpp in Makefile.Shawn Willden2015-02-051-0/+1
* Revert "Revert "Add SoftKeymasterDevice""Shawn Willden2015-02-021-11/+35
* Revert "Add SoftKeymasterDevice"Brian Carlstrom2015-01-291-35/+11
* Add SoftKeymasterDeviceShawn Willden2015-01-271-11/+35
* Disable clang compilation.Chih-Hung Hsieh2014-12-091-0/+4
* Remove libcrypto from libkeymaster_messages.Shawn Willden2014-09-231-7/+8
* Make libkeymaster static, and don't build it in 32 bit mode.Shawn Willden2014-09-031-9/+32
* Make libkeymaster shared, and build it 32-bit when needed.Shawn Willden2014-08-291-1/+4
* Reorganize system/keymaster.Shawn Willden2014-08-261-0/+38
* Remove Android.mk to unbreak AOSP build.Shawn Willden2014-08-201-50/+0
* Trusty test app.Shawn Willden2014-08-201-0/+50