>From what I can see, SSL is defined as "typedef struct ssl_st SSL" in
ssl.h. If you search for "struct ssl_st" in ssl.h you will find the
definition for that structure.
Hope that helps!
On Sat, 2004-10-02 at 19:00, lu lu wrote:
> Hi, list members.
> I really want help very much. I asked th
Hi, list members. I really want help very much. I asked this question about a week ago, but nobody answer my question. I think maybe it is just because that I had not make the question clear. What I want to know is where can I find the definition of "SSL". As it appears in many functions like --
In message <[EMAIL PROTECTED]> on Fri, 01 Oct 2004 12:34:41 -0400, David Gianndrea
<[EMAIL PROTECTED]> said:
dgianndrea> Im running into a problem building apache with mod_ssl.
dgianndrea> Im getting a strange error that no one on the apache users
dgianndrea> list seems to know about. Anybody her
Pawel Jakub Dawidek wrote:
Hello.
We're trying to get as small RSA private key as possible, because we
are short in space (we want to store it on a smart card, so every byte
is important).
We found a way to cut it a bit by NULLing some pointers inside RSA
structure:
RSA *key;
key->p