summaryrefslogtreecommitdiff
path: root/docs/INSTALL.md
Commit message (Collapse)AuthorAgeFilesLines
* TLS naming: fix more Winssl and Darwinssl leftoversDaniel Stenberg2020-08-081-4/+4
| | | | | | | | | | | | | The CMake option is now called CMAKE_USE_SCHANNEL The winbuild flag is USE_SCHANNEL The CI jobs and build scripts only use the new names and the new name options Tests now require 'Schannel' (when necessary) Closes #5795
* polarssl: remove more references and mentionsDaniel Stenberg2020-03-051-1/+0
| | | | | | Assisted-by: Jay Satiro Follow-up to 6357a19ff29dac04 Closes #5036
* docs: fix typosDaniel Gustafsson2019-11-281-1/+1
|
* TLS: add BearSSL vtls implementationMichael Forney2019-11-261-0/+1
| | | | Closes #4597
* INSTALL.md: provide Android build instructionsAndreas Falkenhahn2019-11-161-0/+41
| | | | Closes #4606
* CURL-DISABLE: initial docs for the CURL_DISABLE_* definesDaniel Stenberg2019-11-121-14/+2
| | | | | | | | | | The disable-scan script used in test 1165 is extended to also verify that the docs cover all used defines and all defines offered by configure. Reported-by: SLDiggie on github Fixes #4545 Closes #4587
* INSTALL: add missing space for configure commandsTrivikram Kamat2019-10-291-2/+2
| | | | Closes #4539
* INSTALL: add vcpkg installation instructionsgrdowns2019-09-271-0/+12
| | | | Closes #4435
* docs: Markdown and misc improvements [ci skip]Viktor Szakats2019-05-161-27/+27
| | | | | Approved-by: Daniel Stenberg Closes #3896
* docs/INSTALL: fix broken link [ci skip]Jay Satiro2019-05-121-1/+1
| | | | | Reported-by: Joombalaya on github Fixes #3818
* INSTALL: refer to the current TLS library names and configure optionsDaniel Stenberg2019-02-281-3/+3
|
* winssl: be consistent in Schannel capitalizationDaniel Gustafsson2018-11-071-1/+1
| | | | | | | | The productname from Microsoft is "Schannel", but in infof/failf reporting we use "schannel". This removes different versions. Closes #3243 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
* axtls: removedDaniel Stenberg2018-11-011-1/+0
| | | | | | | | | | As has been outlined in the DEPRECATE.md document, the axTLS code has been disabled for 6 months and is hereby removed. Use a better supported TLS library! Assisted-by: Daniel Gustafsson Closes #3194
* INSTALL: mention mesalink in TLS sectionDaniel Gustafsson2018-10-151-0/+1
| | | | | | | | | Commit 57348eb97d1b8fc3742e02c6587d2d02ff592da5 added support for the MesaLink vtls backend, but missed updating the TLS section containing supported backends in the docs. Closes #3134 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
* docs/INSTALL.md: minor formatting fixesDarío Hereñú2018-07-261-2/+2
| | | | Closes #2794
* build: remove the Borland specific makefilesDaniel Stenberg2018-06-021-47/+0
| | | | | | | According to the user survey 2018, not even one out of 670 users use them. Nobody on the mailing list spoke up for them either. Closes #2629
* INSTALL: LDFLAGS=-Wl,-R/usr/local/ssl/libDaniel Stenberg2018-05-291-3/+2
| | | | | | | | ... the older description doesn't work Reported-by: Peter Varga Fixes #2615 Closes #2616
* docs/examples: demonstrate how to select SSL backendsJohannes Schindelin2017-08-281-0/+3
| | | | | | | The newly-introduced curl_global_sslset() function deserves to be show-cased. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* docs/comments: Update to secure URL versionsViktor Szakats2017-08-081-2/+2
| | | | Closes #1741
* INSTALL.md: fix secure transport configure argumentsMarcel Raad2017-04-081-1/+1
| | | | --without-ssl is needed instead of --with-winssl.
* VC: remove the makefile.vc6 build infraDaniel Stenberg2017-01-231-2/+2
| | | | | | The winbuild/ build files is now the single MSVC makefile build choice. Closes #1215
* INSTALL.md: Updated minimum file sizes for 7.50.3Dan Fandrich2016-10-231-3/+3
|
* INSTALL: converted to markdown => INSTALL.mdDaniel Stenberg2016-10-211-0/+513
Also heavily edited for content. Removed lots of old cruft that we added like 10+ years ago that is likely incorrect by now. Also removed INSTALL.devcpp for same reason.