From 93b5927837b75d9660084e83adf04c77a57fe4b3 Mon Sep 17 00:00:00 2001 From: lloyd Date: Fri, 29 Apr 2011 16:59:29 +0000 Subject: Calling &str[str.size()] is only valid if str is const; otherwise the results are undefined. This happens to work under GCC and most other compilers, but does not under Visual C++ 2010. This broke hex_encode when encoding an empty input, and this subsequently broke SSL handshaking. 2010 includes a TR1 that works fine for SSL, but it puts the headers in the main header space rather than under tr1/, so account for that. Hack the socket header into working under WinSock Tick version to 1.10.0 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.txt') diff --git a/readme.txt b/readme.txt index cc4ec178c..ef6f2c77d 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.9.17, 2011-04-29 +Botan 1.10.0, Not Yet Released http://botan.randombit.net/ Botan is a C++ class library for performing a wide variety of -- cgit v1.2.3