]> granicus.if.org Git - curl/commit
wolfssl: refer to it as wolfSSL only
authorDaniel Stenberg <daniel@haxx.se>
Sun, 2 Jun 2019 14:55:05 +0000 (16:55 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 10 Jun 2019 07:18:16 +0000 (09:18 +0200)
commitdeb9462ff2de8e955c67ed441f5f48619a31198d
tree08f0555bcf3b570bcaf3b94f82a4acb524474ee8
parentfc6f9ecd8954edc247d216b0bb01a929d29246e0
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