summaryrefslogtreecommitdiff
path: root/src/streams/openssl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5391 from pks-t/pks/coverity-fixesPatrick Steinhardt2020-02-191-1/+1
|\
| * streams: openssl: ignore return value of `git_mutex_lock`Patrick Steinhardt2020-02-071-1/+1
* | streams: openssl: switch approach to silence Valgrind errorspks/valgrind-opensslPatrick Steinhardt2020-02-111-21/+53
|/
* valgrind: add valgrind hints in OpenSSLEdward Thomson2019-11-241-0/+16
* valgrind: add suppressions for undefined useEdward Thomson2019-11-241-0/+4
* openssl: fix potential size overflow when writing dataPatrick Steinhardt2019-01-311-2/+1
* streams: make file-local functions staticPatrick Steinhardt2019-01-311-8/+6
* streams: don't write more than SSIZE_MAXEdward Thomson2019-01-251-2/+2
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-26/+26
* http: remove cURLEdward Thomson2018-11-281-11/+1
* streams: remove unused tls functionsEdward Thomson2018-11-281-19/+0
* tls: introduce a wrap functionEdward Thomson2018-11-281-19/+43
* openssl: only say we're connected if the connection succeededEtienne Samson2018-11-011-2/+2
* openssl: set the error class to GITERR_SSLEtienne Samson2018-11-011-5/+5
* streams: report OpenSSL errors if global init failsPatrick Steinhardt2018-07-061-21/+16
* streams: openssl: Handle error in SSL_CTX_newNikita Leshenko2018-06-251-0/+4
* streams: openssl: add missing check on OPENSSL_LEGACY_APIQuentin Minster2018-05-301-1/+1
* streams: openssl: fix bogus warning on unused parameterPatrick Steinhardt2018-05-041-1/+2
* 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-031-0/+98
* Fix build with LibreSSL 2.7Bernard Spil2018-04-021-1/+2
* 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
|/
* openssl: fix thread-safety on non-glibc POSIX systemsPatrick Steinhardt2017-11-301-0/+9
* https: Prevent OpenSSL from namespace-leakingEtienne Samson2017-10-231-0/+19
* stream: Gather streams to src/streamsEtienne Samson2017-10-231-0/+657