aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | 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
| * | | | | | | | | | fix recursive log in modifySecretKeyRingVincent Breitmoser2015-06-171-7/+2
* | | | | | | | | | | WIP! Merge branch 'v/eventbus' into v/multi-decryptVincent Breitmoser2015-06-072-9/+1
|\| | | | | | | | | |
| * | | | | | | | | | eventbus: initial attempt, replace messenger hack with eventbus communicationVincent Breitmoser2015-06-062-9/+1
* | | | | | | | | | | multi-decrypt: working in principleVincent Breitmoser2015-06-021-16/+32
* | | | | | | | | | | introduce CachingDataDecryptorFactory towards cached session keysVincent Breitmoser2015-06-012-28/+33
|/ / / / / / / / / /
* | | | | | | | | | only promote subkeys which are actually presentVincent Breitmoser2015-05-301-8/+5
* | | | | | | | | | rewrite PgpDecryptVerify input, introduce PgpDecryptVerifyInputParcelVincent Breitmoser2015-05-302-126/+237
* | | | | | | | | | better error handling for bad encrypted data checksumVincent Breitmoser2015-05-301-1/+7
* | | | | | | | | | rewrite data flow in EncryptFileFragment preserve state correctlyVincent Breitmoser2015-05-301-0/+4
* | | | | | | | | | make KeyItem serializble, for state in TokenTextCompleteViewVincent Breitmoser2015-05-301-1/+2
* | | | | | | | | | Merge remote-tracking branch 'origin/master' into developmentVincent Breitmoser2015-05-284-12/+16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | improve robustness of SecretKeyType handlingVincent Breitmoser2015-05-282-8/+10
| * | | | | | | | | | set to stripped by default, rather than "unavailable"Vincent Breitmoser2015-05-281-3/+3
| * | | | | | | | | | make masterKeyId and subKeyId strictly required in CryptoInputParcelVincent Breitmoser2015-05-282-1/+3
| * | | | | | | | | | fix merge problems (derp)Vincent Breitmoser2015-05-281-4/+2