aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/CanonicalizedSecretKey.java
Commit message (Collapse)AuthorAgeFilesLines
* redesign certify action to work with parcel input and resultVincent Breitmoser2014-10-041-4/+5
|
* Fix nullpointer with getS2K()Dominik Schürmann2014-10-021-1/+2
|
* fix signatures produced by yubikeyVincent Breitmoser2014-09-241-12/+15
| | | | | | | | The timestamp was only set on a second run. This led to a race condition whether the signature could be completed within the same timestamp. Fixes #834
* add test case for duplicate keys in keyring (#870)Vincent Breitmoser2014-09-231-3/+3
|
* Add null check to getSecretKeyTypeDominik Schürmann2014-09-211-1/+1
|
* Work on Yubikey decryptionDominik Schürmann2014-09-081-10/+16
|
* Prepare Yubikey decryptionDominik Schürmann2014-09-081-23/+34
|
* cache key s2k type in database, for later useVincent Breitmoser2014-09-021-0/+53
|
* Changelog 2.9Dominik Schürmann2014-08-311-1/+1
|
* Merge branch 'master' into yubikeyDominik Schürmann2014-08-281-0/+1
|\ | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/helper/Preferences.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpSignEncrypt.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/OpenPgpService.java
| * Copyright (C) 2014 Vincent BreitmoserVincent Breitmoser2014-08-211-0/+1
| |
* | Support for multiple hash algosDominik Schürmann2014-08-141-11/+21
| |
* | Merge branch 'master' into yubikeyDominik Schürmann2014-08-061-0/+17
|\| | | | | | | | | | | | | | | | | Conflicts: .gitmodules OpenKeychain/build.gradle OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java extern/openpgp-api-lib settings.gradle
| * Add license headersDominik Schürmann2014-08-041-0/+17
| |
* | Merge branch 'master' into yubikeyDominik Schürmann2014-08-011-37/+84
|/ | | | | | | | Conflicts: .gitmodules OpenKeychain/src/main/java/org/sufficientlysecure/keychain/helper/Preferences.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/CanonicalizedSecretKey.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/UncachedKeyRing.java
* rename Wrapped*Key* to Canonicalized*Key*Vincent Breitmoser2014-07-311-0/+192