Commit Graph

9 Commits

Author SHA1 Message Date
Carlos Martín Nieto
f7d316ed7a THREADING: OpenSSL 1.1 is thead-safe, rework some paragraphs 2016-11-04 10:11:59 +01:00
Carlos Martín Nieto
86bbaaa1a6 THREADING: update cURL thread safety link 2016-11-02 17:06:15 +01:00
Patrick Steinhardt
ea9ea6ac4a Documentation: fix small typos 2016-10-31 13:49:52 +01:00
Stjepan Rajko
09db7fd8a6 Expand OpenSSL and libssh2 thread safety documentation 2016-02-26 15:31:24 -07:00
Carlos Martín Nieto
ede517bc53 curl: add CHANGELOG and THREADING entries 2015-06-24 17:26:36 +02:00
Carlos Martín Nieto
85247df084 Update THREADING and CHANGELOG with SecureTransport details 2015-04-23 17:43:44 +02:00
Carlos Martín Nieto
263b1d6ed9 Make the OpenSSL locking function warnings more severe
Our git_openssl_set_locking() would ideally not exist. Make it clearer
that we provide it as a last resort and you should prefer anything else.
2014-12-12 15:46:57 +01:00
Ben Chatelain
d698712bc7 Fix GCD typo 2014-11-14 21:16:03 -07:00
Carlos Martín Nieto
15bea02c04 docs: explicitly document the threading caveats
Talk about sharing objects and error messages; but the most important
part is about what to do with the cryptographic libraries, which sadly
have to become to responsibility of the application.
2014-11-01 10:58:55 +01:00