aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' of github.com:open-keychain/open-keychainVincent Breitmoser2015-10-211-2/+2
|\
| * SHA1 and RIPEMD160 are not declared insecure until widely deployedDominik Schürmann2015-10-211-2/+2
* | fix crash due to malformed log entryVincent Breitmoser2015-10-211-1/+1
|/
* Support backupVersion ASCII Armor headerDominik Schürmann2015-10-153-22/+85
* Mime type consistencyDominik Schürmann2015-10-151-3/+3
* Merge branch 'master' into encrypted-exportVincent Breitmoser2015-10-091-2/+2
|\
| * fix variable name mistake (wth did I commit there?!)Vincent Breitmoser2015-10-091-2/+2
* | Merge branch 'master' into encrypted-exportVincent Breitmoser2015-10-089-439/+428
|\|
| * 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-081-1/+3
| |\
| | * Constant for max number of canonicalized user idsDominik Schürmann2015-10-081-1/+3
| * | 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-082-106/+2
| * | pgpdecryptverify: fix non-onepass signature checkingVincent Breitmoser2015-10-082-1/+3
| * | pgpsignencrypt: unsupported parameter combinations are a bugVincent Breitmoser2015-10-081-3/+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-071-4/+29
| * | pgpdecryptverify: refactor signature processingVincent Breitmoser2015-10-063-79/+82
| |/
| * use only primary and mutually bound subkeys for fingerprint verificationVincent Breitmoser2015-10-061-1/+6
| * Raise min asymmetric key length for all ciphers to 2048 bitDominik Schürmann2015-10-041-2/+2
| * No show key button for RESULT_INVALID_SIGNATURE, CleanupDominik Schürmann2015-09-301-1/+1
| * Fix crashes with Fluffys PGP appletDominik Schürmann2015-09-301-1/+1
* | decryptverify: add trivial detection of pgp ascii-armored dataVincent Breitmoser2015-09-301-2/+33
* | Merge remote-tracking branch 'origin/master' into encrypted-exportVincent Breitmoser2015-09-282-6/+11
|\|
| * Dont import more than 100 User IDs (OKC-01-002)Dominik Schürmann2015-09-251-2/+6
| * Reject filenames with slashes completlyDominik Schürmann2015-09-241-4/+5
* | upload: re-add upload by bytesVincent Breitmoser2015-09-281-19/+18
* | signencrypt: make sure we buffer the InputStreamVincent Breitmoser2015-09-281-4/+5
|/
* mime: support for signed-then-encrypted formatVincent Breitmoser2015-09-171-0/+1
* mime: respect charset header (default to utf-8)Vincent Breitmoser2015-09-161-4/+3
* mime: create more general InputDataOperation, which for now and does basic mi...Vincent Breitmoser2015-09-151-0/+10
* strip encrypted filenames to basenames (OKC-01-004)Vincent Breitmoser2015-09-111-0/+3
* perform fingerprint check after canonicalization (OKC-01-009)Vincent Breitmoser2015-09-112-11/+12
* complain about mdc insecurity status only if data actually was encryptedVincent Breitmoser2015-09-101-15/+16
* add support for signed-only data in the backend (#1507)Vincent Breitmoser2015-09-101-317/+368
* Use new HashSet<>(Arrays.asList()) instead of staticDominik Schürmann2015-09-041-38/+36
* Merge branch 'linked-identities' (and fix OperationHelper ids)Vincent Breitmoser2015-08-292-1/+8
|\
| * Merge tag 'v3.2.1' into linked-identitiesVincent Breitmoser2015-05-112-3/+28
| |\
| * | linked-ids: rename RawLinkedIdentity to UriAttributeVincent Breitmoser2015-05-091-1/+1
| * | linked-ids: code cleanup, handle all lint errorsVincent Breitmoser2015-05-098-1128/+0
| * | check for fingerprint of any subkey (arguable?)Vincent Breitmoser2015-05-061-0/+11
| * | update uris and cookie patterns, plus some stylingsVincent Breitmoser2015-04-253-7/+7
| * | Merge branch 'development' into linked-identitiesVincent Breitmoser2015-04-249-455/+600
| |\ \
| * \ \ Merge branch 'development' into linked-identitiesVincent Breitmoser2015-04-091-5/+11
| |\ \ \
| * | | | some linked id ui fine tuningVincent Breitmoser2015-03-264-4/+4
| * | | | secret/public distinction in LinkedIdViewVincent Breitmoser2015-03-245-20/+13
| * | | | work on cookie scanning during creationVincent Breitmoser2015-03-244-138/+117
| * | | | Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-249-86/+150
| |\ \ \ \