Re: Decryption question

2006-02-08 Thread Kyle Hamilton
I'm not entirely certain what you're looking at. The server that hosts the SOAP service must be accessed using TLS or SSL; this means that the certificate and key need to be available to the server hosting the service, not (necessarily) the client. (XML encryption isn't done yet, according to the

RE: Decryption question

2006-02-08 Thread Lee Colclough
Still a confusing explanation I know, but it's a confusing problem! Hope this helps a little, many thanks in advance for anyone who trawled through all this! Lee Colclough -Original Message- [EMAIL PROTECTED] On Behalf Of Kyle Hamilton Subject: Re: Decryption question I'm

Re: Decryption question

2006-02-08 Thread Kyle Hamilton
In order for a certificate to have any meaning, it must include a public key (of whatever type), and the private key should be kept private for that side. Thus, you've created three keypairs: one for the CA, one for the server, one for the client. The CA's certificate is self-signed, and you've g

RE: Decryption question

2006-02-08 Thread Lee Colclough
Behalf Of Kyle Hamilton Sent: 08 February 2006 14:28 To: openssl-users@openssl.org Subject: Re: Decryption question In order for a certificate to have any meaning, it must include a public key (of whatever type), and the private key should be kept private for that side. Thus, you've created three k

Re: Decryption question

2006-02-08 Thread Kyle Hamilton
is, but how do I get them into s_client? > > Thanks again, you've been a lifesaver. > > Lee. > > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Kyle Hamilton > Sent: 08 February 2006 14:28 > To: openssl-users@op

RE: Decryption question

2006-02-09 Thread Lee Colclough
e saved me days of trawling through websites and the book. Lee. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kyle Hamilton Sent: 08 February 2006 17:39 To: openssl-users@openssl.org Subject: Re: Decryption question If you're on Win32, just type up