Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg | |
The function does not return the same value as snprintf() normally does, so readers may be mislead into thinking the code works differently than it actually does. A different function name makes this easier to detect. Reported-by: Tomas Hoger Assisted-by: Daniel Gustafsson Fixes #3296 Closes #3297 | |||
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 |