Re: ca-fix

1999-05-25 Thread Ralf S. Engelschall
In article <[EMAIL PROTECTED]> you wrote: > I think i tested the wrong cert. The CA cert has it as true, a signed > cert i use on my mod_ssl server does not, is this correct? Yes. Ralf S. Engelschall [EMAIL PROTECTED]

Re: 0.9.3 tarball in place

1999-05-25 Thread Ralf S. Engelschall
In article <[EMAIL PROTECTED]> you wrote: > Richard Levitte - VMS Whacker wrote: >> >> 3moeller> Then direct VMS users to an appropriate snapshot in the >> 3moeller> announcements, because the latest VMS changes are also not >> 3moeller> in the tar file. >> >> Drat. OK, I'll build my own tarba

How to generate an X509 certificate of Diffie-Hellman

1999-05-25 Thread David Deng
Hello, all: I was trying to package some DH pub key in X509 certificate with openssl *req* and *x509*. But as far as I can find in the usage information of *req*, there's only RSA key and DSA key supported. I've tried to read the source code of *req.c* and found there's a hidden <-newkey dh:> opt

openssl-0.9.3 breaks apache_1.3.6+ssl_1.34 patch?

1999-05-25 Thread giwarden
I just subscribed to this list, so forgive me for repeating something previously said, but did anyone notice that the change in the include files from the directory include to include/openssl breaks the apache_1.3.6+ssl_1.34 patch installation? I tried changing the SSL_INCLUDE from -I$(SSL_BASE)/

Re: newbie question

1999-05-25 Thread Dr Stephen Henson
Greg Pasquariello wrote: > > Hi, > > I'm a newbie to OpenSSL and the SSLeay (though not SSL in general). I've > gotten basic SSL negotiation working, but for the life of me I can't get > this BIO stuff to work. > > I'm running the latest build on NT and the following fails with an Access > Vio

newbie question

1999-05-25 Thread Greg Pasquariello
Hi, I'm a newbie to OpenSSL and the SSLeay (though not SSL in general). I've gotten basic SSL negotiation working, but for the life of me I can't get this BIO stuff to work. I'm running the latest build on NT and the following fails with an Access Violation. BIO *bio = BIO_new_fp(stdou

Re: building a 128-bit certificate

1999-05-25 Thread Emory Lundberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 25 May 1999, geoffrey wrote: [I'm running SuSE6.0 on intel with an apache 1.3.6 server. I built [openssl-0.92, and when i do "make certificate", it builds one of only [40-bit strength. Is there a makefile tweak that I need to enable 128-bit

Object signing

1999-05-25 Thread Mario Fabiano
I want to issue a X509v3 certificate with openssl CA to sign Java applets. What extensions must I define in the ssleay.cnf file? Thank you in advance. -- Mario __ OpenSSL Project

Re: About openssl.cnf

1999-05-25 Thread Bodo Moeller
"Raul Gutierrez" <[EMAIL PROTECTED]>: > Can somebody tell me all posible values of nsCertType field in the > openssl.cnf file and its means? See doc/openssl.txt in the OpenSSL 0.9.3 distribution. __ OpenSSL Project

Re: building a 128-bit certificate

1999-05-25 Thread Bodo Moeller
geoffrey <[EMAIL PROTECTED]>: > I'm running SuSE6.0 on intel with an apache 1.3.6 server. I built > openssl-0.92, and when i do "make certificate", it builds one of only > 40-bit strength. [...] There is no such thing as a "40-bit certificate". What you likely mean is that when you use Netscape

Re: building a 128-bit certificate

1999-05-25 Thread Paul Rubin
I'm running SuSE6.0 on intel with an apache 1.3.6 server. I built openssl-0.92, and when i do "make certificate", it builds one of only 40-bit strength. Is there a makefile tweak that I need to enable 128-bit certificate generation? I was wondering where I m

Re: About openssl.cnf

1999-05-25 Thread Dr Stephen Henson
> Raul Gutierrez wrote: > > Can somebody tell me all posible values of nsCertType field in the > openssl.cnf file and its means? > > I know some value for example: > > nsCertType = client > nsCertType = client, email > nsCertType

Re: Converting PKCS8 Private Key to OpenSSL Format

1999-05-25 Thread Dr Stephen Henson
Keith Johnston wrote: > > Does anyone know of a tool to convert a PKCS8 RSA private key to the PEM > or DER format > that OpenSSL uses? > Yes I do. Its in my personal library source and isn't yet in the main tree: yet another thing on my list of 'things to do'. What kind of PKCS#8: encrypted

Re: Lastest 0.9.3 OpenSSL Failure

1999-05-25 Thread Bodo Moeller
On Tue, May 25, 1999 at 05:03:37PM -0400, Howard Uman wrote: > I just acquired/started building the latest modssl/openssl to work with > Apache 1.3.6 and when I do a make certificate, it fails with the following > error: >   > test sslv3 > ERROR in SERVER > 13809:error:1408C095:SSL routines:SSL3_

Re: 0.9.3 tarball in place

1999-05-25 Thread Richard Levitte - VMS Whacker
ben> If people could stick to bugfix-only mode 'til, say, tomorrow, that'll ben> make life easier (or shall I just branch now and be done with it?). A branch where corrections are made sounds like the way I'd go... -- Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED] Redakteur@Stacken

Lastest 0.9.3 OpenSSL Failure

1999-05-25 Thread Howard Uman
I just acquired/started building the latest modssl/openssl to work with Apache 1.3.6 and when I do a make certificate, it fails with the following error:   test sslv3 ERROR in SERVER 13809:error:1408C095:SSL routines:SSL3_GET_FINISHED:digest check failed:s3_both.c:147: 13809:error:140940E5:SSL rou

openssl key management

1999-05-25 Thread Renjie Tang
Hello, Using openssl 0.9.2b's CA.sh, I generated a private key and a certificate for myself. But I found that I can use the private key to both encrypt and decrypt the message, which is contrary to my understanding. Also I want to use openssl to generate a pair of public key/private key for me.

Converting PKCS8 Private Key to OpenSSL Format

1999-05-25 Thread Keith Johnston
Does anyone know of a tool to convert a PKCS8 RSA private key to the PEM or DER format that OpenSSL uses? Thanks, Keith Johnston __ OpenSSL Project http://www.openssl.org User Support Mailing List

About openssl.cnf

1999-05-25 Thread Raul Gutierrez
Can somebody tell me all posible values of nsCertType field in the openssl.cnf file and its means?   I know some value for example:       nsCertType  = client     nsCertType  = client, email     nsCertType  = objsi

building a 128-bit certificate

1999-05-25 Thread geoffrey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm running SuSE6.0 on intel with an apache 1.3.6 server. I built openssl-0.92, and when i do "make certificate", it builds one of only 40-bit strength. Is there a makefile tweak that I need to enable 128-bit certificate generation? I was wonderin

BSDi compilation

1999-05-25 Thread Daniel Smith
Hi, Compilation of the 0.9.3 version fails on BSDi 4.0.1 during the make in apps/ I saw the assembler underscore problem was down as a release show-stopper. Have I mucked something up here? :-/ Any help most appreciated, Daniel. Dan

Re: 0.9.3 tarball in place

1999-05-25 Thread Ben Laurie
Richard Levitte - VMS Whacker wrote: > > 3moeller> Then direct VMS users to an appropriate snapshot in the > 3moeller> announcements, because the latest VMS changes are also not > 3moeller> in the tar file. > > Drat. OK, I'll build my own tarball and will direct the VMS folks to > it (not that

Re: 0.9.3 tarball in place

1999-05-25 Thread Richard Levitte - VMS Whacker
ben> IIRC the only non-documentation VMS change was GENDSA, right? And two other command symbols (NSEQ jumps to mind), yes. -- Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED] Redakteur@Stacken \ S-161 43 BROMMA \ T: +46-8-26 52 47 \ SWEDEN \ or +46-70

Re: Netscape: encountered bad data

1999-05-25 Thread Larry Leszczynski
Hello - > I compiled openssl-0.9.1c / mod_ssl_2.2.8-1.3.6 / apache_1.3.6 on Linux > 2.0.x box and then tried to test it using IE and Netscape. > IE read the web-content successfully while Netscape failed and complain > about something like 'Netscape has encoutered bad data from server'. I rememb

Re: 0.9.3 tarball in place

1999-05-25 Thread Bodo Moeller
On Tue, May 25, 1999 at 01:28:51PM +0100, Ben Laurie wrote: > I have no doubt that there will be a "b" version shortly. The VMS > changes will be picked up then. > > IIRC the only non-documentation VMS change was GENDSA, right? There was more than that. GENDSA is the one that was not correct i

RE: RPM spec file for openssl-0.9.3

1999-05-25 Thread GOMEZ Henri
Oups. The problems related to the 'DOS' format of the spec file. Construction in run :-) __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED]

Re: 0.9.3 tarball in place

1999-05-25 Thread Richard Levitte - VMS Whacker
3moeller> Then direct VMS users to an appropriate snapshot in the 3moeller> announcements, because the latest VMS changes are also not 3moeller> in the tar file. Drat. OK, I'll build my own tarball and will direct the VMS folks to it (not that it's terribly important, except for the missing comm

RE: RPM spec file for openssl-0.9.3

1999-05-25 Thread GOMEZ Henri
Hi !!! Just tried but got : : command not found870: Bad exit status from /var/tmp/rpm-tmp.12870 (%prep) Seems to have probs with sed '/#!\usr.' PS: I tried on RH5.2/6.0 both with openssl 0.9.2 RPM !!! See you __ OpenSSL

About Openssl-0.9.3

1999-05-25 Thread Raul Gutierrez
How can i update from Openssl-0.9.2b to Openssl-0.9.3?   Slds Raul Gutierrez  

Re: 0.9.3 tarball in place

1999-05-25 Thread Ben Laurie
Bodo Moeller wrote: > > On Tue, May 25, 1999 at 08:58:35AM +0200, Ralf S. Engelschall wrote: > > > It's a little bit inconsitent, but because the source is tagged and the > > tarball is already rolled and picked up by mirrors we should _NOT_ reroll it, > > of course. Luckily these are just docum

[OPENSSL-USERS] More about SSL-MZTelnet

1999-05-25 Thread Paco Orozco
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi to all of you, Well... I'm back with more SSL-MZTelnet problems. As you know I'm trying to use SSLeay and SSL-MZTelnet to create a client authetication method using certificates in a TELNET environment. I've been trying some more options and now

Netscape: encountered bad data

1999-05-25 Thread gunardi
Hi, Sorry if this question has been asked / answered before. I am new to SSL world, so please be easy on me :-) I compiled openssl-0.9.1c / mod_ssl_2.2.8-1.3.6 / apache_1.3.6 on Linux 2.0.x box and then tried to test it using IE and Netscape. IE read the web-content successfully while Netscape fa