summaryrefslogtreecommitdiff
path: root/docs/EXPERIMENTAL.md
Commit message (Collapse)AuthorAgeFilesLines
* mqtt: enable by defaultDaniel Stenberg2020-08-311-1/+0
| | | | | | No longer considered experimental. Closes #5858
* openssl: Don't ignore CA paths when using Windows CA storeJay Satiro2020-06-221-0/+1
| | | | | | | | | | | | | This commit changes the behavior of CURLSSLOPT_NATIVE_CA so that it does not override CURLOPT_CAINFO / CURLOPT_CAPATH, or the hardcoded default locations. Instead the CA store can now be used at the same time. The change is due to the impending release. The issue is still being discussed. The behavior of CURLSSLOPT_NATIVE_CA is subject to change and is now documented as experimental. Ref: bc052cc (parent commit) Ref: https://github.com/curl/curl/issues/5585
* mqtt: add new experimental protocolBjorn Stenberg2020-04-141-0/+1
| | | | Closes #5173
* docs/EXPERIMENTAL: explain what it means and what's experimental nowDaniel Stenberg2019-08-071-0/+22