]> git.ipfire.org Git - thirdparty/curl.git/commit
nss: remove support for this TLS library
authorDaniel Stenberg <daniel@haxx.se>
Sat, 29 Jul 2023 21:44:28 +0000 (23:44 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 29 Jul 2023 21:44:28 +0000 (23:44 +0200)
commit7c8bae0d9c9b2dfeeb008b9a316117d7b9675175
tree2474478d5a4b1589489070e5ae183876c9b04077
parent8b7cbe9decc205b08ec8258eb184c89a33e3084b
nss: remove support for this TLS library

Closes #11459
74 files changed:
.github/workflows/linux.yml
CMake/FindNSS.cmake [deleted file]
CMakeLists.txt
configure.ac
docs/DEPRECATE.md
docs/FAQ
docs/FEATURES.md
docs/HISTORY.md
docs/HTTP2.md
docs/INSTALL.cmake
docs/INSTALL.md
docs/INTERNALS.md
docs/KNOWN_BUGS
docs/SSLCERTS.md
docs/cmdline-opts/cacert.d
docs/cmdline-opts/cert-status.d
docs/cmdline-opts/cert.d
docs/cmdline-opts/false-start.d
docs/cmdline-opts/page-footer
docs/cmdline-opts/pinnedpubkey.d
docs/cmdline-opts/proxy.d
docs/cmdline-opts/write-out.d
docs/libcurl/libcurl-env.3
docs/libcurl/opts/CURLINFO_CERTINFO.3
docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.3
docs/libcurl/opts/CURLOPT_CAINFO.3
docs/libcurl/opts/CURLOPT_CAPATH.3
docs/libcurl/opts/CURLOPT_CERTINFO.3
docs/libcurl/opts/CURLOPT_CRLFILE.3
docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYHOST.3
docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYSTATUS.3
docs/libcurl/opts/CURLOPT_HTTPAUTH.3
docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3
docs/libcurl/opts/CURLOPT_PROXY.3
docs/libcurl/opts/CURLOPT_PROXYTYPE.3
docs/libcurl/opts/CURLOPT_PROXY_CAINFO.3
docs/libcurl/opts/CURLOPT_PROXY_CAPATH.3
docs/libcurl/opts/CURLOPT_PROXY_CRLFILE.3
docs/libcurl/opts/CURLOPT_PROXY_PINNEDPUBLICKEY.3
docs/libcurl/opts/CURLOPT_PROXY_SSLCERT.3
docs/libcurl/opts/CURLOPT_PROXY_SSL_CIPHER_LIST.3
docs/libcurl/opts/CURLOPT_PROXY_SSL_OPTIONS.3
docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYHOST.3
docs/libcurl/opts/CURLOPT_SSLCERT.3
docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3
docs/libcurl/opts/CURLOPT_SSL_FALSESTART.3
docs/libcurl/opts/CURLOPT_SSL_OPTIONS.3
docs/libcurl/opts/CURLOPT_SSL_VERIFYSTATUS.3
lib/Makefile.inc
lib/curl_config.h.cmake
lib/curl_des.c
lib/curl_des.h
lib/curl_ntlm_core.c
lib/curl_ntlm_core.h
lib/curl_setup.h
lib/urldata.h
lib/vauth/ntlm.c
lib/vtls/nss.c [deleted file]
lib/vtls/nssg.h [deleted file]
lib/vtls/sectransp.c
lib/vtls/vtls.c
lib/vtls/vtls_int.h
lib/vtls/x509asn1.c
lib/vtls/x509asn1.h
m4/curl-nss.m4 [deleted file]
packages/vms/generate_config_vms_h_curl.com
src/Makefile.am
src/tool_main.c
tests/FILEFORMAT.md
tests/libtest/Makefile.am
tests/libtest/first.c
tests/runtests.pl
tests/unit/Makefile.am
tests/unit/unit1651.c