Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-30 | vtls: add MesaLink to curl_sslbackend enum | Daniel Gustafsson | |
MesaLink support was added in commit 57348eb97d1b8fc3742e02c but the backend was never added to the curl_sslbackend enum in curl/curl.h. This adds the new backend to the enum and updates the relevant docs. Closes #3195 Reviewed-by: Daniel Stenberg <daniel@haxx.se> | |||
2018-09-13 | vtls: add a MesaLink vtls backend | Yiming Jing | |
Closes #2984 |