Re: mailtag.com is fixed, I think

2001-02-26 Thread I_A-HetNet
Hi folks, - Original Message - From: "David Schwartz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, 26 February, 2001 08:13 Subject: Re: mailtag.com is fixed, I think [...] > The *only* solution that actually fixes the problem is to fix the broken > autoresponder. The us

Re: Protocol messages

2001-02-26 Thread Tat Sing Kong
Greg, I was in the book store for a while deciding to go for the Rescorla's or Thomas. I got the Thomas book, damn. Any info regarding the protocol would be helpful as I am getting nowhere with this Netscape LDAP stuff, even the messages from it are completely screwed. Tat. Greg Stark wrote:

Re: mailtag.com is fixed, I think

2001-02-26 Thread Peter Sylvester
these discussions, some had them already about 15 years ago, when a famous mail expander added a feature of automatically adding reply-to to the headers, in order to help brain dead end user systems to simply say : reply. This was opening a pandora box or error messages bounced to a list. In or

Re: mailtag.com is fixed, I think

2001-02-26 Thread Richard Levitte - VMS Whacker
From: Peter Sylvester <[EMAIL PROTECTED]> Peter.Sylvester> People can not longer just use reply, they need to Peter.Sylvester> use some 'reply to all' or whatever. Oh? -- Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED] Chairman@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47 Redakt

Re: Maximum size of RSA message, was: Re: RSA Encrypt/Decrypt fails

2001-02-26 Thread Guus Sliepen
On Sun, Feb 25, 2001 at 08:04:55PM -0500, Greg Stark wrote: > It is not a bug, it is a known fact. As Joseph Ashwood notes, you end up > trying to encrypt values that are larger than the modulus. The documentation > and most literature do tend to refer to moduli as having a certain "length" > in

X509_REQ_sign crashes

2001-02-26 Thread manjunath gv
hello i have compiled openssl for red hat linux im trying to sign the x509 certificate request it is able to create the certificate but crashes when trying to sign with public key. im using /demos/maurice/loadkey.c for loading key from the file privkey.pem,cert.pem that comes with open

Re: Certificate migration

2001-02-26 Thread Mandar Behere
Refer to http://www.thawte.com/support/server/msiis4.html#iistossl HTH, Mandar Gil Schindler wrote: > Hi, > > I am using the openssl with Apache server. > My clients work with Verisign and Entrust CA, and have a key and certificate > for IIS web server. > Does the openssl have a command that mi

Re: OpenBSD + Pthreads + nbio problems

2001-02-26 Thread Ng Pheng Siong
On Wed, Feb 21, 2001 at 01:11:25PM +0100, Alexander Haväng wrote: > So, basicly, I'd like to know if there are any known problems with posix > threaded openssl apps on OpenBSD? I'm using openssl 0.9.6, with > thread-support. Which version OpenBSD? There is an OpenBSD 2.8 (or maybe 2.7, I forgot)

Re: mailtag.com is fixed, I think

2001-02-26 Thread cipherbk
That's ok, I blocked 'em right back! =) > They were rudely accused of many things throughout this afternoon, > and > are blocking any emails from "your networks". I quoted that because > it's > not clear who the "your" is, since the Cc'd winstar, my IP provider. > They did suggest that if my sy

rsautl

2001-02-26 Thread Aumont
Hi I'am looking for a way to script asymetrical encryption of a named file. rsautl providede that feature but it seems to be outside openssl now (but it is still in the documentation). Is there a another way to do it using openssl command interface ? --

Re: OpenBSD + Pthreads + nbio problems

2001-02-26 Thread Alexander Haväng
> Which version OpenBSD? There is an OpenBSD 2.8 (or maybe 2.7, I forgot) > threading problem that affects Zope; maybe it is causing you problem here > as well. This is OpenBSD 2.8 Though I might have solved the problem. Calling the thread setup stuff after initializing the ssl library was much

SSLVerifyClient

2001-02-26 Thread vincent guignard
Hello, I am developping a Java Connection on a openssl server but it doesn t work, I would like to test it wihtout a client verification, How can I do? What is th default value of the "SSLVerifyClient" variable? If I put "none" as its value, will my test work??? Regards, Vinc

Re: mailtag.com is fixed, I think

