Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | INSTALL: Remove concrete wolfSSL versions. | Matthias Andree | 2024-01-31 | 1 | -2/+2 |
| | |||||
* | Bump TLS provider library requirements again. | Matthias Andree | 2023-01-04 | 1 | -2/+4 |
| | |||||
* | INSTALL: add wolfSSL installation hints. | Matthias Andree | 2022-11-01 | 1 | -1/+2 |
| | |||||
* | Bump wolfSSL requirement to 5.1.1 and get ready for fetchmail 6.4.27. | Matthias Andree | 2022-01-26 | 1 | -3/+4 |
| | |||||
* | Minor documentation tweaks around wolfSSL/LibreSSL | Matthias Andree | 2021-12-05 | 1 | -1/+2 |
| | |||||
* | Permit LibreSSL on OpenBSD. | Matthias Andree | 2021-12-05 | 1 | -1/+2 |
| | | | | | | | | On OpenBSD, libressl is "normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs" according to Stuart Henderson, so according to the GNU GPL v2 clause 3, we can permit LibreSSL for OpenBSD. | ||||
* | Require C99 compiler for wolfSSL | Matthias Andree | 2021-12-03 | 1 | -1/+2 |
| | |||||
* | Update SSL configure instructions and license info. | Matthias Andree | 2021-11-21 | 1 | -2/+11 |
| | |||||
* | wolfSSL: support WOLFSSL_TRUST_FILE as default trust store | Matthias Andree | 2021-11-21 | 1 | -1/+17 |
| | | | | | ...because wolfSSL 5.0.0 does not support a default trust store, unlike OpenSSL. | ||||
* | wolfSSL: support 5.0.0+. | Matthias Andree | 2021-11-21 | 1 | -1/+24 |
| | |||||
* | Update documentation. | Matthias Andree | 2019-08-19 | 1 | -15/+16 |
| | |||||
* | Update documents/scripts after SVN -> Git move. | Matthias Andree | 2010-02-06 | 1 | -1/+1 |
| | |||||
* | Rearrange intro, add README.packaging pointer and shuffle section 1 pieces. | Matthias Andree | 2007-03-31 | 1 | -22/+27 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5079 | ||||
* | Note that some systems include gettext in libc. | Matthias Andree | 2006-12-08 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4985 | ||||
* | Suggest --with-ssl first. Remove --enable-fallback documentation. | Matthias Andree | 2006-01-22 | 1 | -11/+6 |
| | | | | | | While still supported, it will be going away in a future version. svn path=/branches/BRANCH_6-3/; revision=4667 | ||||
* | Mention GNU gettext | Matthias Andree | 2005-09-25 | 1 | -1/+7 |
| | | | | svn path=/trunk/; revision=4336 | ||||
* | Add a pointer to README.svn. | Matthias Andree | 2005-09-25 | 1 | -12/+28 |
| | | | | | | | | Replace GRAVE character by APOSTROPHE. Mention OpenSSL and recommend building it as shared library. Remove --with-included-gettext pointer. We don't ship gettext. svn path=/trunk/; revision=4328 | ||||
* | Enhance --with-ssl documentation. | Matthias Andree | 2005-09-08 | 1 | -7/+8 |
| | | | | svn path=/trunk/; revision=4286 | ||||
* | INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required ↵ | Matthias Andree | 2005-07-30 | 1 | -5/+0 |
| | | | | | | library is no longer available. svn path=/trunk/; revision=4192 | ||||
* | Remove inet6-apps hints for IPv6 support. | Matthias Andree | 2005-07-03 | 1 | -38/+41 |
| | | | | svn path=/trunk/; revision=4079 | ||||
* | Recommend new gettext. | Eric S. Raymond | 2001-10-02 | 1 | -0/+7 |
| | | | | svn path=/trunk/; revision=3530 | ||||
* | sample.rcfile is gone. | Eric S. Raymond | 2001-06-04 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=3335 | ||||
* | Bug fixes. | Eric S. Raymond | 2001-03-22 | 1 | -4/+1 |
| | | | | svn path=/trunk/; revision=3268 | ||||
* | HMH's enable-fallback patch. | Eric S. Raymond | 2001-03-15 | 1 | -7/+5 |
| | | | | svn path=/trunk/; revision=3261 | ||||
* | Document restriction on enable-nls. | Eric S. Raymond | 2001-03-04 | 1 | -0/+6 |
| | | | | svn path=/trunk/; revision=3194 | ||||
* | Minor corrections. | Eric S. Raymond | 2000-06-28 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2906 | ||||
* | IPv6 patches. | Eric S. Raymond | 1999-12-19 | 1 | -5/+6 |
| | | | | svn path=/trunk/; revision=2666 | ||||
* | This preliminary SSL patch goes to Mike. | Eric S. Raymond | 1999-10-27 | 1 | -6/+22 |
| | | | | svn path=/trunk/; revision=2643 | ||||
* | Ready to ship 5.0.0. | Eric S. Raymond | 1999-02-28 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=2393 | ||||
* | Prefix bug is fixed. | Eric S. Raymond | 1999-01-06 | 1 | -5/+1 |
| | | | | svn path=/trunk/; revision=2334 | ||||
* | Enable us to cleanly leave out the internationalization support. | Eric S. Raymond | 1998-11-30 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2237 | ||||
* | Internationalization support via GNU gettext(). | Eric S. Raymond | 1998-11-26 | 1 | -0/+8 |
| | | | | svn path=/trunk/; revision=2208 | ||||
* | Brendan Cully's fixes for GSSAPI. | Eric S. Raymond | 1998-06-04 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=1892 | ||||
* | Kerberos V support. | Eric S. Raymond | 1998-03-03 | 1 | -4/+4 |
| | | | | svn path=/trunk/; revision=1682 | ||||
* | Note from Craig. | Eric S. Raymond | 1998-02-18 | 1 | -5/+6 |
| | | | | svn path=/trunk/; revision=1650 | ||||
* | IPv6 and IPSEC | Eric S. Raymond | 1998-02-16 | 1 | -0/+6 |
| | | | | svn path=/trunk/; revision=1631 | ||||
* | Doc fix. | Eric S. Raymond | 1997-12-18 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=1578 | ||||
* | Note about GSSAPI build. | Eric S. Raymond | 1997-12-15 | 1 | -0/+6 |
| | | | | svn path=/trunk/; revision=1572 | ||||
* | Update. | Eric S. Raymond | 1997-10-11 | 1 | -6/+12 |
| | | | | svn path=/trunk/; revision=1504 | ||||
* | Enable conditioning out of POP3, IMAP, ETRN. | Eric S. Raymond | 1997-10-04 | 1 | -0/+5 |
| | | | | svn path=/trunk/; revision=1477 | ||||
* | Documentation of RPA support | Eric S. Raymond | 1997-10-01 | 1 | -0/+4 |
| | | | | svn path=/trunk/; revision=1454 | ||||
* | First pass at OPIE 2.32 support. | Eric S. Raymond | 1997-09-25 | 1 | -4/+5 |
| | | | | svn path=/trunk/; revision=1407 | ||||
* | Add reference to FAQ section B. | Eric S. Raymond | 1997-09-23 | 1 | -2/+3 |
| | | | | svn path=/trunk/; revision=1399 | ||||
* | Works with Microsoft Exchange. | Eric S. Raymond | 1997-09-14 | 1 | -2/+3 |
| | | | | svn path=/trunk/; revision=1337 | ||||
* | Added warning. | Eric S. Raymond | 1997-09-11 | 1 | -4/+6 |
| | | | | svn path=/trunk/; revision=1333 | ||||
* | Require OPIE to be explicitly enabled. | Eric S. Raymond | 1997-07-30 | 1 | -2/+3 |
| | | | | svn path=/trunk/; revision=1201 | ||||
* | First round of changes for OPIE support. | Eric S. Raymond | 1997-07-17 | 1 | -8/+21 |
| | | | | svn path=/trunk/; revision=1173 | ||||
* | James Brister's BSD/OS changes. | Eric S. Raymond | 1997-07-01 | 1 | -1/+7 |
| | | | | svn path=/trunk/; revision=1139 | ||||
* | First cut at being able to specify a Kerberos directory. | Eric S. Raymond | 1997-06-27 | 1 | -0/+4 |
| | | | | svn path=/trunk/; revision=1125 | ||||
* | *** empty log message *** | Eric S. Raymond | 1997-06-24 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=1112 |