aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | make certify routines more robust (#1016)Vincent Breitmoser2015-01-031-0/+6
| | | |
| * | | add more descriptive string about non-mdc encrypted dataVincent Breitmoser2015-01-031-1/+1
| | | |
| * | | encapsulate high level edit key into new operation classVincent Breitmoser2015-01-031-40/+39
| | | |
| * | | deal with non-existent user ids during import (#994)Vincent Breitmoser2015-01-021-2/+4
| | | |
| * | | get rid of RuntimeException control flow in UncachedKeyRing.fromStreamVincent Breitmoser2015-01-021-25/+17
| | | |
| * | | fix and test for bad certificate version numbers (#1012)Vincent Breitmoser2015-01-021-7/+13
| | | | | | | | | | | | | | | | closes #1012
| * | | extend canonicalize to strip local certificates on exportVincent Breitmoser2015-01-021-8/+45
| | | |
| * | | small improvements regarding pin tests and loggingVincent Breitmoser2015-01-011-0/+5
| | | |
| * | | add empty notation data packet only if necessaryVincent Breitmoser2015-01-011-16/+35
| | | |
| * | | tests: add multi key encryption/decryption test, new way for fake passphrase ↵Vincent Breitmoser2015-01-012-2/+2
| | | | | | | | | | | | | | | | cache
| * | | Merge branch 'development' of github.com:open-keychain/open-keychain into ↵Vincent Breitmoser2014-12-301-1/+4
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | development Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/CanonicalizedSecretKey.java OpenKeychain/src/main/res/values/strings.xml
| * | | | some small notation data fixesVincent Breitmoser2014-12-302-10/+10
| | | | |
| * | | | add PIN as a SecretKeyTypeVincent Breitmoser2014-12-304-5/+27
| | | | |
| * | | | introduce handling of notation direct key signatures, and experimental pin ↵Vincent Breitmoser2014-12-303-14/+112
| | | | | | | | | | | | | | | | | | | | notation packet
* | | | | Passphrase wizard testsDominik Schürmann2015-01-061-0/+1
| |/ / / |/| | |
* | | | Merge branch 'development' of github.com:open-keychain/open-keychain into ↵Dominik Schürmann2014-12-291-53/+87
|\| | | | | | | | | | | | | | | development
| * | | introduce new ChangeUnlockParcel packet for extended passphrase changing ↵Vincent Breitmoser2014-12-291-53/+87
| | | | | | | | | | | | | | | | capabilities
* | | | New work on PIN and lock pattern UIDominik Schürmann2014-12-291-1/+6
|/ / /
* | / Allow for creation date to be in the future up to one day to account for ↵Dominik Schürmann2014-12-281-4/+9
| |/ |/| | | | | diverging clocks on different systems for fresh keys
* | Minor code cleanupDominik Schürmann2014-11-211-1/+1
|/
* prevent cancel dring consolidate, move logic into progressableVincent Breitmoser2014-10-261-0/+2
|
* implement upload of keyring after certification, check that option by defaultVincent Breitmoser2014-10-261-0/+4
|
* Fail on unknown key ids on API, Key item design consistency for APIDominik Schürmann2014-10-261-0/+14
|
* remove unnecessary (and buggy) BufferedInputStream wrappingVincent Breitmoser2014-10-251-4/+0
|
* slightly change wording in merge logsVincent Breitmoser2014-10-251-0/+1
|
* change the way merging is loggedVincent Breitmoser2014-10-251-2/+2
|
* Silently fail on import on key import with ArrayIndexOutOfBoundsExceptionDominik Schürmann2014-10-161-5/+11
|
* some cleanup and documentation of *Operation classesVincent Breitmoser2014-10-151-1/+0
|
* make PgpEncryptSign and PgpDecryptVerify subclasses of BaseOperationVincent Breitmoser2014-10-132-56/+25
|
* CertifyOperation is not a Pgp- operationVincent Breitmoser2014-10-121-6/+15
|
* move around package structure a bitVincent Breitmoser2014-10-107-491/+12
|
* move operations into ops package, introduce BaseOperation classVincent Breitmoser2014-10-103-52/+77
|
* Merge remote-tracking branch 'origin/development' into developmentVincent Breitmoser2014-10-097-24/+63
|\
| * Replace many PgpGeneralExceptions with PgpKeyNotFoundExceptionDominik Schürmann2014-10-097-24/+63
| |
| * Revert "Replace PgpGeneralException with NotFoundException where appropriate"Dominik Schürmann2014-10-096-37/+30
| | | | | | | | This reverts commit 49b4ff63122988dc1587844e6b4b2ee5d0855385.
| * Replace PgpGeneralException with NotFoundException where appropriateDominik Schürmann2014-10-096-30/+37
| |
* | Merge remote-tracking branch 'origin/master' into developmentVincent Breitmoser2014-10-091-1/+1
|\ \ | |/ |/|
| * yubikey: check with correct subkey id for sign operationVincent Breitmoser2014-10-041-1/+1
| |
* | Remove unnecessary exceptionDominik Schürmann2014-10-082-9/+4
| |
* | Big error screen if signature is invalid or key is revoked/expired, also ↵Dominik Schürmann2014-10-082-3/+19
| | | | | | | | fixes signature status for expired and revoked keys
* | Move utf8 check for user id upwardsDominik Schürmann2014-10-071-4/+5
| |
* | Fix MSG_MF_UID_PRIMARY logDominik Schürmann2014-10-071-1/+1
| |
* | use sub results in importVincent Breitmoser2014-10-051-2/+6
| |
* | add support for second line in log viewVincent Breitmoser2014-10-051-0/+3
| |
* | Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain ↵Vincent Breitmoser2014-10-041-2/+12
|\ \ | | | | | | | | | into jacobshack-certify
| * | Pass imported master key ids via result parcelDominik Schürmann2014-10-041-2/+12
| | |
* | | certify: get rid of fingerprint checkVincent Breitmoser2014-10-041-5/+0
|/ / | | | | | | | | | | Master key ids are unambiguous by database design, and only keys which are in the database are signed. There is no reason to check the fingerprint again during the certify operation.
* | improve CertifyResult, add custom notifyVincent Breitmoser2014-10-041-3/+5
| |
* | redesign certify action to work with parcel input and resultVincent Breitmoser2014-10-044-5/+158
|/
* canonicalize: compare user ids as string rather than bytesVincent Breitmoser2014-10-041-3/+3
|