"Mathias Spoerr" <
mathias@...> writes:
>I managed to debug the lib when running the test app... Some words to my
>environment: I use Windows 7 and Visual Studio 2008.
Uhh, so you're using a beta version of an OS for your testing?
>1) When running as Administrator, I get a debug assertion: dnc.c Line 551:
>Expression DEBUG_WARN
This won't affect the overall operation though, since it's only a warning that
doesn't return an error status (it's also a sanity-check on the operation of
getNameInfo(), this means that an incoming connection was accepted via
accept() but then an attempt to see which address it came from is failing).
Could you put a breakpoint in getNameInfo() in io/dns.c and see where the
debug assertion is coming from, and what the return value of getnameinfo() is,
and what the values in nameBuffer and portBuffer are?
>2) When running as normal user, I get the error message:
>Testing cert chain write to key file ...
>cryptKeysetOpen() failed with error code -21, line 894.
>
>Where should I set break points and which information do you need?
In openKeysetStream() in cryptkey.c, and then step down into wherever the
error status came from to see which operation failed and what the OS-level
error status is.
Peter.
_______________________________________________
Cryptlib mailing list
Cryptlib@... via Mail:
cryptlib-request@...
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlibPosts from non-subscribed addresses are blocked to prevent spam, please
subscribe in order to post messages.