Loading a PEM file: No start line

2001-09-07 Thread Nathan Bell
I receive this error when reading the ca-cert.pem file that is included with openssl: error:***:PEM routines:PEM_read_bio:No start line. This file loads just fine when running on Windows, but receives the error when ran on a Macintosh. What could the problem be? -- Nathan Bell Companion

reason for error

2001-08-23 Thread Nathan Bell
out what it is. This error is always accompanied by "error:1408E098:SSL routines:SSL3_GET_MESSAGE:excessive message size" which is interesting because I know that an https request is a lot smaller than 16k. -- Nathan Bell Companion Corporati

Re: quick (easy?) question

2001-08-23 Thread Nathan Bell
Thanks. I should read the man pages more closely. Lutz Jaenicke wrote: > On Thu, Aug 23, 2001 at 07:53:13AM -0600, Nathan Bell wrote: > > Yeah, that's what I'm using. But how do you tell when a new connection is > > received? I want to shove each new session into it&#x

Re: where are these supposed to be defined?

2001-08-23 Thread Nathan Bell
Thanks. I re-downloaded 9.6 and they were in it. I guess I must have inadvertantly deleted them while changing the code (which I had to do to each and every file...). Dr S N Henson wrote: > Nathan Bell wrote: > > > > I found the first 2; thanks. Where are the other two located a

Re: quick (easy?) question

2001-08-23 Thread Nathan Bell
Yeah, that's what I'm using. But how do you tell when a new connection is received? I want to shove each new session into it's own thread, but how can I do that without knowing when to start a new session? Lutz Jaenicke wrote: > On Wed, Aug 22, 2001 at 03:13:58PM -0600,

Re: Wasn't someone joking about the virus being posted by an autoresponder

2001-08-22 Thread Nathan Bell
ll us who the > subscriber from that site is... > > Thomas > __ > OpenSSL Project http://www.openssl.org > User Support Mailing List[EMAIL PROTECTED] > Automated List Manager [EMAI

SSL_CTRL_EXTRA_CHAIN_CERT

2001-08-20 Thread Nathan Bell
What does SSL_CTRL_EXTRA_CHAIN_CERT mean when returned from SSL_accept()? Also, is there any documentation as to the meaning of any of that type of definition (openssl/ssl.h line 826-870)? -- Nathan Bell Companion Corporation Evelyn Manufacturing 801-943-7277 Etc

BIO woes: ctrl and callback_ctrl?

2001-08-13 Thread Nathan Bell
lain text Will the SSL call the bwrite/bread or the bputs/pgets functions if I call SSL_read/SSL_write? What should the functions "ctrl" and "callback_ctrl" do in this process? -- Nathan Bell Compani