aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/CanonicalizedKeyRing.java
Commit message (Collapse)AuthorAgeFilesLines
* Replace spongycastle with bouncycastleDominik Schürmann2016-02-091-2/+2
|
* use only primary and mutually bound subkeys for fingerprint verificationVincent Breitmoser2015-10-061-1/+6
|
* perform fingerprint check after canonicalization (OKC-01-009)Vincent Breitmoser2015-09-111-0/+12
|
* encrypt to all encryption subkeys, rather than just the firstVincent Breitmoser2015-07-061-0/+13
|
* apply promote operation to specific subkeys present on yubikey onlyVincent Breitmoser2015-05-171-1/+6
|
* ignore revoked user ids for primary key expiryVincent Breitmoser2015-02-261-3/+2
|
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-1/+0
|
* Replace many PgpGeneralExceptions with PgpKeyNotFoundExceptionDominik Schürmann2014-10-091-7/+8
|
* Revert "Replace PgpGeneralException with NotFoundException where appropriate"Dominik Schürmann2014-10-091-8/+8
| | | | This reverts commit 49b4ff63122988dc1587844e6b4b2ee5d0855385.
* Replace PgpGeneralException with NotFoundException where appropriateDominik Schürmann2014-10-091-8/+8
|
* Remove unnecessary exceptionDominik Schürmann2014-10-081-2/+2
|
* Big error screen if signature is invalid or key is revoked/expired, also ↵Dominik Schürmann2014-10-081-0/+11
| | | | fixes signature status for expired and revoked keys
* redesign certify action to work with parcel input and resultVincent Breitmoser2014-10-041-0/+4
|
* make getSignId a secret key operation, and respect unavailable keysVincent Breitmoser2014-10-021-19/+1
| | | | This one should remedy #811, but waiting for a test
* Get certificates by raw user ids, be more liberal about accepted user id ↵Dominik Schürmann2014-09-131-0/+4
| | | | encodings
* Fix for user ids in APIDominik Schürmann2014-09-071-0/+5
|
* Copyright (C) 2014 Vincent BreitmoserVincent Breitmoser2014-08-211-0/+1
|
* Add license headersDominik Schürmann2014-08-041-0/+17
|
* rename Wrapped*Key* to Canonicalized*Key*Vincent Breitmoser2014-07-311-0/+114