RE: certs with the same Subject Name

2010-06-11 Thread Kevin Li
d correct one. In my case, it works fine. Kevin -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Chris Bare Sent: Friday, June 11, 2010 9:53 AM To: openssl-users@openssl.org Subject: Re: certs with the same Subject Name >

Re: certs with the same Subject Name

2010-06-11 Thread Chris Bare
> On Thu, Jun 10, 2010, Chris Bare wrote: > > > I have 2 different certs with the same subject name in a CA dir: > > > > lrwxrwxrwx 1 chris chris 23 2010-06-10 14:35 0721e1e6.0 -> other.pem > > lrwxrwxrwx 1 chris chris 18 2010-06-10 14:35 0721e1e6.1 -> ssl.pem > > > > when I try to establish

Re: certs with the same Subject Name

2010-06-11 Thread Dr. Stephen Henson
On Thu, Jun 10, 2010, Chris Bare wrote: > I have 2 different certs with the same subject name in a CA dir: > > lrwxrwxrwx 1 chris chris 23 2010-06-10 14:35 0721e1e6.0 -> other.pem > lrwxrwxrwx 1 chris chris 18 2010-06-10 14:35 0721e1e6.1 -> ssl.pem > > when I try to establish an ssl connecti

Re: certs not working through Java

2002-09-12 Thread Paul L. Allen
"Jose Correia (J)" wrote: > > Hi all > > I was wondering if anyone has integrated client authentication through > Java but on a b2b manner (i.e. without using a browser as the client > but rather making use of the .keystore generated by the Java keytool > application). > > Since this list is no

Re: certs not working through Java (Out of Office)

2002-09-12 Thread Andrew Cornell
I will not be able to check emails until Monday 16 September. Please call me on +44 773 663 6817. Andy __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL

Re: certs not working through Java (Out of Office)

2002-09-12 Thread Andrew Cornell
I will not be able to check emails until Monday 16 September. Please call me on +44 773 663 6817. Andy __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL

Re: certs not working through Java (Out of Office)

2002-09-12 Thread Andrew Cornell
I will not be able to check emails until Monday 16 September. Please call me on +44 773 663 6817. Andy __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL

Re: certs not working through Java (Out of Office)

2002-09-12 Thread Andrew Cornell
I will not be able to check emails until Monday 16 September. Please call me on +44 773 663 6817. Andy __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL

RE: certs

2001-11-28 Thread Neff Robert A
From: ZILBER,LEONID (HP-NewJersey,ex1) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 9:41 AM To: '[EMAIL PROTECTED]' Subject: RE: certs Michael and Jonathan, Thank you for your comments. I understand that server sends a list of accessible CAs. Here is the case I don't c

RE: certs

2001-11-28 Thread ZILBER,LEONID (HP-NewJersey,ex1)
Sent: Monday, November 26, 2001 9:12 PM To: [EMAIL PROTECTED] Subject: Re: certs "ZILBER,LEONID (HP-NewJersey,ex1)" wrote: > When a person browses to cert protected website a windows pops up asking to > choose which certificate you would like to present, in case the perso

RE: Certs: where to get them?

2001-01-02 Thread Fred Fillon
my bad english ...) -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Leland V. Lammert Envoye : mardi 2 janvier 2001 17:56 A : [EMAIL PROTECTED] Objet : RE: Certs: where to get them? At 10:28 PM 12/30/00 -0800, you wrote: >The only difference

RE: Certs: where to get them?

2001-01-02 Thread Leland V. Lammert
At 10:28 PM 12/30/00 -0800, you wrote: >The only difference between purchasing a certificate and issuing your own >certificate is that when I come across your web site and I see your "snake >oil" certificate, how do I know you're not some 'fly by night' web site >trying to steal my credit card num

Re: [apache-ssl] Re: Certs: where to get them?

2000-12-29 Thread Rial Juan
On Dec 28 Leland V. Lammert wrote: > 2) Purchase a cert from Equifax ($49US). Lowest cost for a cert acceptable > to most browsers. Or get a free one from GlobalSign; http://www.globalsign.net/prod/freeserver.cfm?ID=tnw89505 -- Rial Juan

Re: Certs: where to get them?

2000-12-28 Thread Richard Levitte - VMS Whacker
From: "Leland V. Lammert" <[EMAIL PROTECTED]> lvl> At 09:59 AM 12/28/00 +, Jon Hedges wrote: lvl> lvl> >Now I was wondering: how does one go by getting the lvl> >certificates? I assume the snake-oil certs are not supposed for lvl> >prime-time use, so where can I get a decent certificate, and

Re: Certs for OutlookExpress and IE

2000-08-02 Thread Peter Kim
Outlook Express and MSIE takes certificates of the following types (more than one certificate can be stored in each file): Personal Information Exchange - PKCS 12 format (.PFX) Cryptographic Message Syntax Standard - PKCS 7 format (.p7b) Microsoft Serialized Certificate Store (.sst) I don't thi

Re: certs

1999-08-16 Thread Bodo Moeller
Joel T. Geiger <[EMAIL PROTECTED]>: > How can I specify to OpenSSL that I don't want to use any certificates? Is > it even possible to complete the client/server handshaking without having at > least a server-side certificate? It is possible using anonymous DH (see RFC 2246). You'll have to co