<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/hashlib2plus/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/hashlib2plus/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 13 Mar 2013 22:25:33 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/hashlib2plus/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>getHashFromFile doesn't work for large files</title><link>https://sourceforge.net/p/hashlib2plus/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The code only reads the first 1024 bytes and hashes that.  Had issue with 2 different files about 9KB in size which had the same 1024 header.  Fix is attached.  Hash now matches apps HxD, HashMyFiles, and lib in C#.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xues</dc:creator><pubDate>Wed, 13 Mar 2013 22:25:33 -0000</pubDate><guid>https://sourceforge.netcc3fd4b01eb62695a333b195723f369b2205b4a3</guid></item><item><title>getHashFromFile does not actually read file</title><link>https://sourceforge.net/p/hashlib2plus/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Used library version: hashlibpp_0_3_2&lt;br /&gt;
The getHashFromFile method does not work correctly under msvc due to known problem with std::istream::readsome function.&lt;br /&gt;
Details could be read here: &lt;a href="http://bytes.com/topic/c/answers/138546-istream-readsome-behavior-g-microsoft-c" rel="nofollow"&gt;http://bytes.com/topic/c/answers/138546-istream-readsome-behavior-g-microsoft-c&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 26 Apr 2010 16:41:23 -0000</pubDate><guid>https://sourceforge.net72bcbd2c0e2be0f677e379b2ba3e60339a64e7a8</guid></item><item><title>Conflicting Declaration with OpenSSL</title><link>https://sourceforge.net/p/hashlib2plus/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It seems that openssl also typedef SHA256_CTX and SHA512_CTX&lt;/p&gt;
&lt;p&gt;OpenSSL 0.9.8k: sha.h &amp;gt; line 138, 184&lt;br /&gt;
HashLib++ 0.3.1: hl_sha256.h &amp;gt; line 124, 116&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 21 Aug 2009 15:50:44 -0000</pubDate><guid>https://sourceforge.net32126f9a28440b006aabc2f85524453677ca2a4f</guid></item><item><title>Doesn't produce the correct md5</title><link>https://sourceforge.net/p/hashlib2plus/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;hashwrapper* hashWrapper1=new md5wrapper();&lt;br /&gt;
char test[100];&lt;br /&gt;
strcpy(test,"af3634ec4407c3e6d8bfad850eb0a13486f94a30cd842b876ce9e5e31ce0d7ad40862915552c9eb078a");&lt;br /&gt;
string hashtest=hashWrapper1-&amp;gt;getHashFromString(test);&lt;/p&gt;
&lt;p&gt;MD5 should be: dc79675502b83034f721fcb60a963c74&lt;/p&gt;
&lt;p&gt;It produces: a8a47bb9964e850a70f5d28fc17f9ea7&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 07 Nov 2008 23:50:12 -0000</pubDate><guid>https://sourceforge.net9a1d7cabef7574fb03994822ee28ad70120dc46d</guid></item><item><title>syntax error: unexpected end of file</title><link>https://sourceforge.net/p/hashlib2plus/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;on make install i received this error. &lt;/p&gt;
&lt;p&gt;cp libhl++.a /usr/lib/ &amp;amp;&amp;amp;&lt;br /&gt;
/bin/sh: -c: line 1: syntax error: unexpected end of file&lt;br /&gt;
make: *** [install] Error 2&lt;/p&gt;
&lt;p&gt;It was easily fixed by adding a \ to the end of "cp libhl++.a /usr/lib/ &amp;amp;&amp;amp; ".&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 10 Nov 2007 07:48:24 -0000</pubDate><guid>https://sourceforge.netf7a2612f9249055077e7ddcc9c94accb1dfc2130</guid></item></channel></rss>