aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/usercertinmem.c
AgeCommit message (Collapse)Author
2016-01-04examples: added descriptionsDaniel Stenberg
2014-07-05Update instances of some obsolete CURLOPTs to their new namesDan Fandrich
2013-10-15usercertinmem: fix memory leaksIshan SinghLevett
2013-04-18usercertinmem.c: add example showing user cert in memoryIshan SinghLevett
Relies on CURLOPT_SSL_CTX_FUNCTION, which is OpenSSL specific