summaryrefslogtreecommitdiffstats
path: root/apps/encryption/tests/lib/KeyManagerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* update licence headers via scriptMorris Jobke2015-10-051-1/+0
|
* enable usage of a master keyBjoern Schiessle2015-09-071-12/+138
|
* use password hash instead of the plain password to encrypt the private keyBjoern Schiessle2015-08-071-1/+1
|
* only create new key pair if both keys are missingBjoern Schiessle2015-07-081-3/+47
|
* update license headers and authorsMorris Jobke2015-06-251-0/+2
|
* Move the helpful method to the TestCase classJoas Schilling2015-06-031-3/+3
|
* check recovery setting for the right userBjoern Schiessle2015-04-301-0/+59
|
* decrypt private key for public shares correctlyBjoern Schiessle2015-04-161-1/+1
|
* fixing license headers - encryption code relatedThomas Müller2015-04-071-4/+18
|
* adding user setup test and adding 4 tests to keymanagerClark Tomlinson2015-04-071-13/+63
|
* fixing unit test executionThomas Müller2015-04-071-44/+3
|
* adding util test and reducing keymanager instances to one in testClark Tomlinson2015-04-071-108/+33
|
* keyManagerTest: remove code which is no longer neededBjoern Schiessle2015-04-071-32/+0
|
* cleanup keymanager test and add some additional testsBjoern Schiessle2015-04-071-72/+262
|
* moving methods to their final placesClark Tomlinson2015-04-071-8/+80
| | | | and updating test some.
* cleanup and removing cachefactoryClark Tomlinson2015-04-071-4/+11
|
* Updating keystorage movement and fixing hooksClark Tomlinson2015-04-071-7/+32
|
* Initial commitClark Tomlinson2015-04-071-0/+90