aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp
Commit message (Expand)AuthorAgeFilesLines
* Always revoke subkeys with a revocation signature.KB Sriram2016-01-151-12/+33
* Error out when editing a stripped keyDominik Schürmann2016-01-111-1/+6
* Use more generic 'Security Token' where possible, add sutitle to create key w...Dominik Schürmann2016-01-101-26/+26
* Update spongycastle to 1.53Dominik Schürmann2015-12-223-4/+6
* api: add micalg result extra to detached signature api callVincent Breitmoser2015-12-171-0/+8
* fix delete file securely method and use for delete original fileVincent Breitmoser2015-11-151-41/+4
* decrypt: skip all encountered marker packets (fix #1582)Vincent Breitmoser2015-11-151-8/+8
* Merge commit '816dce0334e8b8d9da3cb00d31d26033b17040a3'Vincent Breitmoser2015-11-131-1/+15
|\
| * import: apply fixPgpMessage to text for import from clipboardVincent Breitmoser2015-11-061-1/+15
* | decrypt: skip unavailable and unsuitable keysVincent Breitmoser2015-11-131-0/+12
|/
* bench: simple working benchmarkVincent Breitmoser2015-11-042-16/+24
* bench: add benchmark operation for testingVincent Breitmoser2015-11-041-1/+10
* 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