Go to file
Marcel Raad fe9440fa72
curl-openssl: fix SRP check for OpenSSL 3.0
When OpenSSL 3.0 is built with `--api=3.0` and `no-deprecated`, the SRP
functions exist in the library, but are disabled for user code. Check
if they are actually usable instead of only if they exist. Also, check
for the functions actually required for TLS-SRP.

TLS-SRP support is still enabled if OpenSSL is configured with just
`--api=3.0` or with `--api=1.1.1 no-deprecated`.

Closes https://github.com/curl/curl/pull/8394
2022-02-07 15:20:02 +01:00
.circleci CI: move two jobs from Zuul to Circle CI 2022-01-31 13:38:02 +01:00
.github CI: test building wolfssl with --enable-opensslextra 2022-01-21 23:04:15 +01:00
.lift
CMake misc: remove BeOS code and references 2022-01-17 08:47:23 +01:00
docs config.d: Clarify _curlrc filename is still valid on Windows 2022-02-04 03:46:26 -05:00
include lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
lib http: make Curl_compareheader() take string length arguments too 2022-02-07 14:37:58 +01:00
m4 curl-openssl: fix SRP check for OpenSSL 3.0 2022-02-07 15:20:02 +01:00
packages TPF: drop support 2022-02-04 08:05:35 +01:00
plan9
projects projects: Fix Visual Studio wolfSSL configurations 2022-01-21 03:22:06 -05:00
scripts lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
src lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
tests lib: move hostcheck and x509sn1 sources to vtls/ 2022-02-05 00:11:33 +01:00
winbuild
zuul.d lib: remove support for CURL_DOES_CONVERSIONS 2022-02-04 08:05:35 +01:00
.azure-pipelines.yml CI: move scan-build job from Zuul to Azure Pipelines 2022-01-27 16:13:38 +01:00
.cirrus.yml
.dcignore
.dir-locals.el
.gitattributes
.gitignore
.lgtm.yml
.mailmap mailmap: Henrik Holst 2022-02-02 13:03:38 +01:00
acinclude.m4
appveyor.yml
buildconf
buildconf.bat
CHANGES
CMakeLists.txt misc: remove BeOS code and references 2022-01-17 08:47:23 +01:00
configure.ac configure: support specification of a nghttp2 library path 2022-02-03 09:37:43 +01:00
COPYING
curl-config.in
GIT-INFO
libcurl.pc.in
MacOSX-Framework
Makefile.am
Makefile.dist netware: remove support 2022-01-31 13:40:26 +01:00
maketgz
README
README.md
RELEASE-NOTES RELEASE-NOTES: synced 2022-02-02 14:18:29 +01:00
SECURITY.md

curl logo

CII Best Practices Coverity passed AppVeyor Build Status Azure DevOps Build Status Cirrus Build Status Backers on Open Collective Sponsors on Open Collective Language Grade: C/C++ Fuzzing Status

Curl is a command-line tool for transferring data specified with URL syntax. Find out how to use curl by reading the curl.1 man page or the MANUAL document. Find out how to install Curl by reading the INSTALL document.

libcurl is the library curl is using to do its job. It is readily available to be used by your software. Read the libcurl.3 man page to learn how.

You can find answers to the most frequent questions we get in the FAQ document.

Study the COPYING file for distribution terms.

Contact

If you have problems, questions, ideas or suggestions, please contact us by posting to a suitable mailing list.

All contributors to the project are listed in the THANKS document.

Commercial support

For commercial support, maybe private and dedicated help with your problems or applications using (lib)curl visit the support page.

Website

Visit the curl website for the latest news and downloads.

Git

To download the latest source from the Git server do this:

git clone https://github.com/curl/curl.git

(you will get a directory named curl created, filled with the source code)

Security problems

Report suspected security problems via our HackerOne page and not in public!

Notice

Curl contains pieces of source code that is Copyright (c) 1998, 1999 Kungliga Tekniska Högskolan. This notice is included here to comply with the distribution terms.

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]