summaryrefslogtreecommitdiff
path: root/sample/https-client.c
Commit message (Expand)AuthorAgeFilesLines
* sample: add https-client-mbedtlsokhowang(王沛文)2020-09-161-1/+96
* https-client: load certificates from the system cert store on Windowsyuangongji2019-09-171-7/+37
* https-client: correction error checkingwenyg2019-06-011-1/+1
* https-client: do not try to free not initialized baseAzat Khuzhin2019-04-031-3/+3
* Fix build with LibreSSL 2.7Bernard Spil2018-04-021-3/+6
* sample/https-client: use ERR_remove_*state() when we have themPierce Lopez2017-03-061-0/+5
* Do not check for ERR_remove_thread_state() (do not link ssl into every library)Pierce Lopez2017-03-061-4/+0
* sample/https-client: use host SSL certificate store by defaultDavid Disseldorp2017-02-281-6/+14
* Unbreak build with LibreSSL after openssl 1.1 support addedJan Beich2017-01-301-3/+3
* https-cilent: fix compilation warnings about unused vars/functions on win32Azat Khuzhin2016-12-061-1/+5
* Make it build using OpenSSL 1.1.0Kurt Roeckx2016-10-161-0/+4
* sample/https-client: allow to change path to ca-certificatesAzat Khuzhin2015-11-241-4/+10
* sample/https-client: check for ERR_remove_thread_state() existenceAzat Khuzhin2015-11-241-0/+4
* sample/https-client: replace ERR_remove_state() by ERR_remove_thread_state()Azat Khuzhin2015-11-181-1/+1
* sample/https-client: add -timeout optionAzat Khuzhin2015-09-021-1/+12
* sample/https-client: don't try to free uninitialized SSLAzat Khuzhin2015-08-191-2/+2
* sample/https-client: graceful exit with freeing memory (to make valgrind happy)Azat Khuzhin2015-08-191-30/+64
* https-client: correctly handle URLs with no path (like "https://host:port")Andrey Skriabin2015-08-191-1/+1
* Merge pull request #170 from azat/https-client-retriesNick Mathewson2014-10-091-1/+12
|\
| * https-client: add -retries argument, for connection retriesAzat Khuzhin2014-09-211-1/+12
* | Fix compilation for older OpenSSL versions.Joakim Soderberg2014-09-241-0/+2
|/
* add a cast to https-client.cNick Mathewson2014-03-121-1/+1
* Fix https-client compilation on Windows.Joakim Soderberg2014-01-221-2/+2
* Merge remote-tracking branch 'joakimsoderberg/new_cmake'Nick Mathewson2014-01-211-0/+32
|\
| * Change all uses of WIN32 to _WIN32Joakim Söderberg2014-01-211-6/+6
| * Get rid of unknown pragma warnings.Joakim Soderberg2013-12-171-0/+2
| * Get rid of deprecation warnings for OpenSSL on OSX 10.7+Joakim Söderberg2013-12-171-0/+3
| * Added some GCC specific options.Joakim Soderberg2013-12-131-0/+27
* | Fix a couple of "#ifdef WIN32" instancesNick Mathewson2013-12-241-1/+1
* | Sample HTTPS Client: Set hostname for SNI extension (by f69m)Nick Mathewson2013-12-241-0/+3
* | Small tweaks to https-client.cNick Mathewson2013-12-241-1/+5
* | https-client: code cleanupAlexey Ozeritsky2013-04-141-9/+15
* | Merge branch 'master' of https://github.com/libevent/libevent into httpsAlexey Ozeritsky2013-04-141-5/+8
|\ \ | |/
| * Another tweak to https-client.cNick Mathewson2013-04-101-1/+2
| * Remove http_struct.h usage in sample/https-client.cNick Mathewson2013-04-101-4/+6
* | POST supported, args supportedAlexey Ozeritsky2013-03-111-6/+52
|/
* use iSECPartners code to validate hostname in certificatePatrick Pelletier2013-02-271-0/+80
* use Debian's default root certificate locationPatrick Pelletier2013-02-271-0/+8
* better handling of OpenSSL errorsPatrick Pelletier2013-02-271-5/+42
* https-client was putting newlines at 256-byte boundariesPatrick Pelletier2013-02-271-2/+2
* Add sample/https-client.c, an example of stacking evhttp as a client on top o...Catalin Patulea2013-02-271-0/+207