Tue, 26 Jun 2018 14:05:05 +0200 |
ENGINE-441: PEP_encrypt_flag_force_version_1 added for encrypt message. Can be passed through encrypt_message_and_add_priv_key (or whatever it's called) for PGP-only devices
|
file | diff | annotate |
Tue, 26 Jun 2018 13:45:27 +0200 |
ENGINE-442: no clobbering of extant version, keylist, or rating header fields in decrypt
|
file | diff | annotate |
Thu, 21 Jun 2018 18:21:47 +0200 |
ENGINE-440: size-based bytewise mem comp
|
file | diff | annotate |
Wed, 20 Jun 2018 10:32:41 +0200 |
ENGINE-434: intermittent commit - need to update tests for yesterdays crypto-dev discussion and then we'll see if things work correctly
|
file | diff | annotate |
Wed, 20 Jun 2018 09:36:04 +0200 |
merged in default
|
file | diff | annotate |
Mon, 18 Jun 2018 14:35:23 +0200 |
ENGINE-2: this isn't really ENGINE-2, but Huss added it there - fixed skipping of unencrypted keys introduced by other bug fix some time back
|
file | diff | annotate |
Fri, 15 Jun 2018 20:17:49 +0200 |
shelving to debug other things
|
file | diff | annotate |
Wed, 30 May 2018 11:21:29 +0200 |
merged in default
|
file | diff | annotate |
Wed, 30 May 2018 11:21:06 +0200 |
ENGINE-433: finally the right solution. ONLY replaces subjects from protected headers for now.
|
file | diff | annotate |
Fri, 18 May 2018 10:19:50 +0200 |
ENGINE-434: PGP/MIME behaviour in and tested. Time to fix the rest.
|
file | diff | annotate |
Wed, 09 May 2018 09:03:10 +0200 |
ENGINE-430: created a temporary to hopefully fix src = msg = *dst problems in reencrypt w/ message 2.0. Committing to check in test branch, which is not yet merged in.
|
file | diff | annotate |
Tue, 08 May 2018 10:50:10 +0200 |
ENGINE-423 - this MAY have fixed the no-reencrypt-for-self issue, but we need real tests to figure out what's going on, so shelving this briefly to finish up the tests.
|
file | diff | annotate |
Mon, 30 Apr 2018 09:34:11 +0200 |
Fixed null deref in src->attachments - thanks Thomas :)
|
file | diff | annotate |
Thu, 03 May 2018 14:38:57 +0200 |
Merged in default
|
file | diff | annotate |
Mon, 30 Apr 2018 09:34:11 +0200 |
Fixed null deref in src->attachments - thanks Thomas :)
|
file | diff | annotate |
Wed, 25 Apr 2018 08:57:55 +0200 |
ENGINE-429: ignore unencrypted_subject flag for messages between pEp users.
|
file | diff | annotate |
Tue, 24 Apr 2018 08:59:21 +0200 |
Fixed late declaration/goto interference.
|
file | diff | annotate |
Mon, 23 Apr 2018 12:43:31 +0200 |
ENGINE-423: reencryption now works; however, the test has some asserts removed at the moment because we need a clean test setup. Was manually checked for now. TBD soon.
|
file | diff | annotate |
Fri, 20 Apr 2018 15:23:43 +0200 |
merge
|
file | diff | annotate |
Fri, 20 Apr 2018 15:23:15 +0200 |
merge
|
file | diff | annotate |
Fri, 20 Apr 2018 15:08:53 +0200 |
Fixed weird logical choice :)
|
file | diff | annotate |
Fri, 20 Apr 2018 15:06:16 +0200 |
We now clean up after ourselves when we add keys and wrap stuff in the encrypt functions.
|
file | diff | annotate |
Fri, 20 Apr 2018 10:58:08 +0200 |
ENGINE-423: testing added, but not complete - need to now fix issues with encrypt_message modifying source message.
|
file | diff | annotate |
Thu, 19 Apr 2018 16:03:44 +0200 |
ENGINE-423: normal tests pass. Now to test reencrypt functionality.
|
file | diff | annotate |
Thu, 19 Apr 2018 09:38:52 +0200 |
merged in default
|
file | diff | annotate |
Thu, 19 Apr 2018 08:53:18 +0200 |
key exclusion in encrypted attachment detection heuristic
|
file | diff | annotate |
Wed, 18 Apr 2018 20:39:11 +0200 |
ENGINE-423: partial implementation of reencrypt functionality. Stashing changes to check another bug.
|
file | diff | annotate |
Wed, 18 Apr 2018 09:41:28 +0200 |
ENGINE-421: Removed direction check in encrypt_message_for_self - appears to be unnecessary, and is causing problems with OUT-431.
|
file | diff | annotate |
Mon, 16 Apr 2018 15:26:43 +0200 |
Fix memory leak and uninitialised variables in case of error
|
file | diff | annotate |
Mon, 16 Apr 2018 11:38:00 +0200 |
ENGINE-420: tests still need memory cleanup, but we seem to be in good shape with private key trust on green channels (and NON-trust on others)
|
file | diff | annotate |
Fri, 13 Apr 2018 18:33:38 +0200 |
ENGINE-420: fixed bug in setting user as PEP user (fpr wasn't yet present)
|
file | diff | annotate |
Fri, 13 Apr 2018 12:04:38 +0200 |
ENGINE-420: fixed bug in key_reset_trust when key corresponds to an own identity (this case: public-key-only), plus test expansion and bug fixes on encrypt_message_and_add_private_key
|
file | diff | annotate |
Fri, 13 Apr 2018 00:45:38 +0200 |
ENGINE-420: test code, not finished
|
file | diff | annotate |
Wed, 11 Apr 2018 16:54:09 +0200 |
Deprecated and replaced misspellings of 'compromised' and 'secret' in the API and constants. Nothing should be broken for existing implementations.
|
file | diff | annotate |
Wed, 11 Apr 2018 16:43:33 +0200 |
ENGINE-420: compiled first draft of private key export
|
file | diff | annotate |
Wed, 11 Apr 2018 15:52:32 +0200 |
ENGINE_420: shelving again - this time, added private key export.
|
file | diff | annotate |
Wed, 11 Apr 2018 15:29:12 +0200 |
ENGINE-420: input checks done, but need to check old revision for attachment encryption details, so shelving changes
|
file | diff | annotate |
Thu, 05 Apr 2018 14:13:20 +0200 |
ENGINE-416: added argument for extra key fprs to encrypt_message_for_self and MIME_encrypt_message_for_self
|
file | diff | annotate |
Thu, 29 Mar 2018 12:16:58 +0200 |
ENGINE-390: Fixes for legacy mail - exchange vs. imap, plus encrypted keys to import
|
file | diff | annotate |
Fri, 23 Mar 2018 16:39:45 +0100 |
ENGINE-402: added own user-id case to avoid unnecessary update_identity where possible
|
file | diff | annotate |
Fri, 23 Mar 2018 01:01:45 +0100 |
ENGINE-402: this is the real ENGINE-402 fix.
|
file | diff | annotate |
Tue, 20 Mar 2018 15:49:13 +0100 |
first try
|
file | diff | annotate |
Mon, 19 Mar 2018 17:33:16 +0100 |
Don't do update_identity() twice
|
file | diff | annotate |
Mon, 12 Mar 2018 20:25:55 +0100 |
explicit conversions
|
file | diff | annotate |
Mon, 12 Mar 2018 02:58:47 +0100 |
merge
|
file | diff | annotate |
Fri, 09 Mar 2018 07:35:38 +0100 |
merge
|
file | diff | annotate |
Fri, 09 Mar 2018 07:14:55 +0100 |
reconcile input identities to decrypt_message (especially user_ids) with those on the outer message
|
file | diff | annotate |
Fri, 09 Mar 2018 03:18:15 +0100 |
Some ENGINE-400-related fun, but we're not there yet.
|
file | diff | annotate |
Fri, 09 Mar 2018 03:18:15 +0100 |
Some ENGINE-400-related fun, but we're not there yet.
|
file | diff | annotate |
Fri, 09 Mar 2018 07:14:55 +0100 |
reconcile input identities to decrypt_message (especially user_ids) with those on the outer message
|
file | diff | annotate |
Wed, 28 Feb 2018 15:59:16 +0100 |
ENGINE-347: fixed illegal shift in message ID production
|
file | diff | annotate |
Wed, 28 Feb 2018 14:54:30 +0100 |
ENGINE-294: blacklisting is now only checked in identity_rating, outgoing_message_rating and encrypt_message, and then only for OpenPGP comm_types.
|
file | diff | annotate |
Wed, 28 Feb 2018 12:24:48 +0100 |
ENGINE-294: basic code is in to remove blacklisting from anything but encrypt_message and outgoing_message_rating, but tests need to be extended, and have to switch to ENGINE-397 and fix that to keep the keyring clean.
|
file | diff | annotate |
Wed, 28 Feb 2018 10:05:56 +0100 |
ENGINE-396: reserve bailing from re_evaluate to DB failure cases
|
file | diff | annotate |
Sat, 24 Feb 2018 16:40:44 +0100 |
ENGINE-387: do not consider username in first update_identity from MIME_encrypt due to enigmail address-only policy (will still be patched later)
|
file | diff | annotate |
Thu, 22 Feb 2018 17:18:24 +0100 |
ENGINE-390: fixed deprecated _decrypt_in_pieces; we need to talk about how much backward compatibility we'll maintain.
|
file | diff | annotate |
Wed, 21 Feb 2018 17:05:56 +0100 |
ENGINE-362: decorate with pEp version in encrypt_message_to_self for M2.0 decrypt
|
file | diff | annotate |
Wed, 21 Feb 2018 15:47:21 +0100 |
ENGINE-362: possible fix for empty opt_fields which may be causing the problem
|
file | diff | annotate |
Wed, 21 Feb 2018 09:57:53 +0100 |
ENGINE-389: type confusion - corrected rating_unencrypted to ct_no_encryption for determining max comm type.
|
file | diff | annotate |
Tue, 20 Feb 2018 12:35:30 +0100 |
ENGINE-386: should now decorate all unencrypted messages, no matter what.
|
file | diff | annotate |