summaryrefslogtreecommitdiff
path: root/docs/examples/usercertinmem.c
Commit message (Collapse)AuthorAgeFilesLines
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-2/+2
|
* usercertinmem.c: improve the short descriptionDaniel Stenberg2017-01-181-3/+2
|
* examples: adhere to curl code styleDaniel Stenberg2016-02-111-27/+27
| | | | | | | | | | All plain C examples now (mostly) adhere to the curl code style. While they are only examples, they had diverted so much and contained all sorts of different mixed code styles by now. Having them use a unified style helps users and readability. Also, as they get copy-and-pasted widely by users, making sure they're clean and nice is a good idea. 573 checksrc warnings were addressed.
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* examples: added descriptionsDaniel Stenberg2016-01-041-3/+6
|
* Update instances of some obsolete CURLOPTs to their new namesDan Fandrich2014-07-051-1/+1
|
* usercertinmem: fix memory leaksIshan SinghLevett2013-10-151-2/+15
|
* usercertinmem.c: add example showing user cert in memoryIshan SinghLevett2013-04-181-0/+211
Relies on CURLOPT_SSL_CTX_FUNCTION, which is OpenSSL specific