aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* pgpsignencrypt: unsupported parameter combinations are a bugVincent Breitmoser2015-10-083-5/+1
|
* pgpdecryptverify: externalize PgpSignatureCheckerVincent Breitmoser2015-10-082-297/+369
|
* fix jacoco coverageVincent Breitmoser2015-10-081-6/+5
|
* pgpdecryptverify: move cleartext verification into SignatureCheckerVincent Breitmoser2015-10-081-156/+139
|
* pgpdecryptverify: refactor signature verification state into ↵Vincent Breitmoser2015-10-082-135/+141
| | | | SignatureChecker subclass
* pgpdecryptverify: fix one pass signature check, actually use bracketed structureVincent Breitmoser2015-10-073-6/+35
|
* pgpdecryptverify: refactor signature processingVincent Breitmoser2015-10-063-79/+82
|
* use only primary and mutually bound subkeys for fingerprint verificationVincent Breitmoser2015-10-063-7/+11
|
* Fix tests for min requirement of 2048 bitsDominik Schürmann2015-10-045-41/+41
|
* center wizard buttons for other languagesDominik Schürmann2015-10-0410-21/+21
|
* Raise min asymmetric key length for all ciphers to 2048 bitDominik Schürmann2015-10-0422-61/+63
|
* Show dialog before sharing logDominik Schürmann2015-10-043-5/+88
|
* spongy: use version which doesn't skip bad signaturesVincent Breitmoser2015-10-012-0/+3
|
* spongy: treat eddsa signatures as non-verifiable signaturesVincent Breitmoser2015-10-011-0/+0
|
* 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-307-59/+68
|
* 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-253-2/+8
|
* Check that the encrypt input uris are not linked to our own internal storage ↵Dominik Schürmann2015-09-251-3/+26
| | | | (OKC-01-010)
* 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-2410-319/+54
|
* Fix some illegal state exceptionsDominik Schürmann2015-09-242-5/+28
|
* Fix genitiv in stringsDominik Schürmann2015-09-241-2/+2
|
* Confirm designDominik Schürmann2015-09-2410-146/+106
|
* phrase confirmationDominik Schürmann2015-09-2413-11/+1352
|
* 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-219-33/+184
| |\
| * \ Merge branch 'master' of github.com:open-keychain/open-keychainVincent Breitmoser2015-09-2122-142/+200
| |\ \
| * | | 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-214-31/+39
| |_|/ |/| |
* | | Fix deps verificationDominik Schürmann2015-09-211-1/+1
| | |
* | | Pin keybase certificateDominik Schürmann2015-09-214-20/+56
| | |
* | | Use more modular Keybase lib with OkHttp wrapperDominik Schürmann2015-09-217-33/+148
| |/ |/|
* | Keyservers: Dont follow redirects, pin pgp.mit.edu, check for pinned cert on ↵Dominik Schürmann2015-09-2022-142/+200
|/ | | | add (OKC-01-018)
* 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-193-21/+24
|
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2015-09-181-1/+1
|\
| * Update README.mdVincent2015-09-181-1/+1
| |
* | Fix DECRYPT_DATA intentDominik Schürmann2015-09-182-4/+2
|/
* Merge pull request #1538 from bashrc/bashrc/buildVincent2015-09-181-1/+1
|\ | | | | Fix build instruction
| * Fix build instructionBob Mottram2015-09-181-1/+1
|/
* Merge pull request #1487 from open-keychain/mime4jVincent2015-09-1853-331/+1312
|\ | | | | support multipart mime structure in decrypted data