[Botan-devel] Botan with VS .NET 2003
Joel Low
joel at joelsplace.sg
Mon Aug 28 19:52:36 EDT 2006
No, compiling it should work immediately. Does it go past
if(!FIPS140::passes_self_tests())
{
deinitialize();
throw Self_Test_Failure("FIPS-140 startup tests");
}
In src/init.cpp? Are you referring to "add_algorithm: Couldn't find the
Default_Engine" as the error message?
Joel
> -----Original Message-----
> From: Matthias Kurz [mailto:srim2go at yahoo.com]
> Sent: 29 August 2006 4:34 AM
> To: Botan development list
> Subject: RE: [Botan-devel] Botan with VS .NET 2003
>
> Well, the exception was thrown in Pipe::append. The problem was that
> RTTI wasn't activated, which apparently caused the cast of the filter
> parameter to
> SecureQueue* to succeed.
> OK, now Botan::have_hash is the next function that fails, because the
> engines-vector is empty.
> I ran across the set_engines function. I don't have any of the defines
> used in this function defined. Do I need to install another library
> for this to work first?
>
> Matthias
>
> --- Joel Low <joel at joelsplace.sg> wrote:
>
> > Had something similar before, can you trace to where the exception
> is
> > being thrown? Set the event filter to catch C++ EH exceptions (it's
> in
> > the IDE somewhere). Maybe if you can wait you can hold till Jack
> gets
> > back.
> > Otherwise, please do share :)
> >
> > Joel
> >
> > > -----Original Message-----
> > > From: Matthias Kurz [mailto:srim2go at yahoo.com]
> > > Sent: 27 August 2006 10:55 PM
> > > To: Botan development list
> > > Subject: RE: [Botan-devel] Botan with VS .NET 2003
> > >
> > > Hi Joel.
> > > The message is:?
> > > "Botan: Internal error: Self test failed: FIPS-140
> > startup tests"
> > >
> > > Matthias
> > >
> > >
> > >
> > > Joel Low <joel at joelsplace.sg> wrote:
> > > I've been using Botan with 2003 toolkit
> > and now I'm using
> > > 2005 express. Have you caught the exception and
> > saw what was the
> > > message thrown by Botan? That usually helps.
> > >
> > > From: Matthias Kurz
> > [mailto:srim2go at yahoo.com]
> > >
> > > Sent: 27 August 2006 8:59 PM
> > > To: botan-devel at randombit.net
> > > Subject: [Botan-devel] Botan with VS .NET 2003
> > >
> > >
> > >
> > > Hi,
> > > I am trying to run the hash.cpp example with
> > Visual
> > > C++ 2003 (SP1). I have managed to compile it, but
> > an
> > > exception is thrown while constructing the
> > Botan::LibraryInitializer
> > > object. There was a message about a similar
> > problem on the list a
> > > while back, but no solution was posted...
> > > So, has anyone come up with one, or managed to
> > use Botan with VC++
> > > 2003?
> > >
> > > Thanks,
> > > Matthias
> > >
> > >
> > > _______________________________________________
> > > botan-devel mailing list
> > > botan-devel at randombit.net
> > >
> >
> http://www.randombit.net/mailman/listinfo/botan-devel
> > >
> > >
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Tired of spam? Yahoo! Mail has the best spam
> > protection around
> > > http://mail.yahoo.com
> > _______________________________________________
> > > botan-devel mailing list
> > > botan-devel at randombit.net
> > >
> >
> http://www.randombit.net/mailman/listinfo/botan-devel
> > >
> >
> >
> >
> > _______________________________________________
> > botan-devel mailing list
> > botan-devel at randombit.net
> >
> http://www.randombit.net/mailman/listinfo/botan-devel
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com _______________________________________________
> botan-devel mailing list
> botan-devel at randombit.net
> http://www.randombit.net/mailman/listinfo/botan-devel
>
More information about the botan-devel
mailing list