aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain
Commit message (Expand)AuthorAgeFilesLines
* make openInputStreamSafe static and move to FileHelperVincent Breitmoser2015-10-092-87/+85
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2015-10-088-436/+420
|\
| * pgpdecryptverify: only use keys for verification which are allowed to sign (O...Vincent Breitmoser2015-10-081-2/+10
| * Merge remote-tracking branch 'origin/master'Vincent Breitmoser2015-10-085-160/+9
| |\
| * | improve tests, get rid of some redundant checksVincent Breitmoser2015-10-081-10/+0
| * | pgpdecryptverify: get rid of duplicate code path for binary signature verific...Vincent Breitmoser2015-10-083-107/+2
| * | pgpdecryptverify: fix non-onepass signature checkingVincent Breitmoser2015-10-082-1/+3
| * | pgpsignencrypt: unsupported parameter combinations are a bugVincent Breitmoser2015-10-082-4/+1
| * | pgpdecryptverify: externalize PgpSignatureCheckerVincent Breitmoser2015-10-082-297/+369
| * | pgpdecryptverify: move cleartext verification into SignatureCheckerVincent Breitmoser2015-10-081-156/+139
| * | pgpdecryptverify: refactor signature verification state into SignatureChecker...Vincent Breitmoser2015-10-081-134/+141
| * | pgpdecryptverify: fix one pass signature check, actually use bracketed structureVincent Breitmoser2015-10-072-4/+31
| * | pgpdecryptverify: refactor signature processingVincent Breitmoser2015-10-063-79/+82
* | | Revert "Check that the encrypt input uris are not linked to our own internal ...Dominik Schürmann2015-10-081-26/+3
* | | Dont allow encryption of app files via Os methods (OKC-01-010)Dominik Schürmann2015-10-081-3/+73
| |/ |/|
* | Remove ShareHelper: Not compat with Android >= 5, reduce code complexityDominik Schürmann2015-10-084-159/+6
* | Constant for max number of canonicalized user idsDominik Schürmann2015-10-081-1/+3
|/
* use only primary and mutually bound subkeys for fingerprint verificationVincent Breitmoser2015-10-063-7/+11
* Raise min asymmetric key length for all ciphers to 2048 bitDominik Schürmann2015-10-043-18/+26
* Show dialog before sharing logDominik Schürmann2015-10-042-5/+83
* No show key button for RESULT_INVALID_SIGNATURE, CleanupDominik Schürmann2015-09-304-10/+20
* Cleanup in BaseNfcActivityDominik Schürmann2015-09-301-10/+2
* Improve NFC exception handling, fixes RuntimeExceptionsDominik Schürmann2015-09-306-59/+66
* Fix crashes with Fluffys PGP appletDominik Schürmann2015-09-304-20/+32
* Enable YubiKey creationDominik Schürmann2015-09-301-14/+5
* Full 160 bit for phrase confirm, stuffed with onesDominik Schürmann2015-09-293-15/+25
* Harden parsing of keyserver results (OKC-01-003)Dominik Schürmann2015-09-254-30/+48
* Dont import more than 100 User IDs (OKC-01-002)Dominik Schürmann2015-09-252-2/+7
* Check that the encrypt input uris are not linked to our own internal storage ...Dominik Schürmann2015-09-251-3/+26
* Prevent database downgrade (OKC-01-012)Dominik Schürmann2015-09-251-1/+10
* Reject filenames with slashes completlyDominik Schürmann2015-09-241-4/+5
* Cleanup FileHelperDominik Schürmann2015-09-244-20/+16
* Remove save support for Android < 4.4 (OKC-01-014)Dominik Schürmann2015-09-247-309/+29
* Fix some illegal state exceptionsDominik Schürmann2015-09-242-5/+28
* Confirm designDominik Schürmann2015-09-241-11/+16
* phrase confirmationDominik Schürmann2015-09-244-6/+347
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2015-09-211-6/+10
|\
| * Merge branch 'master' of github.com:open-keychain/open-keychainVincent Breitmoser2015-09-216-18/+136
| |\
| * \ Merge branch 'master' of github.com:open-keychain/open-keychainVincent Breitmoser2015-09-215-94/+101
| |\ \
| * | | mime: don't do mime parsing if the encrypted data has a filenameVincent Breitmoser2015-09-211-6/+10
* | | | Use api.keybase.ioDominik Schürmann2015-09-211-6/+1
| |_|/ |/| |
* | | Pin keybase certificateDominik Schürmann2015-09-212-20/+31
* | | Use more modular Keybase lib with OkHttp wrapperDominik Schürmann2015-09-215-18/+125
| |/ |/|
* | Keyservers: Dont follow redirects, pin pgp.mit.edu, check for pinned cert on ...Dominik Schürmann2015-09-205-94/+101
|/
* use intent icon as fallback if we get no thumbnailVincent Breitmoser2015-09-191-2/+4
* inform storage provider of uri content-type for decrypted outputVincent Breitmoser2015-09-191-0/+6
* skip mime parsing if we already know the content type isn't suitableVincent Breitmoser2015-09-191-5/+18
* fix fallback for non-mime dataVincent Breitmoser2015-09-192-20/+23
* Fix DECRYPT_DATA intentDominik Schürmann2015-09-181-1/+1
* mime: skip trailing unsigned parts, and ignore nested signed dataVincent Breitmoser2015-09-172-3/+17