>
> Hi all!
>
> I am trying to figure out how to use SSLeay. I compiled the package on my
> Windows NT computer. I had the following problems running s_server with
> "-nocert" option:
>
> 1. With SSLeay version 0.9.0, the program crashes immediately with Access
> Violation.
...
> Any comments?
s_server -nocert crashes on linux too.
> What do I need to do to make it work?
One might want to play with debugger to make it working. Running xxgdb
gives Segmentation fault somewhere in strlen() while trying to step
over b->method->ctrl() at bio_lib.c:330. No crashes while stepping into
ctrl() mentioned but it return()s (bio_lib.c:335) to wrong place;
xxgdb gives me ssleay.c text. It seems fuzzy enough to fix not in 5 minutes..
Vadim Fedukovich
+-------------------------------------------------------------------------+
| Administrative requests should be sent to [EMAIL PROTECTED] |
| List service provided by Open Software Associates, http://www.osa.com/ |
+-------------------------------------------------------------------------+