RE: Field CN and the certificates [solved]

2005-03-16 Thread Vu Pham
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Richard Sexton > Sent: Wednesday, March 16, 2005 10:28 AM > To: openssl-users@openssl.org > Subject: Re: Field CN and the certificates > > >> All the IEs show the same error. Netscape on Solaris even

RE: Field CN and the certificates

2005-03-16 Thread Vu Pham
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Dr. > Stephen Henson > Sent: Wednesday, March 16, 2005 5:01 AM > To: openssl-users@openssl.org > Subject: Re: Field CN and the certificates > > On Wed,

RE: Field CN and the certificates

2005-03-15 Thread Vu Pham
e presented belongs to "abc.mydomain.com" The thing makes me confused is the two host names that the warning displays are the same. Vu > > Vu Pham wrote: > >>-Original Message- > >>From: [EMAIL PROTECTED] > >>[mailto:[EMAIL PROTECTED] On

RE: Field CN and the certificates

2005-03-15 Thread Vu Pham
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Richard Sexton > Sent: Tuesday, March 15, 2005 8:45 PM > To: openssl-users@openssl.org > Subject: RE: Field CN and the certificates > > >> >I use openssl to build a self-signed certificate for my web >

RE: Field CN and the certificates

2005-03-15 Thread Vu Pham
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Dr. > Stephen Henson > Sent: Tuesday, March 15, 2005 7:08 PM > To: openssl-users@openssl.org > Subject: Re: Field CN and the certificates > > On Tue, Mar 15, 2005, Vu Ph

RE: Field CN and the certificates

2005-03-15 Thread Vu Pham
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Richard Sexton > Sent: Tuesday, March 15, 2005 5:56 PM > To: openssl-users@openssl.org > Subject: Re: Field CN and the certificates > > >I use openssl to build a self-signed certificate for my web > s

Field CN and the certificates

2005-03-15 Thread Vu Pham
I use openssl to build a self-signed certificate for my web server. I imported the CA cert to my PC already. When I open the web server, IE says the certificate is from a trusted CA as expected, the security certificate is valid, but it says the name is invalid. I view the certificate and the CN

RE: SSL_connect problem

2005-03-07 Thread Vu Pham
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of vijay >basav > Sent: Monday, March 07, 2005 8:22 AM > To: openssl-users@openssl.org > Subject: SSL_connect problem > > hi > > i have ported openssl on to vxworks mips proces

overhead

2005-02-10 Thread Vu Pham
Hi all, I am looking for average overhead of SSL over plain tcp. Can I have some kind of numbers like for one SSL connection ( from connect to transfer and then disconnect ) for N KB of raw data, how much overhead I have ? The reason I ask is I am applying OpenSSL to my phone apps, and the phone

RE: Openssl, FIPS, and WinCE

2005-02-09 Thread Vu Pham
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Oscar Rodríguez > Sent: Wednesday, February 09, 2005 1:36 PM > To: openssl-users@openssl.org > Subject: RE: Openssl, FIPS, and WinCE > > I tried the same last week, but i had a lot of compilation > er

Re: /dev/random

2004-03-20 Thread Vu Pham
- Original Message - From: "Richard Levitte - VMS Whacker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, March 20, 2004 2:36 AM Subject: Re: /dev/random > In message <[EMAIL PROTECTED]> on Sat, 20 Mar 2004 02:28:

/dev/random

2004-03-20 Thread Vu Pham
I run the following function on Solaris x86 and Linux (RH9) RAND_load_file("/dev/random", 2048) On the Solaris x86 ( AMD 2700+) , it takes less than 1 second. On the RH9 ( AMD 2400+ ), it takes almost a minute. I don't think that small cpu speed difference can cause that big difference performanc

mixing socket / ssl APIs

2004-01-14 Thread Vu Pham
My current application uses socket for communication between the client and server and I am adapting it with OpenSsl. I would like to have your advice. With socket, I use select() and then call send() / recv(). In order to work with Ssl, I my plan is to keep the select() unchanged, but will change

Re: SOME BACIS INFORMATION ABOUT OPENSSL (PLZ SEND IT) -Rushi

2004-01-12 Thread Vu Pham
- Original Message - From: "Jostein Tveit" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 12, 2004 6:59 AM Subject: Re: SOME BACIS INFORMATION ABOUT OPENSSL (PLZ SEND IT) -Rushi > "vishnu vardhan" <[EMAIL PROTECTED]> writes: > > > Thanks for your informat

passphrase prompt

2004-01-09 Thread Vu Pham
I need to adapt my communication app with OpenSsl. On the server side, when I load the certificate and private key files, it asks for the passphrase. This may not be very convennient in some cases. This makes me wonder how OpenSsh server does not need to ask for this. Or does it support the passp

dynamic locks

2004-01-09 Thread Vu Pham
Does the current version of Opensll make use of dynamic locks ? Thanks, Vu __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List

keys, CA

2003-09-01 Thread Vu Pham
I remember there is a site with the tutorial how to create the key files, the CA ... but I lost the bookmark. Could you please remind me ? Thanks, Vu __ OpenSSL Project http://www.openssl.org Use