summaryrefslogtreecommitdiff
path: root/src/openssl_stream.c
Commit message (Expand)AuthorAgeFilesLines
* openssl: re-export the last-resort locking functionv0.24.0-rc1cmn/init-sshCarlos Martín Nieto2016-02-191-0/+1
* openssl: free the context even if we don't connectCarlos Martín Nieto2016-02-191-1/+1
* global: make openssl registration like the restEdward Thomson2016-02-081-0/+120
* openssl: don't try to teardown an unconnected SSL contextcmn/ssl-nullCarlos Martín Nieto2015-09-301-1/+6
* Merge pull request #3297 from tkelman/patch-2Carlos Martín Nieto2015-07-101-0/+2
|\
| * Fix undefined reference with old versions of opensslTony Kelman2015-07-071-0/+2
* | git_cert: child types use proper base typeEdward Thomson2015-07-101-2/+3
|/
* openssl: free hostnameEdward Thomson2015-06-291-0/+1
* Fixed build failure if GIT_CURL is not definedPierre-Olivier Latour2015-06-261-1/+1
* curl: remove the encrypted param to the constructorCarlos Martín Nieto2015-06-241-1/+1
* openssl: use the curl stream if availableCarlos Martín Nieto2015-06-241-12/+110
* Merge pull request #3108 from libgit2/cmn/ssl-no-wantEdward Thomson2015-05-221-16/+5
|\
| * openssl: don't try to handle WANT_READ or WANT_WRITEcmn/ssl-no-wantCarlos Martín Nieto2015-05-091-16/+5
* | Merge branch 'sni'Carlos Martín Nieto2015-05-211-0/+3
|\ \
| * | Call the openssl API to be able to work with SNI servers.Cristian Oneț2015-05-211-0/+3
| |/
* | errors: add GIT_EEOF to indicate early EOFcmn/server-errorsCarlos Martín Nieto2015-05-201-0/+1
|/
* Rename GIT_SSL to GIT_OPENSSLCarlos Martín Nieto2015-04-231-1/+1
* Silence unused warnings when not using OpenSSLCarlos Martín Nieto2015-04-231-0/+4
* Include openssl headers lastAki Koskinen2015-03-021-4/+4
* Don't include headers on windows that aren't availableAki Koskinen2015-03-021-3/+6
* openssl: Add all required includes for AF_INET6 and in6_addr.Raphael Kubo da Costa2015-01-241-0/+3
* stream: constify the write bufferCarlos Martín Nieto2014-12-101-1/+1
* gitno: remove code which is no longer neededCarlos Martín Nieto2014-12-101-1/+2
* Add an OpenSSL IO streamCarlos Martín Nieto2014-12-101-0/+374