aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | small fixes to user attribute handlingVincent Breitmoser2015-01-142-3/+26
| * | | | | | | | | fix log entry for addition of user attributesVincent Breitmoser2015-01-141-3/+3
| * | | | | | | | | actually import user attributes (though they are not shown anywhere yet)Vincent Breitmoser2015-01-144-5/+52
| * | | | | | | | | certification of the first linked identity packet!Vincent Breitmoser2015-01-133-9/+35
| * | | | | | | | | add support for user attributes in merge() routineVincent Breitmoser2015-01-131-2/+28
| * | | | | | | | | hack to make WrappedUserAttribute serializableVincent Breitmoser2015-01-131-2/+47
| * | | | | | | | | some work on twitter resourceVincent Breitmoser2015-01-131-1/+6
| * | | | | | | | | forgot to commit WrappedUserAttributeVincent Breitmoser2015-01-121-0/+47
| * | | | | | | | | support addition of user attributesVincent Breitmoser2015-01-121-3/+49
| * | | | | | | | | work on affirmations (begin rename to LinkedIdentityVincent Breitmoser2015-01-123-173/+2
| * | | | | | | | | add support for user attributes (during canonicalization)Vincent Breitmoser2015-01-123-0/+335
| * | | | | | | | | even more intermediate resultVincent Breitmoser2015-01-126-77/+290
| * | | | | | | | | intermediate state, nothing really working yetVincent Breitmoser2015-01-126-0/+358
* | | | | | | | | | Remove dead codeDominik Schürmann2015-08-271-2/+2
* | | | | | | | | | apply fixPgpMessage to plaintext/armored decrypt inputVincent Breitmoser2015-08-171-18/+14
* | | | | | | | | | Increase s2k iterations back to 0x90Dominik Schürmann2015-08-101-2/+2
* | | | | | | | | | Fix test cases, add test cases (still 1 failing)Dominik Schürmann2015-08-102-2/+16
* | | | | | | | | | Dont allow RSA_SIGN, RSA_ENCRYPT, deprecated in RFCDominik Schürmann2015-08-101-10/+3
* | | | | | | | | | Move TODOs into issueDominik Schürmann2015-08-101-13/+0
* | | | | | | | | | Improve comments and reasons in PgpConstants, simple checks for insecure asym...Dominik Schürmann2015-08-109-221/+414
* | | | | | | | | | Follow some of coorus recommendations: better selection of algo whitelist, ig...Dominik Schürmann2015-08-093-38/+53
* | | | | | | | | | Introduce constants in OpenPgpSignature and DecryptionResult for unsigned/une...Dominik Schürmann2015-08-097-154/+191
* | | | | | | | | | added revocation tag NO_REASON to all revocations via PgpKeyOperationAdithya Abraham Philip2015-07-141-0/+7
* | | | | | | | | | added licenses, cleaned up code, fixed warningsAdithya Abraham Philip2015-07-132-3/+0
* | | | | | | | | | allowed operations to modify CryptoInputParcel they receiveAdithya Abraham Philip2015-07-133-9/+12
* | | | | | | | | | implemented revocation on deletionAdithya Abraham Philip2015-07-131-1/+4
* | | | | | | | | | fix symmetric passphrase caching (fixes #1401)Vincent Breitmoser2015-07-081-6/+26
* | | | | | | | | | fix result type for divert-to-card new subkey errorVincent Breitmoser2015-07-081-1/+1
* | | | | | | | | | addition of subkeys for divert-to-card primary keys is not supportedVincent Breitmoser2015-07-081-2/+6
* | | | | | | | | | better handling of divert-to-card keys for subkey modificationsVincent Breitmoser2015-07-081-27/+48
* | | | | | | | | | Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2015-07-071-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | tests: make sure encryption happens to all enc-capable subkeysVincent Breitmoser2015-07-071-1/+1
* | | | | | | | | | | Simplify getLineSeparator in PgpDecryptVerifyDominik Schürmann2015-07-071-7/+1
|/ / / / / / / / / /
* | | | | | | | | | also catch DecoderException in decryptverifyVincent Breitmoser2015-07-061-2/+3
* | | | | | | | | | encrypt to all encryption subkeys, rather than just the firstVincent Breitmoser2015-07-063-22/+27
* | | | | | | | | | catch ArrayIndexOutOfBoundsException in decrypt operation, might be thrown fr...Vincent Breitmoser2015-07-061-0/+7
* | | | | | | | | | forgot a couple lines to commitVincent Breitmoser2015-07-061-0/+10
* | | | | | | | | | nicer error msg if input data cannot be readVincent Breitmoser2015-07-061-3/+3
* | | | | | | | | | cleanup, NonNull annotation, never return null in PgpDecryptVerifyVincent Breitmoser2015-07-061-14/+22
* | | | | | | | | | removed e.printStackTrace from several placesAdithya Abraham Philip2015-07-031-1/+1
* | | | | | | | | | Change PIN and Admin PIN after move to key operationDominik Schürmann2015-07-021-0/+20
* | | | | | | | | | Use proper length and mod time for cleartext signature metadataDominik Schürmann2015-06-291-2/+2
* | | | | | | | | | Return metadata for cleartext sigsDominik Schürmann2015-06-291-0/+7
* | | | | | | | | | Guess mime type like support libs FileProviderDominik Schürmann2015-06-291-7/+1
* | | | | | | | | | Merge remote-tracking branch 'origin/master' into v/multi-decryptVincent Breitmoser2015-06-261-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fixed fingerprint mismatch issueAdithya Abraham Philip2015-06-251-1/+1
* | | | | | | | | | | working DisplayTextActivity, more input support in DecryptActivityVincent Breitmoser2015-06-201-3/+70
* | | | | | | | | | | Merge branch 'v/instrument' into v/multi-decryptVincent Breitmoser2015-06-172-21/+8
|\| | | | | | | | | |
| * | | | | | | | | | fix filesize reporting in decrypt operationVincent Breitmoser2015-06-171-0/+6
| * | | | | | | | | | fix returned text of cleartext verifyVincent Breitmoser2015-06-171-4/+5