aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-07-26 17:33:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-07-26 17:33:36 +0000
commitb347a7a96e1518089264bf166e676f40cf525350 (patch)
tree55d53cb337e1b6851feb210edfc8071c4d16b1d2 /RELEASE-NOTES
parent240bfaa69e474da26e7f2ff4244f1e8d6a3a9234 (diff)
- Bug report #2825989 (http://curl.haxx.se/bug/view.cgi?id=2825989) pointed
out that OpenSSL-powered libcurl didn't support the SHA-2 digest algorithm, and provided the solution too: to use OpenSSL_add_all_algorithms() instead of the older SSLeay_* alternative. OpenSSL_add_all_algorithms was added in OpenSSL 0.9.5
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 0261cf882..5f68c1bc5 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -35,6 +35,7 @@ This release includes the following bugfixes:
o auth problem over several hosts with re-used connection
o improved the support for client certificates in libcurl+NSS
o fix leak in gtls code
+ o missing algorithms in libcurl+OpenSSL
This release includes the following known bugs: