-
Notifications
You must be signed in to change notification settings - Fork 89
/
_support.html
59 lines (50 loc) · 1.47 KB
/
_support.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#include "_doctype.html"
<html>
<head> <title>curl - Commercial Support</title>
#include "css.t"
</head>
#define CURL_SUPPORT
#define CURL_URL support.html
#include "_menu.html"
#include "setup.t"
WHERE1(Commercial Support)
TITLE(Commercial Support)
<div class="relatedbox">
<b>Related:</b>
<br><a href="/mail/">Mailing Lists</a>
<br><a href="/docs/">Docs</a>
<br><a href="/docs/faq.html">FAQ</a>
</div>
<p>
Commercial curl support is offered via wolfSSL.
<p>
<b>Daniel Stenberg, the founder and lead developer of curl, works for and with
wolfSSL to provide world class support to customers.</b>
<p>
<a href="https://www.wolfssl.com/products/curl/"><img src="pix/wolfssl.svg" align="right" width="300"></a>
<p>
At wolfSSL we offer full commercial support on curl done by the masters of
curl. We can handle
<ul>
<li> curl customization
<li> ports to new operating systems
<li> feature development
<li> patch maintenance
<li> bug fixing
<li> upstreaming
<li> training
<li> code reviews of libcurl API use
<li> security scanning your curl use
</ul>
...and more - with several different support options from basic up to full
24/7 support.
<p>
<a href="https://www.wolfssl.com/contact/">Get in touch!</a> or email us
directly at <a href="mailto:[email protected]">[email protected]</a>.
SUBTITLE(Rock-solid curl)
<p>
We offer long-term support curl releases. We call
this <a href="https://rock-solid.curl.dev/">Rock-solid curl</qa>.
#include "_footer.html"
</body>
</html>