RE: SSL access to Web server

2001-01-24 Thread Dale Peakall
> > Not quite sure what you mean by bogus certificate. > Test certificates (Snake Oil and such). OK. > > The protection of this private-key is what's important here. > > You may rely on the hardware being physically secure to prevent the > > key being stolen, or on the operating system, or requi

Re: [Gathering Entropy quickly for openSSL]

2001-01-24 Thread Michael Sierchio
Michael Wojcik wrote: > Here are a couple more techniques for generating some entropy. Like the > ones Lutz and Bill have been discussing, they have drawbacks - in > particular, there's no guarantee how much entropy they'll produce, or how > quickly. Quite so -- even hardware RBGs have very lim

Re: [Gathering Entropy quickly for openSSL]

2001-01-24 Thread Michael Sierchio
Greg Stark wrote: > The server can just add the master secret into its RNG (along with other > entropy of course). I don't think the extra steps of having the client pass > more random bytes adds much if anything and requires this extra protocol to > support and debug. Be careful -- using th

Access to ssl secure webserver from perl?

2001-01-24 Thread Duc Chau
Can anyone lead me in the correct position? I am trying to access a https:// webserver with perl. I need to be able to login to a form on a https:// via a perl script. I was using LWP::Protocol::https and the user agent but, everywhere I have looked so far has given me the information that S

RE: SSL access to Web server

2001-01-24 Thread Joan Picanyol i Puig
On Wed, 24 Jan 2001, Dale Peakall wrote: > Not quite sure what you mean by bogus certificate. Test certificates (Snake Oil and such). > The protection of this private-key is what's important here. You may > rely on the hardware being physically secure to prevent the key being > stolen, or on

Re: [Gathering Entropy quickly for openSSL]

2001-01-24 Thread Greg Stark
Bill and Lutz, The server can just add the master secret into its RNG (along with other entropy of course). I don't think the extra steps of having the client pass more random bytes adds much if anything and requires this extra protocol to support and debug.

Re: info on shared data

2001-01-24 Thread Quickling
I've said it before, but my problem sounds very similar to yours. In my system, it's not even possible for two threads to be accessing SSL at the same time, yet still it appears that a given ssl session will get confused, perhaps like you say it gets signals crossed with another session. Its

Key generation problem.

2001-01-24 Thread jgreen
I am attempting to run the CA.pl script, that is located under the misc directory, to generate a new request. I get the following message: Using configuration from /usr/local/ssl/openssl.cnf unable to load 'random state' This means that the random number generator has not been seeded with much r

RE: [Gathering Entropy quickly for openSSL]

2001-01-24 Thread Michael Wojcik
People interested in this topic who aren't familiar with RFC 1750, "Randomness Recommendations for Security", should probably take a look at it. It's available from all the usual RFC sources, such as www.rfc-editor.org. Besides a useful discussion of randomness and pseudo-randomness in security

BIO problem

2001-01-24 Thread Martin Szotkowski
Hi all, I have 2 READ BIOs and I want concatenate it. Because this BIOs are large copy one BIO to other is too slow. In some case is possible, that this two BIOs are different type. I found this function but nothing get. I think this will be good function for example open certificates files and pu

Re: Distributed session caching

2001-01-24 Thread Geoff Thorpe
Hi there, On Mon, 22 Jan 2001, Shridhar Bhat wrote: > Hi, > > We are trying to deploy multiple SSL-based servers > in a cluster. We want to share the session cache of each > of these servers so that connections from same client > (with session id reuse) can be handled by any server in > the sam

Re: Bug or Feature in "openssl x509 -text"?

2001-01-24 Thread Richard Levitte - VMS Whacker
From: Rich Salz <[EMAIL PROTECTED]> rsalz> > the CN and Email are separated by a "/" while all other DN components are rsalz> > separated by ", ". Is there a reason for this behaviour? rsalz> rsalz> Because the openssl code 'knows' about some RDNs, and then it just gloms rsalz> the rest on the e

problem with PCKS#10 certificate

2001-01-24 Thread Marco Tasselli
Hi, I'm new to this forum (and the whole OpenSSL thing too) :-) after receiving a certificate from a certificate authority I tried to run stunnel in order to use the certificate. here follows the dump: [root@host]# /usr/sbin/stunnel -f -p /var/ssl/certs/cert_file.crt -d some.domain:443 -r some

Re: openssl on NT

2001-01-24 Thread David Maurus
Alberto Rubio wrote: > True enough, but my problem arouses just a bit later. I can not find ml.exe. > I have no such program. I did as instructions say.: I installed Microsoft > Visual C++ (Visual Studio 6.0)and look for an executable xml.exe & > xml.err . The most similar program was c

Re: Bug or Feature in "openssl x509 -text"?

2001-01-24 Thread Rich Salz
> the CN and Email are separated by a "/" while all other DN components are > separated by ", ". Is there a reason for this behaviour? Because the openssl code 'knows' about some RDNs, and then it just gloms the rest on the end. :) /r$ _

info on shared data

2001-01-24 Thread Cory Winter
Hi, There seems to be data shared between different SSL structures. Can anyone verify this? I know that session caching is shared data but I was wondering what else. My multithreaded app seems to have difficulty when one thread is doing an SSL_accept and another thread doing an SSL_read on diffe

Bug or Feature in "openssl x509 -text"?

2001-01-24 Thread Reiner Buehl
Hi all, I noticed that in the subject and issuer DN output from "openssl x509 -text" the CN and Email are separated by a "/" while all other DN components are separated by ", ". Is there a reason for this behaviour? Best Regards, Reiner. _

RE: SSL access to Web server

2001-01-24 Thread Dale Peakall
> I need to set up secure access to Web accessible database. > I'm going to be using Apache on a Linux machine, which I have > already started trying out with bogus certificates. However, > I need some help on the client side. Not quite sure what you mean by bogus certificate. > I know that bot

Fwd: [Gathering Entropy quickly for openSSL]

2001-01-24 Thread Lutz Jaenicke
Hi! I am currently in a discussion with Bill Browning about entropy gathering and as suggested I would like to share the discussion with the forum both for others to be informed and to get more input on it. Best regards, Lutz - Forwarded message from Lutz Jaenicke <[EMAIL PROTECTED]

Re: openssl on NT

2001-01-24 Thread Mikael Grehn
Alberto Rubio wrote: > The most similar program was cl.exe (some kind of linker) but > did not work. cl.exe is the Visual commando-line compiler...its not likely to be the file your looking for in this case. Sinc. Mikael __

ld: Badly formed hex number: -std1

2001-01-24 Thread Willy Skjæveland
Title: ld: Badly formed hex number: -std1 I'm trying to build OpenSSL (openssl-0.9.6) on Digital Unix 4.0 (OSF1 V4.0 878 alpha) for use with mod_ssl for Apache, but get the following error: --- ... ld: Badly formed hex number: -

About application development in windows that uses OpenSSL

2001-01-24 Thread lucian
Hi everyone! Can anybody send me a project example for visual c++ that use openssl 0.9.6 or earlier version? I have compiled openssl 0.9.6 on Windows NT 4.0 Sp6, but I didn't get a working application. Those few application don't work for me. What should i do?  Thanks in advance from Lucian