VB control that implements openssl with more than 40 bit encryption?

1999-08-24 Thread Ben Wooller
If you know of one in existance, can you please mail me? Thanks, Ben Wooller __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated

Re: Smartcards

1999-08-24 Thread Michael Portz
Diana Smith wrote: > > Hi, > > I'm not quite sure if this is a bit off topic... > I want to build a little PKI for testing purposes > and I have some questions. > > Does anyone know any smartcard w/ 3DES and RSA-1024 > without export restrictions? Is anyone successfully > using smartcards w/ O

VB control that implements openssl with more than 40 bit encryption?

1999-08-24 Thread Ben Wooller
If you know of one in existance, can you please mail me? Thanks, Ben Wooller __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated

RE: What's My Brain Damage?

1999-08-24 Thread Ben Wooller
yes. i have the same problem, except i have openssl-0.9.3a > -Original Message- > From: Dave D. Cawley [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 25 August 1999 6:12 > To: [EMAIL PROTECTED] > Subject: Re: What's My Brain Damage? > > > On Fri, 20 Aug 1999, Ben Laurie wrote: > > "Dave

Challenge

1999-08-24 Thread Patrick G. Moore
Anyone want to try cracking this? It was probably encrypted by the issuer with the password supplied by the subscriber. NortonNg wrote: > > hello, > > Recently, i get a certificate and my private key from > a CA. The certificate file can be read by openssl, but > the private key file c

Re: openssl pkcs12 and Expect

1999-08-24 Thread Chris Zimman
On 08/13/99, Arend van der Veen said: >I am using Expect to automate certificate generation. The last step >involves exporting the certificate into pkc212 format. Everything works >great when I type the commands directly. However, when I execute the >command in Expect the output file has zero l

Re: What's My Brain Damage?

1999-08-24 Thread Dave D. Cawley
On Fri, 20 Aug 1999, Ben Laurie wrote: > "Dave D. Cawley" wrote: > > > > OK I'm running Slackware 4.0 kernel 2.2.6 and I've got > > > > apache_1.3.6 > > apache_1.3.6+ssl_1.36 > > openssl-0.9.4.tar.gz > > I haven't managed to figure that out (you are the second person with > this problem)

Newbie question, perhaps wrong place to post

1999-08-24 Thread Justin Long
This may be the wrong place to post this question but here goes anyhow. I have a login page which goes as follows: LOGIN page - encrypted. User enters ID & password. -> form leads to ... PROCESSOR - processes password, make sure ok. This page not encrypted at the

DSA Certificates - Trying to use DH

1999-08-24 Thread Gerald Pattillo
I'm just trying to get DSA/DH key exchange working. I own both ends. Everything works fine using RSA, but when I connect using the DSA certificate and key, I get the following errors 20185:error:0D06B078:asn1 encoding routines:ASN1_get_object:header too long:asn1_lib.c:139: 20185:error:0D09F006

Smartcards

1999-08-24 Thread Diana Smith
Hi, I'm not quite sure if this is a bit off topic... I want to build a little PKI for testing purposes and I have some questions. Does anyone know any smartcard w/ 3DES and RSA-1024 without export restrictions? Is anyone successfully using smartcards w/ OpenSSL's CA? Anyone can lead me in the

Re: Howto make a small footprint lib?

1999-08-24 Thread Michael Portz
Niklas Höglund wrote: > > On Tue, Aug 17, 1999 at 03:58:41PM +0200, Michael Portz wrote: > > Niklas Höglund wrote: > > > > > > In case you havent, try adding -ffunction-sections to the compiler > > > switches. This can reduce executable size quite a bit. > > > > > > > Ahem, which compiler are you

Re: Howto make a small footprint lib?

1999-08-24 Thread Niklas Höglund
On Tue, Aug 17, 1999 at 03:58:41PM +0200, Michael Portz wrote: > Niklas Höglund wrote: > > > > In case you havent, try adding -ffunction-sections to the compiler > > switches. This can reduce executable size quite a bit. > > > > Ahem, which compiler are you refering to? GNU´s suite doesn´t know

Proxy hanging problem

1999-08-24 Thread Peter Gordon
Hi. I have written a program using openssl to connect to a server. The program writes data and reads the reposnse. When I connect directly to the server the program terminates correctly. When I use a proxy, the data is read correctly but the program then hangs on a read for 2 minutes.