DH and key space question

2001-07-30 Thread Haig C Didizian
Hello, I was just wondering if using DH for key negociation (say, to generate a 128 bit blowfish key) reduces the number of potential keys in a way that significantly affects security. How much less safe is using a DH key as a blowfish key than using a random string, for example? Thanks, Haig D

certificate for MSQL 2000

2001-07-30 Thread Ivo MACHULDA
Dar sir, know any ho to set DN in certificate for MSQL 2000? Sercienly Ivo MACHULDA [EMAIL PROTECTED], tel. 0608 703 889 City-NET CZ, s.r.o., Riegrova 857, 73801 Frydek-Mistek Spisová značka: C. 20976 vedená u rejstříkového soudu v Ostravě IČO: 25840908; DIČ: 362-25840908 Riegrova 857, 738 01

Re: problem with certificates

2001-07-30 Thread Caliban Tiresias Darklock
On 30 Jul 2001 19:38:04 -, "ganesh kumar godavari" <[EMAIL PROTECTED]> wrote: >*** on the server * >1906:error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared cipher:s3_srvr.c:769: >Error: error in SSL_accept() >***

Problem Compiling 0.9.6b on Linux (i86)

2001-07-30 Thread Mark Olbert
After running ./Configure linux-elf --prefix=/usr/local --openssldir=/usr/local/openssl, make fails in the apps directory after the following action:   rm -f opensslgcc -o openssl -DMONOLITH -I../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -openssldir=/usr/loca

documentation - using ssl library

2001-07-30 Thread Yahoo Mails
Is there a place where I can check how to use the openssl libraries in my application. I am trying to use it to do a 2 way ssl between 2 processes talking tcp. thanks msrinv _ Do You Yahoo!? Get your free @yahoo.com address at http://mail

Re: remove

2001-07-30 Thread Paul Allen
[EMAIL PROTECTED] wrote: > > __ > OpenSSL Project http://www.openssl.org > User Support Mailing List[EMAIL PROTECTED] > Automated List Manager [EMAIL P

remove

2001-07-30 Thread Qingjun_Zhang
__ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

Requesting Info....!

2001-07-30 Thread jackie55thg
$ $ $ SERIOUS MONEY! What EVERYONE Has Been Waiting For! $ $ $ Starting Today You Can Earn $2,000 to $8,000 in a Matter of Weeks! For details on this money making opportunity click on the hyperlink below: http://www.geocities.com/intercash2001 If you have a problem with the ab

Re: TCP/IP with SSL: close TCP/IP socket first?

2001-07-30 Thread Caliban Tiresias Darklock
On Mon, 30 Jul 2001 18:15:04 -0400, Joseph Su <[EMAIL PROTECTED]> wrote: >Please excuze me for a simple question. For all intents and purposes, please >refer to the sample server program included in the OpenSSL package. My >questions is: why do we need to *CLOSE* the TCP/IP listening socket, i.e.

Re: TCP/IP with SSL: close TCP/IP socket first?

2001-07-30 Thread Eric Rescorla
Joseph Su <[EMAIL PROTECTED]> writes: > Hello there, > > Please excuze me for a simple question. For all intents and purposes, please > refer to the sample server program included in the OpenSSL package. My > questions is: why do we need to *CLOSE* the TCP/IP listening socket, i.e., > closesocke

RE: windows certificate and keys formats

2001-07-30 Thread Vladimir Veytser
This is true if your certificate is in "MY" store. But if your certificate store is a file then they can be in any format you want. For example, I created a certificate using MS MakeCert command and then viewed certificate using openssl and it displayed it fine. Same goes for private keys. See Ce

TCP/IP with SSL: close TCP/IP socket first?

2001-07-30 Thread Joseph Su
Hello there, Please excuze me for a simple question. For all intents and purposes, please refer to the sample server program included in the OpenSSL package. My questions is: why do we need to *CLOSE* the TCP/IP listening socket, i.e., closesocket (listen_sd), before initiating a SSL handshaking

Re: OpenSSL 0.9.6a handshake problem

2001-07-30 Thread Greg Stark
--redirected to -users. IE will drop the connection under some conditions and then later attempt to reconnect. It does this when the handshake protocol tells IE something that requires user input, for example, if the server asks for a client certificate IE will drop the connection, bring up some

Re: CA-How to

2001-07-30 Thread Oliver Bode
good links! Thanks - Original Message - From: "Greg Stark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 31, 2001 12:54 AM Subject: Re: CA-How to > http://www.ultranet.com/~fhirsch/Papers/wwwj/article.html > http://www.modssl.org/docs/2.8/ssl_intro.html > > > =

Re: windows certificate and keys formats

2001-07-30 Thread Greg Stark
You're probably asking about CryptoAPI-enabled apps that use the MS providers. These store the private and public keys in proprietary formats. They are accessed through the functions of the CryptoAPI. These return the answers in various appropriate standard formats. Greg Star

problem with certificates

2001-07-30 Thread ganesh kumar godavari
hai everyone, i am new to ssl, i have spent some time going through openssl documentation. i have generated a self signed root certificate using $ openssl req -x509 -newkey rsa:1024 -keyout mykey.pem -out mycert.pem and i am currently using the generated certificate and key on the

Re: Password on a cert

2001-07-30 Thread Eric Rescorla
"Toms,Vincent" <[EMAIL PROTECTED]> writes: > We have a certificate that was signed by Verisign, and we are > migrating web servers and can't remember the password on the cert. > Does any one know a way to pull the password so that we don't have to > get a new cert. How did you start your we

