Re: SSL_SESSION copying

2000-03-08 Thread Lutz Jaenicke
On Tue, Mar 07, 2000 at 05:22:55PM -0800, Seetharama Sarma Ayyadevara wrote: If I run this I am getting this error ERROR : error:0D067007:asn1 encoding routines:ASN1_COLLATE_PRIMITIVE:expecting an asn1 sequence Session len : 119 value : 0u Can any one throw some light on what

Re: SSL_SESSION copying

2000-03-08 Thread Goetz Babin-Ebell
At 10:02 08.03.00 +0100, you wrote: On Tue, Mar 07, 2000 at 05:22:55PM -0800, Seetharama Sarma Ayyadevara wrote: If I run this I am getting this error ERROR : error:0D067007:asn1 encoding routines:ASN1_COLLATE_PRIMITIVE:expecting an asn1 sequence Session len : 119 value : 0u

Typo in objects.h

2000-03-08 Thread Peter Onion
I've spotted what I think is a typo in crypto/objects/objects. #define SN_OSCP_sign"OCSPSigning" s/OSCP/OCSP/ I think ??? Peter Onion. -- E-Mail: Peter Onion [EMAIL PROTECTED] Date: 08-Mar-00 Time: 09:57:02 This message

Re: Typo in objects.h

2000-03-08 Thread Jean-Marc Desperrier
Peter Onion wrote: s/OSCP/OCSP/ I think ??? Let's all dump english. From now, we speak vi !! Oh, year, here is an english translation for the slow to learn : Shouldn't we replace the substring OSCP in this line by the string OCSP ?

Re: Typo in objects.h

2000-03-08 Thread Peter Onion
On 08-Mar-00 Jean-Marc Desperrier wrote: Oh, year, here is an english translation for the slow to learn : I think you mean "Oh , yeah" :-)) Peter. -- E-Mail: Peter Onion [EMAIL PROTECTED] Date: 08-Mar-00 Time: 12:17:20 This message was sent by XFMail

Httpd httpsd...

2000-03-08 Thread Christian Margreve
I want two Apache Servers (httpd httpsd)= 2 directories: (1) /usr/local/apache1311 : simply apache 1.3.11 (2) /usr/local/apachessl : apache 1311 + patch SSL (0.9.5) -Questions: Can I to do this? Is it possible ? Problem with convertion of signed certification (cfr $Create Key/SSL, end of

Re: Typo in objects.h

2000-03-08 Thread Michael Sierchio
Jean-Marc Desperrier et toute sa plume, et son visage nu traînant, a écrit: Let's all dump english. Right. Instead of "email" we'll all write "courrier électronique" and all of that pesky, excess communication bandwidth will be filled. For every English term there is a suitable French

Re: SSL_SESSION copying

2000-03-08 Thread Seetharama Sarma Ayyadevara
Hello Lutz Jaenicke, Thanks for the reply. I just worked. Thank you very much sarma Lutz Jaenicke wrote: On Tue, Mar 07, 2000 at 05:22:55PM -0800, Seetharama Sarma Ayyadevara wrote: If I run this I am getting this error ERROR : error:0D067007:asn1 encoding

Re: RSA Private Key Format

2000-03-08 Thread Ulf Möller
On Tue, Mar 07, 2000 at 01:29:09PM -0800, Michael Sierchio wrote: Does OpenSSL support both of the standard representations of the Private Key (either just the Private Exponent and e and n), as well as the form for supporting CRT (n,e,d,p,q,d mod (p-1),d mod (q-1), -q mod p) ?

SuSE Linux problem

2000-03-08 Thread Ulf Möller
Any SuSE Linux users who can help with this bug? - Forwarded message from Bodo Moeller [EMAIL PROTECTED] - Joe O'Reilly [EMAIL PROTECTED]: a suse 6.2 linux system [...]. I get the same make error each time. (cd asm; /usr/bin/perl sha1-586.pl cpp sx86unix.cpp) gcc -E -DELF

Re: Assertion failure in Openssl req

2000-03-08 Thread Dr Stephen Henson
Richard Dykiel wrote: OpenSSL 0.9.5 Windows NT4 VC6, Openssl generated with debug info and linked statically to LIBCMTD (static debug mutltithreaded) I am generating certificates using a customized configuration file: the config file specifies passwords so that I dont have to give them

DES optimization

2000-03-08 Thread Yoram Meroz
If I am not mistaken, line 100 in fcrypt_b.c (the loop of fcrypt_body()) should be #ifndef DES_UNROLL instead of #ifdef DES_UNROLL. Yoram Meroz __ OpenSSL Project http://www.openssl.org

How can I make the openssl a shared library in win98

2000-03-08 Thread oddissey
Hi all I am SeungYong Yang. A few days ago I downloaded openssl-0.9.5 I have compiled the openssl using the instruction 'install.w32' But I wanted to make an application program using openssl using VC6 in win98 So I decided to make openssl a shared library and run 'win32.bat' which is located

RE: question repeat

2000-03-08 Thread Brady Moritz
I need a little chunk of code that will allow me to connect to a single server (always the same server) many times, as it will be used by an online realtime CC processing app. Looking through some of the code looks like the server certificate is requested every time a new connection is made. Is

PKCS #1 Bug ??

2000-03-08 Thread Pascal Junod
Hi, I do some interoperability tests between OpenSSL 0.9.5 and a commercial crypto library under NT. I was signing a message with the smime tool and following command line: openssl smime -sign -signer cert.pem -in mail.txt -out signed_mail.txt (cert.pem contains a 1024 bit RSA private key)