| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | mbedTLS: Fix setting certificate directoryethomson/custom_cert_locations | Zachary Michaels | 2021-08-29 | 1 | -1/+1 |
| | | | | | fixes #6003 | ||||
| * | streams: remove unused tls functions | Edward Thomson | 2018-11-28 | 1 | -2/+4 |
| | | | | | | | | The implementations of git_openssl_stream_new and git_mbedtls_stream_new have callers protected by #ifdefs and are never called unless compiled in. There's no need for a dummy implementation. Remove them. | ||||
| * | tls: introduce a wrap function | Edward Thomson | 2018-11-28 | 1 | -0/+1 |
| | | | | | | | | | | | | Introduce `git_tls_stream_wrap` which will take an existing `stream` with an already connected socket and begin speaking TLS on top of it. This is useful if you've built a connection to a proxy server and you wish to begin CONNECT over it to tunnel a TLS connection. Also update the pluggable TLS stream layer so that it can accept a registration structure that provides an `init` and `wrap` function, instead of a single initialization function. | ||||
| * | mbedtls: load default CA certificates | Etienne Samson | 2018-04-11 | 1 | -1/+1 |
| | | |||||
| * | mbedtls: add global initialization | Etienne Samson | 2018-04-11 | 1 | -0/+2 |
| | | |||||
| * | mbedtls: initial support | Etienne Samson | 2018-04-11 | 1 | -0/+18 |