Cisco VPN + certificates

2001-07-30 Thread Mark Roach
Hi, all. I have been using openssl-generated certificates on my VPN Concentrator 3015 and VPN clients for about 6 months and have just recently run into some strange behaviour. Basically, clients who are connecting over a slow connection (dial-up) are unable to connect, and receive the message "n

No Subject

2001-07-30 Thread Robert Pungello
> What threat are you concerned to counter? No threat in particular, I just wanted to figure out how it's done. Thanks for the information. Rob __ OpenSSL Project http://www.openssl.org User Sup

Password on a cert

2001-07-30 Thread Toms,Vincent
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, We have a certificate that was signed by Verisign, and we are migrating web servers and can't remember the password on the cert. Does any one know a way to pull the password so that we don't have to get a new cert. Thank you in adv

Re: BIO for use with Win2K IO Completion Ports

2001-07-30 Thread Dr S N Henson
> Matt Fagan wrote: > > > I am planning to use SSL with the IO completion port model under > win2K. Does anyone know of an existing BIO suitable for this ? I > haven't been able to find one, so thought I would write my own. > However, there seem to be hard-coded BIO_TYPE values for the differe

Re: Linux and EVP_rc5_32_12_16_ofb

2001-07-30 Thread Ng Pheng Siong
On Mon, Jul 30, 2001 at 11:34:43AM +0200, Michael Ströder wrote: > The error "undefined symbol: EVP_rc5_32_12_16_ofb" is raised during > import M2Crypto if one does not take the announced requirement for > SWIG _1.3.6_ serious ... Heh heh. Why ever not, Michael? ;-) > That's what I don't like a

Please i need you to put me off the list

2001-07-30 Thread japaeel
Thanks __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

Re: rehandshaking

2001-07-30 Thread Ng Pheng Siong
On Mon, Jul 30, 2001 at 09:52:19AM -0400, Robert Pungello wrote: > I am trying to code client- and server-initiated rehandshakes to refresh > the encryption keys. My understanding is that the rehandshake is performed > over the existing ssl connection and that this functionality is only > availab

Re: rehandshaking

2001-07-30 Thread Eric Rescorla
"Robert Pungello" <[EMAIL PROTECTED]> writes: > I am trying to code client- and server-initiated rehandshakes to refresh > the encryption keys. Why? Unless you're moving a truly enormous amount of data, this is likely to be of minimal security value. What threat are you concerned to counter? >

Re: CA-How to

2001-07-30 Thread Greg Stark
http://www.ultranet.com/~fhirsch/Papers/wwwj/article.html http://www.modssl.org/docs/2.8/ssl_intro.html Greg Stark [EMAIL PROTECTED] - Original Message - From: "Ballou,Matt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 27, 20

Openssl Administrator: Please put me off the openssl list. Thanks.

2001-07-30 Thread dharmendra gupta
_ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp __ OpenSSL Project http://www.openssl.org User Support

rehandshaking

2001-07-30 Thread Robert Pungello
I am trying to code client- and server-initiated rehandshakes to refresh the encryption keys. My understanding is that the rehandshake is performed over the existing ssl connection and that this functionality is only available for SSLv3. How do I initiate this procedure? I've naively tried to s

smime and verignying signed email

2001-07-30 Thread Michael Bonfils
Hi! I use Openssl and I've got some problems with verifing the signed email (with a self signed certificate) I use openssl smime -verify -in mail.txt -signer cert.pem -out content.txt and I get: Verification Failure 1360:error:21075075:PKCS7 routines:PKCS7_verify:certificate verify error:.\crypt

Re:

2001-07-30 Thread Caliban Tiresias Darklock
On Mon, 30 Jul 2001 12:40:37 +0100, "O'SULLIVAN JOHN" <[EMAIL PROTECTED]> wrote: > >Hi everyone, >I am running Red-Hat Linux Release 7.1 and I am trying to >learn how to use OpenSSL from scratch(I have version .9.6.b installed) >.Could anyone please direct me to some simple, working code to get

No Subject

2001-07-30 Thread O'SULLIVAN JOHN
Hi everyone, I am running Red-Hat Linux Release 7.1 and I am trying to learn how to use OpenSSL from scratch(I have version .9.6.b installed) .Could anyone please direct me to some simple, working code to get me started . Thanks , John __

Openssl Administrator: Please put me off the openssl list. Thanks.

2001-07-30 Thread Shobhit_Khanna
__ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

Re: Linux and EVP_rc5_32_12_16_ofb

2001-07-30 Thread Michael Ströder
[EMAIL PROTECTED] wrote: > >Ng Pheng Siong wrote: > >> > >> Hi, > >> > >> I've gotten a few messages about M2Crypto not working on > >> Linux (Red Hat > >> 7.1, SuSe 7.1) because "undefined symbol: EVP_rc5_32_12_16_ofb". > >> > >> I understand the packaged OpenSSL on those platforms are versions o

RE: Linux and EVP_rc5_32_12_16_ofb

2001-07-30 Thread John . Airey
>-Original Message- >From: Dr S N Henson [mailto:[EMAIL PROTECTED]] >Sent: 27 July 2001 18:50 >To: [EMAIL PROTECTED] >Subject: Re: Linux and EVP_rc5_32_12_16_ofb > > > > >Ng Pheng Siong wrote: >> >> Hi, >> >> I've gotten a few messages about M2Crypto not working on >Linux (Red Hat >> 7.