summaryrefslogtreecommitdiffstats
path: root/openssl.c
Commit message (Collapse)AuthorAgeFilesLines
* Compat hack for OpenSSL < 1.1.0Simon Rettberg2019-12-131-0/+4
|
* Add STARTTLS supportSimon Rettberg2019-06-131-1/+1
|
* Fix deprecated OpenSSL callSimon Rettberg2019-06-131-1/+1
|
* Fix use after freeSimon Rettberg2018-05-181-1/+1
|
* Fix indentationSimon Rettberg2017-04-211-5/+5
|
* Always load default verify locations too when using cert validation. Also ↵Simon Rettberg2015-10-211-8/+13
| | | | quit when initial connect fails in SSL mode.
* Support certificate verification by ca-bundle and hostnameSimon Rettberg2015-10-151-10/+98
|
* Fix SSL mode :)Simon Rettberg2015-04-281-1/+6
|
* SSL support when talking to ADSSimon Rettberg2015-04-281-2/+59
|
* Add OpenSSL-Support (Client<->Proxy)Simon Rettberg2014-09-091-0/+68