RE: IE could not connect to a chaine-cert's ssl server

2009-02-04 Thread zhu qun-ying
Ah, I miss that one. Thanks. -- qun-ying --- On Wed, 2/4/09, Giang Nguyen wrote: > From: Giang Nguyen > Subject: RE: IE could not connect to a chaine-cert's ssl server > To: openssl-users@openssl.org > Received: Wednesday, February 4, 2009, 2:02 PM > i think it's because your "my-cacert.pem"

RE: IE could not connect to a chaine-cert's ssl server

2009-02-04 Thread Giang Nguyen
i think it's because your "my-cacert.pem" is not considered a CA: it has "CA:FALSE" arch [temp]$ openssl x509 -in my-cacert.pem -BEGIN CERTIFICATE- MIIC9jCCAl+gAwIBAgIBADANBgkqhkiG9w0BAQUFADB4MQswCQYDVQQGEwJDQTET MBEGA1UECBMKU29tZS1TdGF0ZTEhMB8GA1UEChMYSW50ZXJuZXQgV2lkZ2l0cyBQ dHkgTHRkMR

IE could not connect to a chaine-cert's ssl server

2009-02-04 Thread zhu qun-ying
Hi, I try to test out some chained certificates with web server. My setup is as follow: my-cacert.pem <== my ca certificate level1.cert <= my level1 certificate signed by my ca level1.key <= my level1's key file level2.pem <= my level2 certificate use as a server side certificate ca.pem <= incl

Re: OpenSSL command line HMAC

2009-02-04 Thread Dr. Stephen Henson
On Wed, Feb 04, 2009, Young, Alistair wrote: > Well, having been trying this for a while, I'm having serious problems using > this on a Linux platform. > > I seem to have some success if I place quotes around the command line: > > $ cat message.bin | openssl dgst -sha256 -hmac "`cat key.bin`"

RE: OpenSSL command line HMAC

2009-02-04 Thread Young, Alistair
Well, having been trying this for a while, I'm having serious problems using this on a Linux platform. I seem to have some success if I place quotes around the command line: $ cat message.bin | openssl dgst -sha256 -hmac "`cat key.bin`" -binary > mac.bin But, to complicate things further, I'

Re: DTLS communication problem

2009-02-04 Thread Robin Seggelmann
On Feb 3, 2009, at 11:27 PM, Russell, Joshua wrote: I am trying to get a sample DTLS application working. The following indications are provided when I try to connect with the client: After a successful call to dtls_connect(), I receive SSL_ERR_SYSCALL when attempting to write from the cl

DTLS communication problem

2009-02-04 Thread Russell, Joshua
I am trying to get a sample DTLS application working. The following indications are provided when I try to connect with the client: After a successful call to dtls_connect(), I receive SSL_ERR_SYSCALL when attempting to write from the client. ERR_get_error() results in 0. rc from SSL_write =