Полезная информация

Юристы зарабатывают огромные деньги и славу, оперируя хорошим знанием законов. Правила форума — простой путь к успешному общению.

№106-08-2006 21:11:15

Unghost
Призрак-админ
 
Группа: Administrators
Откуда: Moscow, Russia
Зарегистрирован: 08-10-2004
Сообщений: 11771

[SM] Enigmail

Размер:  1,6 МБ
Перевод:  Unghost
Сайт:  http://www.enigmail.net
Авторы:  Patrick Brunschwig, John Clizbe, Olav Seyfarth, Shane M. Coughlan
Дата добавления/последнего обновления: 29.08.2014
Совместимоcть: [thunderbird] 24.0 и выше [seamonkey] 2.26 и выше

Описание: Добавляет поддержку шифрования и подписи сообщений с помощью GnuPG.
Загрузить


Do not meddle in the affairs of Wizards, for they are subtle and quick to anger.

Отсутствует

 

№213-01-2007 20:20:32

Unghost
Призрак-админ
 
Группа: Administrators
Откуда: Moscow, Russia
Зарегистрирован: 08-10-2004
Сообщений: 11771

Re: [SM] Enigmail

Enigmail 0.94.1

Released 2006-08-06, works with Thunderbird 1.5 and SeaMonkey 1.0

Enhancements:

    * Added support for automatic creation of Detached signatures for attachments.

Bugs fixed:

    * Check the list of 15 fixed bugs

I have released Enigmail v0.94.2 for Thunderbird 1.5 and Seamonkey 1.0.

I fixed a bug that could lead Thunderbird and Seamonkey to crash with
large inline PGP messages. The bug affects all versions of Enigmail. The
chances that this bug could be exploited are rather low (see below);
nevertheless I strongly recommend to upgrade Enigmail to the latest version.


Details
=======

A message object containing the decrypted data is deleted from memory
before it is sure that all contained information are completely read.
Since reading the decrypted message data is running in a separate thread
than the memory cleanup, it is impossible to predict the moment at which
the object is deleted (CPU speed, free memory etc have an influence).
Therefore it is not very likely that the crash could be used to
introduce malicious code.


Resolution
==========

The attached patch deletes the wrong code that removes the object from
memory. The code that correctly removes the data from memory is already
present, such that the patch is very small.


Download
========

Enigmail is available from: http://enigmail.mozdev.org/download.html
Source code: http://enigmail.mozdev.org/source.html

-Patrick



Выделить код

Код:

Index: enigmail.js
===================================================================
RCS file: /cvs/enigmail/src/package/enigmail.js,v
retrieving revision 1.190
diff -u -r1.190 enigmail.js
--- enigmail.js	8 Jul 2006 16:16:50 -0000	1.190
+++ enigmail.js	11 Jan 2007 10:33:04 -0000
@@ -883,9 +883,6 @@
 
       DEBUG_LOG("enigmail.js: EnigmailProtocolHandler.newChannel: messageURL="+messageUriObj.originalUrl+", "+contentType+", "+contentCharset+"\n");
 
