Crypt::SSLeay --- how do I supply username and password?

2002-08-21 Thread Mark Ginsburg
Hello, I have installed OpenSSL from openssl.org. I have installed Crypt::SSLeay. My situation is that I am trying to compose a POST to an https: server. Using a webbrowser, the server will come back and ask for my username and password. How do I set these so that the POST works in my Perl

Re: The effective/invalid setting method of a certificate

2002-08-21 Thread SSL_Leay
Hello. A question is asked seriously each time. However, it is since English is weak -- Are the contents of a question amusing? - Original Message - From: Dirk van der Giesen To: [EMAIL PROTECTED] Sent: Wednesday, August 21, 2002 11:31 PM Subject: Re: The effecti

How to uninstall OpenSSL

2002-08-21 Thread Soheil Shaghaghi
Hello everyone, Can anyone please tell me how to uninstall OpenSSL on a Linux or a FreeBSD server? Thanks so much, Soheil __ OpenSSL Project http://www.openssl.org User Support Mailing List

Re: PKCS#12 and Verisign cert

2002-08-21 Thread Dr. Stephen Henson
On Wed, Aug 21, 2002, David Iungerich wrote: > I took a look at the file Verisign returned based on my certificate request. > It does have the -BEGIN CERTIFICATE- and -END CERTIFICATE- > wrapping. I ran asn1parse on it and ended up with the following result, so > it seems to be a

connecting with Crypt::SSL

2002-08-21 Thread Dirk van der Giesen
Dear People,I (still) have a problem with secure connecting through a socket.The other side see me comming in because they have to allow me on my ipnumber and evertime i run this script they see me coming in they say, but i get a connection refused error. As i've been fighting with this probl

man page questions

2002-08-21 Thread Lance Zhang
Hi, there: I installed openssl-0.9.6g on my Soloris machine. I typed in 'man BIO_write' and I got 'No manual entry for BIO_write.' I had to type in 'man BIO_read' to see the man page for BIO_write. And it took me quite a while to figure out BIO_read's right entry for it. I ran into similar pr

RE: PKCS#12 and Verisign cert

2002-08-21 Thread David Iungerich
I took a look at the file Verisign returned based on my certificate request. It does have the -BEGIN CERTIFICATE- and -END CERTIFICATE- wrapping. I ran asn1parse on it and ended up with the following result, so it seems to be a PKCS7 file. 0:d=0 hl=2 l=inf cons: SEQUENCE

Question about Public Keys

2002-08-21 Thread VGuttikar
Hi All, I was wondering as to how to retrieve the exponent and the modulus of a public key. for instance - In the following public key representation in BASE64 format, what is the modulus and the exponent? MIGJAoGBALtfVnyl6o1oqMbZ0qzly84qsYcUSFQsnbqYF9AAnkjTsX5NwZGvX8rBG+IRC7D+47P9XYmPQyimjhmS6

Securing my theme camp at Burning Man: PKCS#12 and Verisign

2002-08-21 Thread Gary W.
Will PKCS#12 and Verisign cert be enough or will I need something stronger because of the caustic dust and alien technology deployed there? Gary Wesley -- For every human problem, there is a neat, simple solution; and it is always wrong -- H. L. Mencken, Mencken's Metalaw http://WW

Re: PKCS#12 and Verisign cert

2002-08-21 Thread Dr. Stephen Henson
On Wed, Aug 21, 2002, David Iungerich wrote: > The cert.cer file is the result of taking a request file in PEM format > (req.pem) and giving it's contents to Verisign for signing. According to > Verisign, they send back in the same format. Question is, what did they > send back, and did I send

Re: parameters for automated requesting

