[openssl.org #764] Small OpenSSL

2003-11-14 Thread Martin Witzel via RT
There is a minor error in my submission from two days ago, a missing newline character which needs to be printed into the modified apps/Makefile.ssl. the typo affects platforms which are built with the -DDSO_DLFCN compile option. Regards, Martin Here is the corrected Configure file, gzipped

ASN1 implicit/explicit tagging

2003-11-14 Thread Pierre De Boeck
Hi all, I have 2 versions of a DER-encoded pkcs7-enveloped-data and I would like to know which one is correct: I have attached their printable parsed form and they only differ in one point, namely at the EnvelopedData.encryptedContentInfo.encryptedContent component: - the verExpl.txt

minor bug in apps/apps.c

2003-11-14 Thread Goetz Babin-Ebell
Hello folks, there seems to be a minor bug in the pasword getter: Bye Goetz Index: apps/apps.c === RCS file: /usr/cvsroot/openssl/apps/apps.c,v retrieving revision 1.73 diff -u -r1.73 apps.c --- apps/apps.c 2003/10/29 14:25:50

Re: Porting OpenSSL to Palm OS

2003-11-14 Thread Ram Nayak
I need the crypto portion. I have found the SSLEay 0.8.1 port to PalmOS. Is this the port you are talking about? What are the problems you faced? What are limitations of PalmOS you faced? I am new to PalmOS and we are using OpenSSL for some existing application which we need to port to

Re: ASN1 implicit/explicit tagging

2003-11-14 Thread Dr. Stephen Henson
On Fri, Nov 14, 2003, Pierre De Boeck wrote: Hi all, I have 2 versions of a DER-encoded pkcs7-enveloped-data and I would like to know which one is correct: I have attached their printable parsed form and they only differ in one point, namely at the

RE: ASN1 implicit/explicit tagging

2003-11-14 Thread Pierre De Boeck
Ok, I think that PKCS7 accepts both DER and BER. So I suppose that the verImpl.txt is perfectly legal. Right? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dr. Stephen Henson Sent: Friday, November 14, 2003 5:53 PM To: [EMAIL PROTECTED] Subject: Re:

Re: ASN1 implicit/explicit tagging

2003-11-14 Thread Dr. Stephen Henson
On Fri, Nov 14, 2003, Pierre De Boeck wrote: Ok, I think that PKCS7 accepts both DER and BER. Yes it does. BER is used for streamed content. Though some profiles may require DER. So I suppose that the verImpl.txt is perfectly legal. Right? They are both legal. Steve. -- Dr Stephen N.