]> granicus.if.org Git - curl/commitdiff
TheArtOfHttpScripting: phrase it TLS lib agnostic
authorDaniel Stenberg <daniel@haxx.se>
Fri, 16 Jan 2015 13:16:31 +0000 (14:16 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 16 Jan 2015 22:23:29 +0000 (23:23 +0100)
docs/TheArtOfHttpScripting

index 7235f12f96390cdcdacba4e57d71fe8c5b4876d1..fb39bfe6d9ea91a0c85d7848771a8c191a01e749 100644 (file)
@@ -557,8 +557,10 @@ The Art Of Scripting HTTP Requests Using Curl
  truckload of advanced features to allow all those encryptions and key
  infrastructure mechanisms encrypted HTTP requires.
 
- Curl supports encrypted fetches thanks to the freely available OpenSSL
- libraries. To get a page from a HTTPS server, simply run curl like:
+ Curl supports encrypted fetches when built to use a TLS library and it can be
+ built to use one out of a fairly large set of libraries - "curl -V" will show
+ which one your curl was built to use (if any!). To get a page from a HTTPS
+ server, simply run curl like:
 
         curl https://secure.example.com