]> git.ipfire.org Git - thirdparty/curl.git/commit
wolfssl: refer to it as wolfSSL only 3903/head
authorDaniel Stenberg <daniel@haxx.se>
Sun, 2 Jun 2019 14:55:05 +0000 (16:55 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 2 Jun 2019 15:00:39 +0000 (17:00 +0200)
commit1c6c59ada9ab9c8805a5af0af9be734ec30df34c
tree67dde3539db918bf36aa49592c3e94e09a25a006
parent7e590b3ecd2d4c061d8e001b25b869460bbdc560
wolfssl: refer to it as wolfSSL only

Remove support for, references to and use of "cyaSSL" from the source
and docs. wolfSSL is the current name and there's no point in keeping
references to ancient history.

Assisted-by: Daniel Gustafsson
Closes #3903
17 files changed:
configure.ac
docs/INTERNALS.md
docs/cmdline-opts/pinnedpubkey.d
docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.3
docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3
docs/libcurl/opts/CURLOPT_SSL_CTX_DATA.3
docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.3
lib/Makefile.inc
lib/curl_setup.h
lib/vtls/vtls.c
lib/vtls/vtls.h
lib/vtls/wolfssl.c [moved from lib/vtls/cyassl.c with 81% similarity]
lib/vtls/wolfssl.h [moved from lib/vtls/cyassl.h with 79% similarity]
lib/x509asn1.c
lib/x509asn1.h
tests/runtests.pl
tests/unit/unit1651.c