2002-08-21 Thread Dr. Stephen Henson
On Wed, Aug 21, 2002, [EMAIL PROTECTED] wrote: > Hi all, > > I want to create a request and start the openssl-command with the content of > common name and organisation and so on, so that the application doesn`t stop > for waiting putting in these things. Is it possible to give the content of >

Prblem compiling OpenSSL 0.9.7 beta3

2002-08-21 Thread Stefan Ignatov
I expierenced the folowing error link /nologo /subsystem:console /machine:I386 /opt:ref /dll /out:out32dl l\ssleay32.dll /def:ms/SSLEAY32.def @C:\DOCUME~1\ADMINI~1\LOCALS~1 \Temp\nmb00320 . Creating library out32dll\ssleay32.lib and object out32dll\ssleay32.exp s3_clnt.obj : error L

RE: PKCS#12 and Verisign cert

2002-08-21 Thread Bob Kupperstein
I suggest: - edit the certificate file and see if "CERTIFICATE" is indeed in the first line, as your openssl pkcs12 command claims it doesn't see it. - see if the asn1parse command can decipher the cert. - try verifying it by specifying different cert formats to find out what type it really is.

RE: PKCS#12 and Verisign cert

2002-08-21 Thread David Iungerich
The cert.cer file is the result of taking a request file in PEM format (req.pem) and giving it's contents to Verisign for signing. According to Verisign, they send back in the same format. Question is, what did they send back, and did I send the right thing. This is getting a bit annoying tryin

Re: OpenSSL 0.9.6g fails on Tru64 UNIX

2002-08-21 Thread Ryan Frantz
I just thought of some more useful information regadring OpenSSL on Tru64.  I'm not sure if this has caused my problem, but here goes.  In order to get around the virtual memory error on Tru64, I followed the OpenSSL's FAQ suggestion to compile sha_dgst.c WITHOUT optimization.  This is the s

Re: The effective/invalid setting method of a certificate

2002-08-21 Thread Dirk van der Giesen
Your kidding me/us... - Original Message - From: SSL_Leay To: [EMAIL PROTECTED] Sent: Wednesday, August 21, 2002 6:45 AM Subject: The effective/invalid setting method of a certificate Hello. Please teach me how to perform effective/invalid setup of a

OpenSSL 0.9.6g fails on Tru64 UNIX

2002-08-21 Thread Ryan Frantz
I am upgrading many of my clients' web servers to Apache with mod_ssl.  I have tried to install OpenSSL on these machines and failed miserably.  All of them are Alpha DS20s running either 4.0G, or 5.0.  None of these machines have ever had an OS patches installed.  I have gotten around the v

parameters for automated requesting

2002-08-21 Thread es-se
Hi all, I want to create a request and start the openssl-command with the content of common name and organisation and so on, so that the application doesn`t stop for waiting putting in these things. Is it possible to give the content of common name and so on as parameters to the "openssl req"

Re: SSL_read errors - need pointer to error string descriptions

2002-08-21 Thread Lutz Jaenicke
On Wed, Aug 21, 2002 at 09:27:39AM -0400, Louis LeBlanc wrote: > Hey folks. I've been looking thru the OpenSSL online docs for some of > the error message documentation. I've found the pages for err(3), > ERR_error_string(3), ERR_get_errors(3), etc. but I can't find any real > description of wha

SSL_read errors - need pointer to error string descriptions

2002-08-21 Thread Louis LeBlanc
Hey folks. I've been looking thru the OpenSSL online docs for some of the error message documentation. I've found the pages for err(3), ERR_error_string(3), ERR_get_errors(3), etc. but I can't find any real description of what the messages returned by ERR_error_string(ERR_get_error(), buf);. We

The deep of SSL2.0 (for SSL monsters)

2002-08-21 Thread Innokentiy Ivanov
Hi, All! I've got two questions about SSL2.0 client certificates. When creating the CLIENT CERTIFICATE message, we need to calculate a MD5 digest, like this (cite from SSL2 spec.): - the KEY-MATERIAL-0 the KEY-MATERIAL-1 (only if defined by the cipher kind) the KEY-MATERIAL-2 (only if defi

The effective/invalid setting method of a certificate

2002-08-21 Thread SSL_Leay
Hello. Please teach me how to perform effective/invalid setup of a certificate. Please teach me processing of the certificate attestation method containing the certificate by which effective/invalid setup was carried out. Thank you for your consideration.

AW: sslv3 alert certificate unknown

2002-08-21 Thread Tarassov Vadim
Hallo,   error:14094416:SSL routines:SSL3_READ_BYTES:sslv3 alert certificate unknown   probably means that your client does not send its certificate to server, but server would to get it. In order to get you client to send certificate you would probably have to   1) read jsse manuals 2) aft