Thu, 28 Apr 2016 22:07:10 +0200 |
reverted df0ef2b26196 : 'Attach own key on unencrypted message with encrypt_message() when given enc_format is PEP_enc_none'. Kept code enforcing src->dir != PEP_dir_incoming in encrypt_message, though.
|
file | diff | annotate |
Wed, 27 Apr 2016 19:44:53 +0200 |
Attach own key on unencrypted message with encrypt_message() when given enc_format is PEP_enc_none
|
file | diff | annotate |
Wed, 27 Apr 2016 01:09:07 +0200 |
BCC support of encryption, limited to only one single recipient. Included BCCs in outgoing_color results.
|
file | diff | annotate |
Mon, 25 Apr 2016 14:53:45 +0200 |
This is Work in Progress branch for async key management.
|
file | diff | annotate |
Thu, 17 Mar 2016 00:02:25 +0100 |
Ensure that message is no encrypted when one recipient's key is mistrusted or under_attack
|
file | diff | annotate |
Wed, 16 Mar 2016 11:20:52 +0100 |
adding get_binary_path() to Message API
|
file | diff | annotate |
Wed, 02 Mar 2016 13:00:39 +0100 |
replaced link to pEp-project.org website with https link
|
file | diff | annotate |
Wed, 02 Mar 2016 10:00:04 +0100 |
implementing PEP_rating_unencrypted_for_some
|
file | diff | annotate |
Wed, 02 Mar 2016 09:26:45 +0100 |
implementing mistrust vs. under_attack
|
file | diff | annotate |
Tue, 01 Mar 2016 12:57:44 +0100 |
removing unnecessary key adding on error
|
file | diff | annotate |
Fri, 26 Feb 2016 18:33:02 +0100 |
removing an underscrore as workaround for iOS/MailCore
|
file | diff | annotate |
Mon, 22 Feb 2016 18:06:19 +0100 |
PEP_ct_my_key_not_included for passive mode
|
file | diff | annotate |
Mon, 22 Feb 2016 14:48:29 +0100 |
some asserts
|
file | diff | annotate |
Mon, 22 Feb 2016 14:38:30 +0100 |
initialize pointer
|
file | diff | annotate |
Mon, 22 Feb 2016 14:24:28 +0100 |
implementing unencrypted subject
|
file | diff | annotate |
Mon, 22 Feb 2016 13:56:31 +0100 |
passive mode
|
file | diff | annotate |
Tue, 02 Feb 2016 00:02:55 +0100 |
Fixed mistrusted decryption displaying as unreliable
|
file | diff | annotate |
Mon, 01 Feb 2016 20:19:49 +0100 |
merged intermediate state, continuing
|
file | diff | annotate |
Mon, 01 Feb 2016 12:11:28 +0100 |
intermediate state, implementing mistrust
|
file | diff | annotate |
Mon, 01 Feb 2016 16:25:15 +0100 |
Import_attached_keys(msg) now calls update_identity(msg->from) to ensure that identity exist before evaluating decrypt colors
|
file | diff | annotate |
Fri, 29 Jan 2016 19:19:09 +0100 |
Fixed memory leak when decrypting message from unknown peer.
|
file | diff | annotate |
Fri, 29 Jan 2016 18:04:49 +0100 |
Fixed attaching key in encrypted content. Enhanced decrypt_message so that it can re-rate decryption after importing key if signature validation failed (happening at the end of handshake)
|
file | diff | annotate |
Thu, 28 Jan 2016 11:40:49 +0100 |
Encrypt attached key if possible
|
file | diff | annotate |
Thu, 21 Jan 2016 19:59:14 +0100 |
reverted 8c8a44854e2a 'PGPMime's msg.asc attachment becomes PGPexch.htm.pgp'
|
file | diff | annotate |
Thu, 21 Jan 2016 09:19:00 +0100 |
Converting remaining msg.asc -> PGPexch.htm.pgp
|
file | diff | annotate |
Thu, 14 Jan 2016 16:01:42 +0100 |
Fixed decrypting mail from trusted peers never returning green
|
file | diff | annotate |
Sat, 21 Nov 2015 18:47:19 +0100 |
Added own key attachement, even when encryption format is PEP_enc_PGP_MIME
|
file | diff | annotate |
Tue, 10 Nov 2015 00:51:29 +0100 |
Reverted previous change in message_api.c, that was inserting update_indentity before call to myself() to present assertion caused by missing user_id.
|
file | diff | annotate |
Fri, 06 Nov 2015 22:29:56 +0100 |
Filter incomplete identities (i.e. with no user_id) in outgoing_message_color. Myself() needs user_id.
|
file | diff | annotate |
Thu, 22 Oct 2015 15:47:40 +0200 |
don't ask me, I will not comment on it
|
file | diff | annotate |
Wed, 14 Oct 2015 01:58:15 +0200 |
importing keys with ".asc" and application/octet-stream
|
file | diff | annotate |
Sat, 10 Oct 2015 17:24:45 +0200 |
Fixed double free and unprotected NULL dereferencing.
|
file | diff | annotate |
Mon, 28 Sep 2015 22:13:57 +0200 |
rating for decrypt() corrected
|
file | diff | annotate |
Wed, 09 Sep 2015 11:33:05 +0200 |
fixing malloc() without if
|
file | diff | annotate |
Sat, 15 Aug 2015 19:18:09 +0200 |
makeing PEP_enc_PEP the default
|
file | diff | annotate |
Tue, 11 Aug 2015 10:42:30 +0200 |
bugfix: size_t instead of int
|
file | diff | annotate |
Mon, 15 Jun 2015 20:20:49 +0200 |
debugging
|
file | diff | annotate |
Mon, 15 Jun 2015 13:29:39 +0200 |
attach key to unencrypted mail
|
file | diff | annotate |
Fri, 05 Jun 2015 14:22:08 +0200 |
decorate with encrypt_message(), too, and reorganizing
|
file | diff | annotate |
Sun, 31 May 2015 19:07:45 +0200 |
cleanup
|
file | diff | annotate |
Sun, 31 May 2015 13:22:22 +0200 |
streamline
|
file | diff | annotate |
Sat, 30 May 2015 12:47:37 +0200 |
unencrytped by default
|
file | diff | annotate |
Sat, 30 May 2015 03:11:27 +0200 |
encryption concept
|
file | diff | annotate |
Fri, 29 May 2015 23:59:34 +0200 |
update_identity() in outgoing_color()
|
file | diff | annotate |
Thu, 28 May 2015 15:16:41 +0200 |
copy attachment if it cannot be decrypted
|
file | diff | annotate |
Thu, 28 May 2015 13:26:37 +0200 |
new_bloblist with empty blob allowed
|
file | diff | annotate |
Thu, 28 May 2015 15:01:08 +0200 |
bugfix memory handling
|
file | diff | annotate |
Tue, 26 May 2015 19:50:13 +0200 |
bugfix
|
file | diff | annotate |
Tue, 26 May 2015 15:47:33 +0200 |
PGP Partitioned Encoding Format encryption
|
file | diff | annotate |
Tue, 26 May 2015 15:11:10 +0200 |
bugfix
|
file | diff | annotate |
Mon, 25 May 2015 23:55:55 +0200 |
stpcpy() added to platform windoze
|
file | diff | annotate |
Mon, 25 May 2015 23:31:17 +0200 |
opt_fields added with decrypt
|
file | diff | annotate |
Sun, 24 May 2015 11:06:29 +0200 |
bugfix
|
file | diff | annotate |
Tue, 12 May 2015 17:30:20 +0200 |
bugfix: copy_fields
|
file | diff | annotate |
Tue, 12 May 2015 16:33:00 +0200 |
adding size param
|
file | diff | annotate |
Tue, 12 May 2015 13:42:48 +0200 |
return value of decrypt_message()
|
file | diff | annotate |
Mon, 11 May 2015 11:33:50 +0200 |
...
|
file | diff | annotate |
Sun, 10 May 2015 09:45:33 +0200 |
...
|
file | diff | annotate |
Sat, 09 May 2015 19:34:52 +0200 |
...
|
file | diff | annotate |
Sat, 09 May 2015 17:55:02 +0200 |
PGP/MIME format stays as attachments
|
file | diff | annotate |