Terrell Larson wrote:
>
> It is a proper file created by openssl and it reads in properly in openssl by the
>very same routine that fails to read it in serv.cpp
>
> The failure message right down to the line number appears to be identical to what
>happens when I stuff a bad file into the
> app
It is a proper file created by openssl and it reads in properly in openssl by the very
same routine that fails to read it in serv.cpp
The failure message right down to the line number appears to be identical to what
happens when I stuff a bad file into the
apps... but when I stuff what I think
I'm trying to get the minimal client and server code running. It is found in
openssl-0.9.4/demos/ssl under the names of cli.cpp
and serv.cpp.
I've got the code compiled and linked, furthermore the cli.cpp code does seem to work.
Here's where I'm runnign into a problem.
With serv.cpp we need