-      if (!messageUriObj.persist)
-        delete gEnigmailSvc._messageIdList[messageId];
-
     } else {
 
       contentType = "text/plain";

Do not meddle in the affairs of Wizards, for they are subtle and quick to anger.

Отсутствует

 

№306-03-2007 23:40:59

Unghost
Призрак-админ
 
Группа: Administrators
Откуда: Moscow, Russia
Зарегистрирован: 08-10-2004
Сообщений: 11771
UA: Minefield 3.0

Re: [SM] Enigmail

Enigmail 0.94.3

Released 2007-03-06, works with Thunderbird 1.5 and SeaMonkey 1.1

Bugs fixed:

    * Enigmail is prone to a vulnerability in how signature verification information is shown to the end user. An attacker is able to add arbitrary content to a signed message. The receiver of the message will not be able to distinguish the forged and the properly signed parts of the message. Please read the security advisory by Core Security Technologies for full details.


Do not meddle in the affairs of Wizards, for they are subtle and quick to anger.

Отсутствует

 

№414-04-2007 18:22:34

Unghost
Призрак-админ
 
Группа: Administrators
Откуда: Moscow, Russia
Зарегистрирован: 08-10-2004
Сообщений: 11771
UA: Minefield 3.0

Re: [SM] Enigmail

Enigmail 0.95.0

Released 2007-04-13, works with Thunderbird 2.0 and SeaMonkey 1.1

Enhancements:

    * Preferences overhaul, simplified menu set and choice of preferences for non-advanced users.
    * The default for PGP/MIME is now a per-identity setting.
    * Better support for GnuPG 2.0.x and gpg-agent.
    * The following languages are included in the official release of Enigmail (apart from en-US): ca-AD, de-AT, de-DE, el, es-ES, fi-FI, fr-FR, hu-HU, it-IT, nb-NO, pl-PL

Bugs fixed:

    * Check the list of 17 fixed reported bugs
    * Plus many more small bugs


Do not meddle in the affairs of Wizards, for they are subtle and quick to anger.

Отсутствует

 

№508-06-2007 22:28:44

Unghost
Призрак-админ
 
Группа: Administrators
Откуда: Moscow, Russia
Зарегистрирован: 08-10-2004
Сообщений: 11771
UA: Minefield 3.0

Re: [SM] Enigmail

Enigmail 0.95.1

Released 2007-06-07, works with Thunderbird 2.0 and SeaMonkey 1.1

Enhancements:

    * Added again more languages. The following languages are now included:
      en-US, ca-AD, de-AT, de-DE, el, es-ES, fi-FI, fr-FR, hu-HU, it-IT, ja-JP, ko-KR, nb-NO, pl-PL, pt-BR, pt-PT, ru-RU, sl-SI, sv-SE, zh-CN

Bugs fixed:

    * PGP/MIME message scrambled if password not typed correct on first try. (bug 16895)
    * Incorrect installation on Mac OS X with PowerPC and Seamonkey


Do not meddle in the affairs of Wizards, for they are subtle and quick to anger.

Отсутствует

 

№602-07-2007 23:29:17

Unghost
Призрак-админ
 
Группа: Administrators
Откуда: Moscow, Russia
Зарегистрирован: 08-10-2004
Сообщений: 11771
UA: Minefield 3.0

Re: [SM] Enigmail

Enigmail 0.95.2

Released 2007-06-29, works with Thunderbird 2.0 and SeaMonkey 1.1

Enhancements:

    * Added Czech language (cs-CZ). The following languages are now included:
      en-US, ca-AD, cs-CZ, de-AT, de-DE, el, es-ES, fi-FI, fr-FR, hu-HU, it-IT, ja-JP, ko-KR, nb-NO, pl-PL, pt-BR, pt-PT, ru-RU, sl-SI, sv-SE, zh-CN

Bugs fixed:

    * Fixed broken Spanish (es-ES) language pack.


Do not meddle in the affairs of Wizards, for they are subtle and quick to anger.

Отсутствует

 

№706-08-2007 23:19:59

Unghost
Призрак-админ
 
Группа: Administrators
Откуда: Moscow, Russia
Зарегистрирован: 08-10-2004
Сообщений: 11771
UA: Minefield 3.0

Re: [SM] Enigmail

Enigmail 0.95.3

Released 2007-08-04, works with Thunderbird 2.0 and SeaMonkey 1.1

Bugs fixed:

    * Solved incompatibility with gpg4win v1.1.1.


Do not meddle in the affairs of Wizards, for they are subtle and quick to anger.

Отсутствует

 

№823-10-2007 22:00:54

Unghost
Призрак-админ
 
Группа: Administrators
Откуда: Moscow, Russia
Зарегистрирован: 08-10-2004
Сообщений: 11771
UA: Minefield 3.0

Re: [SM] Enigmail

Enigmail 0.95.4

Released 2007-10-17, works with Thunderbird 2.0 and SeaMonkey 1.1

Enhancements:

    * Added Turkish (tr-TR) and Chinese Traditional (zh-TW) languages.
    * Enhanced compatibility with other extensions (backported Mozilla bug 321890).
    * Fixed verification of inline PGP mails encoded with "quoted-printable"
    * Enabled decryption and verification of inline PGP mails when viewing messages as HTML.

Bugs fixed:

    * Solved incompatibility with GPGOL (bug 17394).
    * Various minor GUI fixes.


Do not meddle in the affairs of Wizards, for they are subtle and quick to anger.

Отсутствует

 

№931-10-2007 21:55:03

Unghost
Призрак-админ
 
Группа: Administrators
Откуда: Moscow, Russia
Зарегистрирован: 08-10-2004
Сообщений: 11771
UA: Minefield 3.0

Re: [SM] Enigmail

Enigmail 0.95.5

Released 2007-10-27, works with Thunderbird 2.0 and SeaMonkey 1.1

Bugs fixed:

    * PGP/MIME doesn't work with 0.95.4 and no passphrase on key (bug 17995).


Do not meddle in the affairs of Wizards, for they are subtle and quick to anger.

Отсутствует

 

№1003-01-2008 20:52:48

Unghost
Призрак-админ
 
Группа: Administrators
Откуда: Moscow, Russia
Зарегистрирован: 08-10-2004
Сообщений: 11771
UA: Minefield 3.0

Re: [SM] Enigmail

Enigmail 0.95.6

Released 2008-01-03, works with Thunderbird 2.0 and SeaMonkey 1.1

Bugs fixed:

    * Enigmail 0.95.5 unusable with German Seamonkey (bugs 18269 and 18403).
    * Enigmail 0.95.5 unusable with Korean Thunderbird (bug 18267).
    * Incorrect quoted-printable encoding for ISO-2022-JP charset (bug 18361).
    * I am using a non English Character Set and my signatures keep failing (bug 18148).


Do not meddle in the affairs of Wizards, for they are subtle and quick to anger.

Отсутствует

 

№1113-08-2008 22:35:25

banbot
Moderator
 
Группа: Moderators
Зарегистрирован: 23-12-2007
Сообщений: 5245
UA: Seamonkey 1.1

Re: [SM] Enigmail

Enigmail 0.95.7

Released 2008-08-13, works with Thunderbird 2.0.x and SeaMonkey 1.1.x

Enhancements:

    * Added Arabic (ar) and Slovak (sk-SK) languages; updated Japanese language.

Bugs fixed:

    * Missing PowerPC libenigmime.dylib library on SeaMonkey installations (bug 18657).
    * "Re-wrap signed HTML" option not persisting (bug 19658).
    * Fixed wrong default value for format=flowed.


Do you feel lucky, punk?

Отсутствует

 

№1218-07-2009 19:31:07

banbot
Moderator
 
Группа: Moderators
Зарегистрирован: 23-12-2007
Сообщений: 5245
UA: Seamonkey 1.1

Re: [SM] Enigmail

Enigmail 0.96.0

Released 2009-07-17, works with Thunderbird 2.0.x and SeaMonkey 1.1.x

Enhancements:

    * Improvements to the main user interface for decrypting messages.
    * Use gpg groups as target for email addresses and rules.
    * Option to automatically attach signing key to sent messages.
    * Allow to send encrypted messages to newsgroups.
    * New displaying of keys in the Enigmail key manager.

Bugs fixed:

    * A total of 81(!) bugs were fixed in this release.


Do you feel lucky, punk?

Отсутствует

 

№1330-11-2009 17:31:43

banbot
Moderator
 
Группа: Moderators
Зарегистрирован: 23-12-2007
Сообщений: 5245
UA: Firefox 3.5

Re: [SM] Enigmail

Enigmail 1.0.0

Released 2009-11-30, works with Thunderbird 3.0.x and SeaMonkey 2.0.1 and newer.

Enhancements:

    * Full compatibility with Thunderbird 3.0.
    * New icons to better match Thunderbird and SeaMonkey theme.

Bugs fixed:

    * A total of 31 bugs were fixed in this release.


Do you feel lucky, punk?

Отсутствует

 

№1431-01-2010 22:13:22

banbot
Moderator
 
Группа: Moderators
Зарегистрирован: 23-12-2007
Сообщений: 5245
UA: Seamonkey 2.0

Re: [SM] Enigmail

Enigmail 1.0.1

Released 2010-01-31, works with Thunderbird 3.0.x and SeaMonkey 2.0.1 and newer.

Enhancements:

    * New translations for cs-CZ, nl-NL, pt-BR and pl-PL.

Bugs fixed:

    * This release contains for 3 important bugs.


Do you feel lucky, punk?

Отсутствует

 

№1529-05-2010 22:48:14

banbot
Moderator
 
Группа: Moderators
Зарегистрирован: 23-12-2007
Сообщений: 5245
UA: Minefield 3.7

Re: [SM] Enigmail

Enigmail 1.1

Released 2010-05-31, works with Thunderbird 3.1 and SeaMonkey 2.1a1.

Enhancements:

    * New translations for tr-TR and vi-VN.

Bugs fixed:

    * Check the list of fixed defects.


Do you feel lucky, punk?

Отсутствует

 

№1625-06-2010 23:18:38

banbot
Moderator
 
Группа: Moderators
Зарегистрирован: 23-12-2007
Сообщений: 5245
UA: Minefield 3.7

Re: [SM] Enigmail

Enigmail 1.1.1

Released 2010-06-25, works with Thunderbird 3.1.

Bugs fixed:

    Check the list of fixed defects.
    Fixed dialog for adding per-recipient rules in pt-BR, ja-JP and pl-PL.


Do you feel lucky, punk?

Отсутствует

 

№1730-06-2010 01:14:58

banbot
Moderator
 
Группа: Moderators
Зарегистрирован: 23-12-2007
Сообщений: 5245
UA: Firefox 4.0

Re: [SM] Enigmail

Enigmail 1.1.2

Released 2010-06-29, works with Thunderbird 3.1.

Bugs fixed:

    Check the list of fixed defects.


Do you feel lucky, punk?

Отсутствует

 

№1829-06-2011 22:31:33

banbot
Moderator
 
Группа: Moderators
Зарегистрирован: 23-12-2007
Сообщений: 5245
UA: Nightly 7.0

Re: [SM] Enigmail

Enigmail 1.2

Released 2011-06-28, works with Thunderbird 5.0 and SeaMonkey 2.1.

Celebrating the 10th Anniversary of Enigmail!

Enhancements:

    Full compatibility with Thunderbird 5.0
    Verification of detached signatures
    New OpenPGP status column in the message list
    Ability to sort columns in key manager
    Included support for Linux x64

Bugs fixed:

    Check the list of fixed defects.

Known issues:

    Most translations are incomplete. This will be fixed soon in a new release.


Do you feel lucky, punk?

Отсутствует

 

№1904-03-2012 03:24:46

banbot
Moderator
 
Группа: Moderators
Зарегистрирован: 23-12-2007
Сообщений: 5245
UA: Nightly 13.0

Re: [SM] Enigmail

Enigmail 1.4

Released 2012-03-02, works with Thunderbird 10.0 - 11.0 and SeaMonkey 2.7 - 2.8.

Notable changes:

    This version introduces a new library for inter-process communication with GnuPG that is less platform-dependent than the old library. Up to now the library is known to work on Windows, Linux, Mac OS X, Solaris and some versions of FreeBSD.
    Please read the announcement message if you want to help with adding support for an operating system not mentioned above.

Bugs fixed:

    Check the list of fixed defects.


Do you feel lucky, punk?

Отсутствует

 

№2005-10-2012 21:01:09

banbot
Moderator
 
Группа: Moderators
Зарегистрирован: 23-12-2007
Сообщений: 5245
UA: Firefox 18.0

Re: [SM] Enigmail

Enigmail 1.4.5

Released 2012-10-04, works with Thunderbird 16.0 and SeaMonkey 2.13

Bugs fixed:

    Check the list of fixed defects.


Do you feel lucky, punk?

Отсутствует

 

№2127-12-2012 19:24:37

banbot
Moderator
 
Группа: Moderators
Зарегистрирован: 23-12-2007
Сообщений: 5245
UA: Firefox 20.0

Re: [SM] Enigmail

Enigmail 1.5

Released 2012-12-27, works with Thunderbird 17.0 & newer and SeaMonkey 2.16 & newer.

Notable changes:

    PGP/MIME encryption & signing has been rewritten from scratch in JavaScript.
    Core parts of inline-PGP (creation, decryption and verification) have been rewritten in JavaScript.

Bugs fixed:

    Check the list of fixed defects.


Do you feel lucky, punk?

Отсутствует

 

№2205-02-2013 21:40:55

banbot
Moderator
 
Группа: Moderators
Зарегистрирован: 23-12-2007
Сообщений: 5245
UA: Firefox 21.0

Re: [SM] Enigmail

Enigmail 1.5.1

Released 2013-02-05, works with Thunderbird 17.0 & newer and SeaMonkey 2.16 & newer.

Notable changes:

    This is a bugfix release.
    Core parts of inline-PGP (creation, decryption and verification) have been rewritten in JavaScript.


Bugs fixed:

    Check the list of fixed defects.


Do you feel lucky, punk?

Отсутствует

 

№2304-07-2013 00:31:25

banbot
Moderator
 
Группа: Moderators
Зарегистрирован: 23-12-2007
Сообщений: 5245
UA: Firefox 25.0

Re: [SM] Enigmail

Enigmail 1.5.2

Released 2013-07-03, works with Thunderbird 17.0 & newer and SeaMonkey 2.16 & newer.

Notable changes:

    This is a bugfix release.


Bugs fixed:

    Check the list of fixed defects.


Do you feel lucky, punk?

Отсутствует

 

№2419-10-2013 19:45:32

banbot
Moderator
 
Группа: Moderators
Зарегистрирован: 23-12-2007
Сообщений: 5245
UA: Firefox 27.0

Re: [SM] Enigmail

Enigmail 1.6

Released 2013-10-07, works with Thunderbird 17.0 & newer and SeaMonkey 2.16 & newer.

Notable changes:

    The setup wizard can download and install GnuPG as part of the setup process.
    The passphrase timeout configuration in Enigmail is read and written from/to gpg-agent.
    New dialog to change the expiry date of keys.
    New function to search for the OpenPGP keys of all Address Book entries on a keyserver.

Bugs fixed:

    Check the list of fixed defects.


Do you feel lucky, punk?

Отсутствует

 

№2513-07-2014 15:17:30

banbot
Moderator
 
Группа: Moderators
Зарегистрирован: 23-12-2007
Сообщений: 5245
UA: Firefox 33.0

Re: [SM] Enigmail

Enigmail 1.7

Released 2014-07-12, works with Thunderbird 24.0 & newer and SeaMonkey 2.26 & newer.

Notable changes:

    Convenience mode for sending mails
    Automatic encryption if all keys are known
    More intuitive view of encryption/signing states in icons and menus; partially new icons
    Filter in key selection dialog
    Better selection options for importing keys from address book
    Some support for PGP/MIME mails deformed by Exchange servers
    Menu items and labels changed from "OpenPGP" to "Enigmail"
    Better algorithm for selecting best key for an email address
    More finer-grained options for displaying dialog before message sending
    Better fault tolerance at many places
    Better compatibility with Linux distributions: it is no longer required to have Enigmail and Thunderbird from the same source

Bugs fixed:

    Lots of fixed bugs! Check the list of fixed defects.


Do you feel lucky, punk?

Отсутствует

 

Board footer

Powered by PunBB
Modified by Mozilla Russia
Copyright © 2004–2020 Mozilla Russia GitHub mark
Язык отображения форума: [Русский] [English]