File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,11 @@ general case still affects you if you use ssh.
5858General Case
5959------------
6060
61- If there are no applicable TLS implementations (currently only
62- SecureTransport and mbedTLS), libgit2 defaults to OpenSSL in order to use HTTPS as a transport.
63- OpenSSL is thread-safe starting at version 1.1.0. If your copy of libgit2 is
64- linked against that version, you do not need to take any further steps.
61+ libgit2 will default to OpenSSL for HTTPS transport (except on Windows and
62+ macOS, as mentioned above). On any system, mbedTLS _ may_ be optionally
63+ enabled as the security provider. OpenSSL is thread-safe starting at
64+ version 1.1.0. If your copy of libgit2 is linked against that version,
65+ you do not need to take any further steps.
6566
6667Older versions of OpenSSL are made to be thread-implementation agnostic, and the
6768users of the library must set which locking function it should use. libgit2
You can’t perform that action at this time.
0 commit comments