Re: failing to read private key

2008-01-26 Thread Dr. Stephen Henson
On Fri, Jan 25, 2008, John T. Cox wrote: > > I have spent the past couple of days going back and redoing a couple days > worth of work. I have run across what I hope is the last issue. I suspect I > am missing or have one step wrong: > > /* most of the error handling removed for brevity */ > sta

Re: failing to read private key

2008-01-25 Thread John T. Cox
Yeah, that was it. That had been in the last version I delivered. But, it seems they lost an entire version of the file. I did not think to check that since I knew I had put it in their previously. Thanks Stephen. I have spent the past couple of days going back and redoing a couple days worth of

Re: failing to read private key

2008-01-23 Thread Dr. Stephen Henson
On Wed, Jan 23, 2008, John T. Cox wrote: > I generate a key pair in another area but now when the code tries to load > the private key there is an error. > > 24449:error:0906B072:PEM routines:PEM_get_EVP_CIPHER_INFO:unsupported > encryption:pem_lib.c:481: > http://www.openssl.org/support/faq.ht

failing to read private key

2008-01-23 Thread John T. Cox
Through a long convoluted series of events something that was working is no longer working. Another group merged in some stuff to our application. Originally, I thought they had munged the code merge. However, they removed the changes to this area and I cannot find anything else that happened. One