Unfortunately with new build cryptest crashes again in Fedora 12
x86_64 and hangs up in i686.
In Fedora 11 this problem not exist.
I don't know why other build crashes again.
http://koji.fedoraproject.org/koji/getfile?taskID=1831344&name=build.log

I have build test.cpp with this code:

$ cat test.cpp
#include "sha.h"

int main(void)
{
  byte digest[CryptoPP::SHA224::DIGESTSIZE];
  CryptoPP::SHA224 hash;
  hash.CalculateDigest(digest, (byte*)"aaa", 3);
}

Here backtrace:

http://nucleo.fedorapeople.org/test-crash.txt

On Nov 26, 4:04 am, Jeffrey Walton <[email protected]> wrote:
> Hi alekcey,
>
> > When I have build with mars cryptest not crashes and
> > not hangs up any more.
>
> Interesting. It appeared as though the dumped occured at SHA-224. My
> apologies for leading you down a rabbit hole.
>
> > Is there any legal issues to not include mars code in Fedora after is
> > was moved to public domain?
>
> I don't believe so. Perhaps someone with more experience can help out here.
>
> According to [1], MARS is now in public domain. I believe there was a
> misunderstanding in the past - it was believed that MARS was
> encumbered so it was [incorrectly] removed by distributions. There was
> a small discussion on the Crypto++ mailing list regarding
> Fedora/Crypto++/Mars in June, 2009 [2].
>
> Jeff
>
> [1]http://domino.research.ibm.com/comm/research_projects.nsf/pages/secur...
> [2]http://groups.google.com/group/cryptopp-users/browse_thread/thread/8d...
>
> On Wed, Nov 25, 2009 at 8:34 PM, alekcey <[email protected]> wrote:
> > Finally I have found the reason why cryptest crashes.
> > There was in cryptopp 5.6.0 patented code mars which was removed from
> > Fedora
> > and I was trying to build svn r479 without mars too.
> > When I have build with mars cryptest not crashes and not hangs up any
> > more.
>
> > Is there any legal issues to not include mars code in Fedora after is
> > was
> > moved to public domain?
>
> > [SNIP]

-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.

Reply via email to