aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/CanonicalizedSecretKey.java
Commit message (Expand)AuthorAgeFilesLines
* make constant for certify hash algoDominik Schürmann2015-03-111-11/+4
* add support for certification of user attributesVincent Breitmoser2015-03-081-4/+68
* Use ArrayList instead of LinkedListDominik Schürmann2015-03-051-1/+2
* Use static linked lists instead of arraysDominik Schürmann2015-03-051-6/+1
* Remove advanced preferences, move compression as menu item in encrypt activit...Dominik Schürmann2015-03-051-37/+5
* Better selection of preferred algorithmDominik Schürmann2015-03-051-10/+28
* Merge branch 'development' into detached-sigs-apiDominik Schürmann2015-01-261-4/+2
|\
| * lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-4/+2
* | Experimental API support for detached signatures (not tested)Dominik Schürmann2015-01-081-1/+1
|/
* Clearup after lockpattern experimentsDominik Schürmann2015-01-061-6/+1
* Merge branch 'development' of github.com:open-keychain/open-keychain into dev...Dominik Schürmann2015-01-061-0/+12
|\
| * make certify routines more robust (#1016)Vincent Breitmoser2015-01-031-0/+6
| * Merge branch 'development' of github.com:open-keychain/open-keychain into dev...Vincent Breitmoser2014-12-301-1/+4
| |\
| * | add PIN as a SecretKeyTypeVincent Breitmoser2014-12-301-1/+9
* | | Passphrase wizard testsDominik Schürmann2015-01-061-0/+1
| |/ |/|
* | New work on PIN and lock pattern UIDominik Schürmann2014-12-291-1/+6
|/
* CertifyOperation is not a Pgp- operationVincent Breitmoser2014-10-121-6/+15
* Replace many PgpGeneralExceptions with PgpKeyNotFoundExceptionDominik Schürmann2014-10-091-1/+4
* Revert "Replace PgpGeneralException with NotFoundException where appropriate"Dominik Schürmann2014-10-091-4/+1
* Replace PgpGeneralException with NotFoundException where appropriateDominik Schürmann2014-10-091-1/+4
* 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
* 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
|\
| * 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
|\|
| * Add license headersDominik Schürmann2014-08-041-0/+17
* | Merge branch 'master' into yubikeyDominik Schürmann2014-08-011-37/+84
|/
* rename Wrapped*Key* to Canonicalized*Key*Vincent Breitmoser2014-07-311-0/+192