summaryrefslogtreecommitdiff
path: root/docs/examples/usercertinmem.c
Commit message (Collapse)AuthorAgeFilesLines
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-5/+5
| | | | | | ... remove '== NULL' and '!= 0' Closes #6912
* examples: remove superfluous asterisk usesDaniel Stenberg2020-12-161-1/+1
| | | | ... for function pointers. Breaks in ancient compilers.
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
| | | | Follow-up from 4d2f8006777
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
| | | | Closes #6172
* copyrights: fix copyright year rangeDaniel Stenberg2019-11-081-1/+1
| | | | | | | | .. because checksrc's copyright year check stopped working. Ref: https://github.com/curl/curl/pull/4547 Closes https://github.com/curl/curl/pull/4549
* examples: remove dead variable storesMarcel Raad2019-05-221-15/+15
| | | | Closes https://github.com/curl/curl/pull/3919
* 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