Re: RSA Private Key Algortthm

2008-10-04 Thread Kyle Hamilton
On Sat, Oct 4, 2008 at 7:27 PM, Mike -- EMAIL IGNORED <[EMAIL PROTECTED]> wrote: > On Sat, 04 Oct 2008 18:20:45 -0700, David Schwartz wrote: > > [...] > >> http://en.wikipedia.org/wiki/RSA >> >> In the section "Operation", the first set of 5 steps beginning with >> "Choose two distinct large random

Re: RSA Private Key Algortthm

2008-10-04 Thread Mike -- EMAIL IGNORED
On Sat, 04 Oct 2008 18:20:45 -0700, David Schwartz wrote: [...] > http://en.wikipedia.org/wiki/RSA > > In the section "Operation", the first set of 5 steps beginning with > "Choose two distinct large random prime numbers p and q" documents the > process of computing an RSA private key. > > If y

RE: RSA Private Key Algortthm

2008-10-04 Thread David Schwartz
> Where can I find a detailed description of how to > compute the RSA private key? Well structured C > or C++ code might do. > > Thanks, > Mike. http://en.wikipedia.org/wiki/RSA In the section "Operation", the first set of 5 steps beginning with "Choose two distinct large random prime numbers

RSA Private Key Algortthm

2008-10-04 Thread Mike -- EMAIL IGNORED
Where can I find a detailed description of how to compute the RSA private key? Well structured C or C++ code might do. Thanks, Mike. __ OpenSSL Project http://www.openssl.org User Support Mailing

RE: Trouble with bidirectional shutdown

2008-10-04 Thread David Schwartz
> Thank you for your response. I have checked the > error code using SSL_get_error. > I get an SSL_ERROR_SYSCALL (5) return code, > indicating an I/O, but the error queue is empty. > My application continues to function. It is fetching > an HTML document over an HTTPS connection. This is a docu

Re: Client Certificates

2008-10-04 Thread Felix Ingram
Hi Dave, 2008/10/4 Dave Thompson <[EMAIL PROTECTED]>: >> From: [EMAIL PROTECTED] On Behalf Of Felix Ingram >> Sent: Tuesday, 30 September, 2008 10:08 > >> I'm having a little trouble testing out some web services for a >> client. They have provided us with a couple of pfx certificate files >> to a

RE: Client Certificates

2008-10-04 Thread Dave Thompson
> From: [EMAIL PROTECTED] On Behalf Of Felix Ingram > Sent: Tuesday, 30 September, 2008 10:08 > I'm having a little trouble testing out some web services for a > client. They have provided us with a couple of pfx certificate files > to allow us to authenticate to their web servers. > openssl s_cl

RE: Converting .cer to .pem Getting errors

2008-10-04 Thread Dave Thompson
From: [EMAIL PROTECTED] On Behalf Of Alan Arthur Sent: Friday, 03 October, 2008 13:54 I'm trying to convert a .cer to a .pem by using the following command at command line. openssl x509 -in verisignintermediatecert.cer -inform d -out speedscript_new.pem When running this command I