Christian Schmitz
d0394de152
curl_global_sslset: always provide available backends
...
Closes #2499
2018-04-23 14:18:55 +02:00
Jakub Wilk
24e8355877
docs: fix typos
...
Closes https://github.com/curl/curl/pull/2503
2018-04-17 15:32:51 -04:00
Daniel Stenberg
b8e0fe19ec
vtls: provide curl_global_sslset() even in non-SSL builds
...
... it just returns error:
Bug: 1328f69d53 (commitcomment-24470367)
Reported-by: Marcel Raad
Closes #1906
2017-09-22 12:09:13 +02:00
Daniel Stenberg
c290b8fb23
curl_global_sslset: select backend by name case insensitively
...
Closes #1849
2017-09-01 11:51:32 +02:00
Daniel Stenberg
f7512d7bec
curl_global_sslset.3: show the struct and enum too
...
... so that users can actually write code based on the man page alone,
not having to read the header file.
2017-08-31 10:13:49 +02:00
Daniel Stenberg
860443bee4
curl_global_sslset.3: clarify
...
it is a one time *set*, not necessarily a one time use... it can be
called again if the first call failed or just listed the alternatives.
clarify that the available backends are the ones this build supports
plus add some formatting
Reported-by: Rich Gray
Bug: https://curl.haxx.se/mail/lib-2017-08/0119.html
2017-08-30 09:57:05 +02:00
Johannes Schindelin
0fb4125554
Add a man page for curl_global_sslset()
...
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2017-08-28 14:56:59 +02:00