summaryrefslogtreecommitdiffstats
path: root/rsa_key.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move assymetric key factory declarations to includes.Shawn Willden2015-05-311-143/+0
* Another refactor, deleting AbstractFactoryRegistry.Shawn Willden2015-05-311-4/+25
* Delegate RSA keys to keymaster0 in SoftKeymasterDevice.Shawn Willden2015-05-281-40/+45
* Revert "Revert "Large refactor to move context out of AndroidKeymaster.""Shawn Willden2015-05-261-68/+59
* Revert "Large refactor to move context out of AndroidKeymaster."Shawn Willden2015-05-231-59/+68
* Large refactor to move context out of AndroidKeymaster.Shawn Willden2015-05-201-68/+59
* Move key factory registration into SoftKeymasterDevice.Shawn Willden2015-05-181-2/+0
* Remove rescoping support.Shawn Willden2015-05-121-15/+0
* Revert "Remove compatibility with OpenSSL."Shawn Willden2015-05-091-1/+7
* Remove compatibility with OpenSSL.Shawn Willden2015-05-071-7/+1
* Move RSA and ECDSA factory definitions to header.Shawn Willden2015-03-171-13/+4
* Remove default key parameters in RSA and ECDSA key generation.Shawn Willden2015-03-171-10/+13
* Add AuthorizationSetBuilder.Shawn Willden2015-03-111-1/+1
* Add initial support for rescoping.Shawn Willden2015-03-111-0/+17
* Add support for PSS and PKCS1v1.5 padding for RSA signatures.Shawn Willden2015-03-041-1/+2
* Add support for SHA256 digests to RSA signing operations.Shawn Willden2015-03-041-1/+1
* Switch to using global loggerShawn Willden2015-03-041-17/+14
* Refactor operation creation to use an operation factory registry.Shawn Willden2015-02-251-40/+2
* Refactor key creation to use a registry of key factories.Shawn Willden2015-02-181-10/+32
* More fixes for BoringSSL compilation.Adam Langley2015-02-131-1/+7
* Add RSA encryption and decryption support.Shawn Willden2015-01-221-11/+53
* Revert "Add RSA encryption and decryption support."Shawn Willden2015-01-201-53/+11
* Add RSA encryption and decryption support.Shawn Willden2014-12-081-11/+53
* Push padding and digest handling down to specific key types.Shawn Willden2014-12-031-2/+12
* Refactor: Separate asymmetric key types.Shawn Willden2014-09-231-0/+157