Re: www.openssl.org

1999-05-26 Thread Magnus Stenman
Ben Laurie wrote: > > GOMEZ Henri wrote: > > > > Hi !!! > > > > Why not start feeding contrib dir located in http://www.openssl.org/contrib/ > > with > > at least at least openssl RPMs (0.9.3) (found on > > http://www.modssl.org/contrib/) > > Good idea for the OpenSSL RPMs - but I'd say www.open

Re: Howto make a small footprint lib?

1999-05-26 Thread Michael Portz
Peter 'Luna' Altberg wrote: > > Hi all, > > I'm making a single floppy Linux router/firewall. For now I'm running > the 'telnetd' from the GNU 'inetutil' package on it, but I'll rather be > using SSL-MZtelnet instead. Unfortunately, I don't have much space left > on the floppy now. Do anyone hav

RE: RSA License + U.S. comercial use

1999-05-26 Thread Chris Zimman
On 05/26/99, Salz, Rich said: >I expect, however, that what you are really interested in >is "where can I get patches that integrate OpenSSL with >crypto hardware?" I don't know of any such patches. It's >a moderate level of effort for you to do it yourself. I also >believe that integration with

RE: RSA License + U.S. commercial use

1999-05-26 Thread Paul Rubin
If you control both the client and server, you can use Diffie-Hellman/DSA. The US patent for DH expired in 1997. DSA is patented by the government but can be used at no charge as long as you follow the standard. Disclaimer: IANAL etc. Technical note: DH is somewhat less cpu-efficient than RSA

Re: Latest openssl and bsdi 3.1 compile problems.

1999-05-26 Thread Ulf Möller
>If your assembler only knows 386 opcodes, you'll probably have to use >the "386" option to "./config". (bswapl does not exist on the 386.) In the SHA assembler code, bswapl is given as its numeric value, so this problem would not occur. The problem is that Configure only defines the macro SHA1_

Re: RSA License + U.S. commercial use

1999-05-26 Thread Dr Stephen Henson
Bodo Moeller wrote: > > On Thu, May 27, 1999 at 10:25:34AM +1000, Ian Pollard wrote: > > > I have a proprietary client application and server that I have implemented > > OpenSSL for secure comms. My own client app doesn't have to communicate > > with anything other than my own application serve

Re: RSA License + U.S. commercial use

1999-05-26 Thread Bodo Moeller
On Thu, May 27, 1999 at 10:25:34AM +1000, Ian Pollard wrote: > I have a proprietary client application and server that I have implemented > OpenSSL for secure comms. My own client app doesn't have to communicate > with anything other than my own application server. My server will be > likely si

trying to run httpsd...dies!

1999-05-26 Thread Shane Clements
I have apache 1.3.6 with openssl 0.9.2b installed. When I run apache I get: [Wed May 26 17:14:04 1999] [crit] Attempt to reinitialise SSL for server www.myserver.com Did I do something wrong or what? in /usr/local/apache/conf/httpsd.conf I have: SSLCertificateKeyFile mykey.key SSLCertificateFil

RE: RSA License + U.S. commercial use

1999-05-26 Thread Ian Pollard
A single response from Bodo Moeller on this one would be fine. I have a proprietary client application and server that I have implemented OpenSSL for secure comms. My own client app doesn't have to communicate with anything other than my own application server. My server will be likely situated

RE: RSA License + U.S. comercial use

1999-05-26 Thread Paul Rubin
There are a number of hardware crypto vendors, including Spyrus, Chrsalis, nCipher. Point your browser to www.{pick}.com I expect, however, that what you are really interested in is "where can I get patches that integrate OpenSSL with crypto hardware?" I d

Re: Passwords in OpenSSL-0.9.3

1999-05-26 Thread Franco Papacella
On Wed, 26 May 1999, Scheltema, R.A. wrote: > Hi all, > > I've installed openssl version 0.9.3 and I've noticed that the > callback-function for passwords has gained a parameter, which totals it now > to three. > > int password_cb(char *buf, int len, int WhatIsThis); It's 0 when the password

Re: Passwords in OpenSSL-0.9.3

