summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-04-05 01:33:53 -0600
committerEduardo Chappa <chappa@washington.edu>2020-04-05 01:33:53 -0600
commitb50297779a4becb9ceca9c6b5b375d526fe3df78 (patch)
tree650e07f698ecb16c79f86f4e2353010b3cd72991 /include
parent361159a88dd47ba2cfa0f8b9b9b6b8d0d55890a7 (diff)
downloadalpine-b50297779a4becb9ceca9c6b5b375d526fe3df78.tar.xz
NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE
NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE First use the commit command before using "git commit -a" NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE * New version 2.22 * New variable system-certs-path that allows users to indicate the location of the directory where folders are located. In PC-Alpine this must be C:\libressl\ssl\certs. The C: drive can be replaced by the name of the drive where the binary and DLL files are located. * Crash in Alpine when attempting to reply to a multipart/alternative message that is malformed, and the option to include attachments in reply is enabled. Reported and patched by Peter Tirsek. * Add support for the OAUTHBEARER authentication method in Gmail. Thanks to Alexander Perlis for suggesting it and explaining how the method works. * Add file cert.pem to the list of containers of CA certificates. * Add variable system-certs-file to indicate the location of a container of CA certificates. This complements the variable system-certs-path that gives the location the directory that containes CA certificates. * Fix a bug in PC-Alpine that made Alpine go into an infinte loop and consume CPU when it was iconized. Reported by Holger Schieferdecker in comp.mail.pine. * Add a help text to the option close-connection-timeout. Reported by Aditya Mahajan. * Corrections to the release notes provided by Dennis Davis. * Creation of port wxp to build Alpine in Windows XP. At the time of this writing, the port w32 is the same as the port wxp, but it is intended to target other 32 bit operating systems. * Added support for SALS-IR (rfc 4959) and similar support for other protocols (SMTP, NNTP, POP3) as some SMTP servers do not support a round-trip two step authentication. For example, davmail does not support PLAIN authentication in SMTP using the challenge-response scheme. Implemented after a report by Geoffrey Bodwin. * Fix location of certs.pem file in the w32 port of windows.
Diffstat (limited to 'include')
-rw-r--r--include/config.wnt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.wnt.h b/include/config.wnt.h
index f086793..7c24482 100644
--- a/include/config.wnt.h
+++ b/include/config.wnt.h
@@ -563,7 +563,7 @@
#define WINDOWS_LIBRESSL_CERTS
#if defined(W32BITSBUILD)
#define DEFAULT_SSLCAPATH "certs"
-#define DEFAULT_SSLCAFILE "erts\\cert.pem"
+#define DEFAULT_SSLCAFILE "certs\\cert.pem"
#endif /* W32BITSBUILD */
#if defined(WXPBUILD)
#define DEFAULT_SSLCAPATH "C:\\libressl\\ssl\\certs"