Re: Please Help me --Who can tell me what the SSL structure looks like?

2004-10-02 Thread Brian
>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

Please Help me --Who can tell me what the SSL structure looks like?

2004-10-02 Thread lu lu
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 --

Re: OT: symbol ssl_expr_yylex: referenced symbol not found

2004-10-02 Thread Richard Levitte - VMS Whacker
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

Re: RSA key size.

2004-10-02 Thread Nils Larsch
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