1999-05-26 Thread Franco Papacella
On Wed, 26 May 1999, Wu Zhigang wrote: > Hi, > > Besides his question, I want to know anyone has an > experience to build a Win32 dialog based password > call back function? > If Yes, can you share your code out? Looking for something like this? char passph[128]; BOOL CALLBACK pass_proc (HW

Re: Object signing

1999-05-26 Thread Franco Papacella
On Tue, 25 May 1999, Mario Fabiano wrote: > I want to issue a X509v3 certificate with openssl CA to sign Java > applets. > What extensions must I define in the ssleay.cnf file? nsCertType = objsign worked for me! Ciao, Franco

libRSAglue.a

1999-05-26 Thread Eric Cronin
Hi. I just switched a project I'm working on from using SSLeay to OpenSSL. It initially had some problems with unresolved symbols... I tracked them down and fixed them by moving libRSAglue.a into the ssl/lib dir and linking with it. I can't seem to find this lib documented in the readmes th

RE: Building OpenSSL Project with MS C++ 5.0

1999-05-26 Thread Greg Pasquariello
About to do it this evening. I'll let you know how it goes appears to be fairly straightforward. -Greg --- Greg Pasquariello CTO, PrivaSeek, Inc. [EMAIL PROTECTED] 303-604-6334 x104 > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTE

Re: DES key mismatch

1999-05-26 Thread Chris Bongaarts
As Tri Phan once put it: > I'm using openSSL-0.9.1c's EVP_BytesToKey to generate a DES > encryption key for EVP_des_cbc() and EVP_des_ede3_ofb(). I can run > my application sucessfully as an NT application, NSAPI DLL within > NES 3.6.1 (on NT), Sun Solaris application, or Sun Solaris shared > obj

About pyCa-0.4.5

1999-05-26 Thread Raul Gutierrez
Hi: When I resquest a Certificate from NetScape the ns-enroll.py's script save the file ns-cert-req.CA.83231027.spkac, I issue the certificate with this command : "/usr/local/ssl/bin/openssl ca -config /usr/local/SegCA/openssl.cnf -name CA_CA -spkac ns-cert-req.CA.83231027.spkac" this command cre

Linkedit error __umoddi3

1999-05-26 Thread Matthew Ling
I just built OpenSSL 0.9.3. ( I was using SSLeay 0.9.2b in past) My program didn't make through link editting. The linker (AIX 4.2.1) complains the presence of an undefined symbol called .__umoddi3. The symbol is located inside the object "bnword.o" . Any idea what is missing in my link edit comm

Re: apache+ssl HOWTO?

1999-05-26 Thread Marko Asplund
On Wed, 26 May 1999, geoffrey wrote: > ... > this is the first apache+ssl server I have built; so, my knowledge > of ssl servers, and ssl in general, is very limited. Is there an > apache+ssl HOWTO, or a general primer on ssl servers? I would like to find > a source of information on what t

RE: RSA License + U.S. comercial use

1999-05-26 Thread Salz, Rich
oops, the FQDN of Chrysalis is chrysalis-its.com __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager

RE: RSA License + U.S. comercial use

1999-05-26 Thread Salz, Rich
(I really hate the Reply-to header as used here..) >Could you point us (me) somewhere where we can get more info on this >hardware-based encryption? (website, etc) There are a number of hardware crypto vendors, including Spyrus, Chrsalis, nCipher. Point your browser to www.{pick}.com I expect

RE: newbie question

1999-05-26 Thread Dave Clark
No problem. - dc At 01:06 PM 05/26/1999 , you wrote: >Got it. It was the /MD problem, but I was building the OpenSSL libs with >/MD and my application in debug mode (/MDd). Matching them fixed it. > >Thanks for your help! > >-G > >--- >Greg Pasquariello >CTO, PrivaSeek, Inc. >[EMAIL PROTECTED]

Re: www.openssl.org

1999-05-26 Thread Ben Laurie
GOMEZ Henri wrote: > > Hi !!! > > Why not start feeding contrib dir located in http://www.openssl.org/contrib/ > with > at least at least openssl RPMs (0.9.3) (found on > http://www.modssl.org/contrib/) Good idea for the OpenSSL RPMs - but I'd say www.openssl.org should be the primary source, n

RE: RSA License + U.S. comercial use

1999-05-26 Thread E. Stuart Hicks
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Could you point us (me) somewhere where we can get more info on this hardware-based encryption? (website, etc) - -Original Message- From: Salz, Rich [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, May 26, 1999 11:33 AM To: '[EMAIL PROTECT

Building OpenSSL Project with MS C++ 5.0

1999-05-26 Thread Niels J. Thorwirth
Hi, has anybody made an MSVC++ project from OpenSSL 0.9.3 or earlier ? thanx Niels -- -N-i-e-l-s--T-h-o-r-w-i-r-t-h-- Tel: -Frauenhofer CRCGWork: xx1-401-453-6363 Ext. 133 -321 South Main St. Home: xx1-401

Re: Latest openssl and bsdi 3.1 compile problems.

1999-05-26 Thread Bodo Moeller
On Wed, May 26, 1999 at 10:41:02AM -0600, Jim Hribnak wrote: > I am having problems compiling openssl .0.9.3 and bsdi 3.1 I run config > and then make and I then eventually get the following: > > > making all in crypto/sha... > gcc -I.. -I../../include -O3 -ffast-math -DL_ENDIAN -DPERL5 -m486

apache+ssl HOWTO?

1999-05-26 Thread geoffrey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, this is the first apache+ssl server I have built; so, my knowledge of ssl servers, and ssl in general, is very limited. Is there an apache+ssl HOWTO, or a general primer on ssl servers? I would like to find a source of information on what

Re: How to have the client's certificate...

1999-05-26 Thread Alessandro Vesely
-- X-Sun-Data-Type: text X-Sun-Data-Description: text X-Sun-Data-Name: text X-Sun-Charset: us-ascii X-Sun-Content-Lines: 75 > From [EMAIL PROTECTED] Wed May 26 18:32 MET 1999 > Received: from north.tana.it (north.tana.it [10.2.3.4]) > by north.tana.it (8.8.7/8.8.5) with ESMTP id SAA11794

a perl interface to OpenSSL

1999-05-26 Thread Marko Asplund
in case someone is interested, i'm writing a perl interface (called Net::SSL) to OpenSSL. at first, it was meant to be a Net::SSL (in Gisle Aas's Crypt-SSLeay package) emulation library that would fix libwww-perl's support for https scheme URLs. the library provides an interface similar to that o

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

1999-05-26 Thread giwarden
Thanks for pointing out the info in the Configure and INSTALL files. That's what I get for not reading the documentation carefully... :) -giwarden __ OpenSSL Project http://www.openssl.org User Su