2001-02-26 Thread Reiner Buehl
Hello, > 2b) does the mailing list software have any 'lockout' options available > (such as: locking out users which generate over, say, 200+ emails a day, > though this doesn't sound 'good' to me either, but it an idea). I am not sure, the autoresponder is the only broken thing here. As far as

Re: mailtag.com is fixed, I think

2001-02-26 Thread Stig Venaas
On Mon, Feb 26, 2001 at 11:25:33AM +0100, Peter Sylvester wrote: > Mail system that do not distingusih beween envelope addresses > and mail headers, and gateways that have to translate > > From: , reply-To, Sender: MAIL FROM to one single address > > are still there, and it seems that they are

Re: crypt() conflicts

2001-02-26 Thread Stig Venaas
I haven't heard any comments on this? Could someone please say something. If you didn't answer because it's a bad idea, please let me know. On Sun, Feb 11, 2001 at 01:25:01PM +0100, Stig Venaas wrote: > Some systems like current Linux distributions have crypt() that supports > more than just DES.

error generating key

2001-02-26 Thread Lotey. Kulwant
Hi, I have OpenSSL installed, and get the following error in generating a RSA private key when I type: genrsa -des3 -out server.key 1024 The error message I get is: 15678:error:24064064:random number generator:SSLEAY_RAND_BYTES:PRNG not seeded:md_rand.c:474:You need.. 15678:error:040699003

Re: rsautl

2001-02-26 Thread Dr S N Henson
Aumont wrote: > > Hi > > I'am looking for a way to script asymetrical encryption of a named file. > rsautl providede that feature but it seems to be outside openssl now > (but it is still in the documentation). Is there a another way to do it > using openssl command interface ? It is in the ope

RSA, Perl and OpenSSL

2001-02-26 Thread Maxime Dubois
Hi all, I would like to know if (how?) I can perform RSA Encryption with Perl using Crypt::SSLeay or something else. More precisely here is what I want to do: I build a Single Sign On Solution with an SSL authentication server. Once a user has been authenticated, the server gives him a cookie as

Re: error generating key

2001-02-26 Thread Surya N Viriyala
I faced the same problem. I dont know what the hell it means, but the FAQ suggests that we download the egd.pl and run it. What worked for me: I downloaded egd.pl and ran it. #egd.pl $HOME/.rnd OF course I dont know why but egd.pl dies very frequently, and whenever that happens I just start the

Netscape Web SErver & OpenSSL??

2001-02-26 Thread Surya N Viriyala
Hi All, I am new to the world of SSL and need some help. I have a Netscape WEbserver. Normally when I want to run a secure server, I get a Certificate from say Verisign. How I do it is: Generate a key file on the web server machine using the Netscape WebSErver command line utility: sec-key Once

Proxy via apache_1.3.17, open_ssl-0.9.6 and mod_ssl-2.8.0-1.3.17

2001-02-26 Thread De Taeye, Herman
Hi, I am trying to setup a secure proxy using ssl. Between the client and the proxy, I do not need, client certificate verification, but between de proxy (gateway) and the server, I need a kind of client certificate verification. Current settings are: Client has the Verisign Test Root CA certif

SSL_CTX_set_tmp_key_mode help needed and are you seeing this message?

2001-02-26 Thread Scott Taggart
Hi, I sent the following message yesterday to the group and never saw it go by. Can someone at least verify that it went to the group? Thanks - Scott. - I'm very new to OpenSSL, so please bear with any stupid

Re: mailtag.com is fixed, I think

2001-02-26 Thread Michael H. Warfield
On Sun, Feb 25, 2001 at 11:29:34PM -0500, Rich Salz wrote: > I got email from webmaster at mailtag. I think they fixed their problem, > but I can't quite understand the following direct quote: > We shut off our responder...however; it is going back on now...so > hopefully all your ma

Re: error generating key

2001-02-26 Thread Ger
Hi, - Original Message - From: Lotey. Kulwant <[EMAIL PROTECTED]> > Hi, > > I have OpenSSL installed, and get the following error in generating a RSA > private key when I type: > > genrsa -des3 -out server.key 1024 > > The error message I get is: > > 15678:error:24064064:random number gen

Installing AXL Atalla card

2001-02-26 Thread Benoit, Chausse
Title: Installing AXL Atalla card Hi, I'm trying to compile OpenSSL 0.9.6 with the AXL200 Atalla SSL card, but without any success. After compiling Apache, there's no speed increasing... Does anyone had already installed this card ? Thanks! P.S.: We are using Tru64 Unix... Benoit Chauss

Re: DH_compute_key

2001-02-26 Thread Greg Stark
Bug?? I do not think so. I was able to get this result when giving it a zero value for the peer public key. There is nothing cryptographically sensible about a zero public key, but DH_compute_key() goes ahead and dutifully computes (0)^priv_key mod p, which really is just 0.

problem building 64-bit shared libs on Solaris

2001-02-26 Thread Jeff Layton
I'm trying to build 64-bit shared libraries for openssl-0.9.6 on Solaris 8, and am having a strange problem. It seems to build the static libraries just fine but when it tries to make .so libs from the .a libs, it comes up with a library with very few symbols in it that is much smaller than the .a

Re: SSL_CTX_set_tmp_key_mode help needed and are you seeing thismessage?

2001-02-26 Thread Dr S N Henson
Scott Taggart wrote: > > Hi, > > I sent the following message yesterday to the group and never saw it go > by. Can someone at least verify that it went to the group? Thanks - Scott. > > > I'm very new to OpenSSL, so please bear with any stupid questions. > > I'm trying to port some code t

DER to PEM conversion problem

2001-02-26 Thread afm
Hello, I'm writing a SCEP server implementation, which in automatic mode is expected to produce a certificate if the request challengePassword is ok. As the SCEP server mostly handles requests and certificates in DER format, the script that does the signing first uses openssl