aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/test/java/org/sufficientlysecure/keychain/operations/PromoteKeyOperationTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Refactored to reduce coupling between ChangeUnlockParcel and SaveKeyringParcelAlex Fong2016-05-051-1/+1
|
* Refactoring: Removed PassphraseChangeParcel and placed its functionality ↵Alex Fong2016-05-051-1/+1
| | | | into ChangeUnlockParcel.
* (WIP) Change password when key is stripped #1692Alex Fong2016-05-041-1/+1
| | | | | | | | | | | Approach: Find the first unstripped secret key and use it for passphrase verification All unstripped keys will have their passphrase changed to new passphrase, if possible. Current Progress: Changing the passphrase of keys works fine. Refactoring to combine "modifySecretKeyring" and newly added method, "modifyKeyRingPassword" may be possible if given the go-ahead.
* Merge branch 'master' into performanceVincent Breitmoser2016-02-101-3/+3
|\
| * Replace spongycastle with bouncycastleDominik Schürmann2016-02-091-3/+3
| |
* | performance: fix unit testsVincent Breitmoser2016-02-051-3/+3
|/
* Tests: Use ECC where possibleDominik Schürmann2016-01-031-3/+3
|
* Raise min asymmetric key length for all ciphers to 2048 bitDominik Schürmann2015-10-041-3/+3
|
* fix unit tests for new savePublicKeyRing method signatureVincent Breitmoser2015-09-111-1/+1
|
* Tests not working anymore on travis after using new annotation parameterDominik Schürmann2015-07-091-6/+6
| | | | | | Revert "Get rid of robolectric workaround by using new annotation in robolectric 3.0" This reverts commit 85a47d22f9bb1e4aaf5770c67416a5532977658e.
* Get rid of robolectric workaround by using new annotation in robolectric 3.0Dominik Schürmann2015-07-091-6/+6
|
* fix PromoteKeyOperationTestVincent Breitmoser2015-07-061-11/+10
|
* Fix debug/release build separationDominik Schürmann2015-06-111-1/+2
|
* Use new officially supported way for local unit tests, many dependencies ↵Dominik Schürmann2015-06-111-0/+191
upgraded for this, temporary disabled separate debug builds