summaryrefslogtreecommitdiff
path: root/src/streams
Commit message (Expand)AuthorAgeFilesLines
...
| * openssl: remove leftover #ifdefEtienne Samson2018-04-301-3/+0
| * streams: openssl: provide `OPENSSL_init_ssl` for legacy APIPatrick Steinhardt2018-04-031-6/+10
| * streams: openssl: unify version checks into single definePatrick Steinhardt2018-04-031-13/+12
| * streams: openssl: move OpenSSL compat layer into implementationPatrick Steinhardt2018-04-032-107/+98
* | mbedtls: display error codes as hex for consistency with mbedTLS docsEtienne Samson2018-04-111-4/+4
* | mbedtls: load default CA certificatesEtienne Samson2018-04-112-23/+39
* | mbedtls: use mbedTLS certificate verificationEtienne Samson2018-04-111-69/+6
* | mbedtls: use our own certificate validationEtienne Samson2018-04-111-1/+5
* | mbedtls: fix libgit2 hanging due to incomplete writesEtienne Samson2018-04-111-5/+9
* | mbedtls: default cipher list supportEtienne Samson2018-04-111-0/+29
* | mbedtls: add global initializationEtienne Samson2018-04-112-3/+99
* | mbedtls: proper certificate verificationEtienne Samson2018-04-111-26/+50
* | mbedtls: initial supportEtienne Samson2018-04-113-0/+365
|/
* Fix build with LibreSSL 2.7Bernard Spil2018-04-022-2/+4
* curl: explicitly initialize and cleanup global curl statePatrick Steinhardt2018-02-282-0/+19
* streams: openssl: fix use of uninitialized variablePatrick Steinhardt2018-02-161-3/+3
* Merge pull request #4437 from pks-t/pks/openssl-hash-errorsEdward Thomson2018-01-031-5/+13
|\
| * streams: openssl: fix thread-safety for OpenSSL error messagesPatrick Steinhardt2018-01-031-5/+13
* | openssl: free the peer certificateEtienne Samson2017-12-161-1/+2
* | openssl: merge all the exit paths of verify_server_certEtienne Samson2017-12-161-11/+15
* | stransport: provide error message on trust failuresEtienne Samson2017-12-141-1/+3
|/
* openssl: fix thread-safety on non-glibc POSIX systemsPatrick Steinhardt2017-11-301-0/+9
* https: Prevent OpenSSL from namespace-leakingEtienne Samson2017-10-232-0/+21
* stream: Gather streams to src/streamsEtienne Samson2017-10-2310-0/+1774