diff options
author | Eduardo Chappa <chappa@washington.edu> | 2018-05-20 11:51:51 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2018-05-20 11:51:51 -0600 |
commit | 954a31d7a4b4b6c4d8f4eea7dccea3cece5213aa (patch) | |
tree | 408dd3d095ae6973cc77dbc650107ea433c0ac08 /pith/pine.hlp | |
parent | 2c08a863b7242f6658151a2e2592a6293c4dcb65 (diff) | |
download | alpine-954a31d7a4b4b6c4d8f4eea7dccea3cece5213aa.tar.xz |
* Move freeing for some SSL memory until after all connections are
closed.
* A message could fail to verify its signature even if the
certificate was saved when the message was open. Based on a report by
David Woodhouse to the RedHat bugzilla system.
Diffstat (limited to 'pith/pine.hlp')
-rw-r--r-- | pith/pine.hlp | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/pith/pine.hlp b/pith/pine.hlp index 3a4f2b48..b17f57e3 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 268 2018-05-02 20:16:40 +Alpine Commit 276 2018-05-20 11:51:40 ============= h_news ================= <HTML> <HEAD> @@ -236,6 +236,14 @@ Bugs that have been addressed include: <LI> If the directory where Alpine saves the certificates if empty, alpine would not create a self-signed certificate to encrypt the password file. + + <LI> S/MIME: The list of public certificates is freed before it is + reused when a signature fails to verify. This causes Alpine to + crash. Patch submitted by Linus Torvalds. + + <LI> S/MIME: A message could fail to verify its signature even if the + certificate was saved when the message was open. Based on a report + by David Woodhouse to the RedHat bugzilla system. </UL> <P> |