[openssl.org #151] S/MIME implemementation doesn't follow MIME spec. Patch included.

2003-02-13 Thread Holger Sesterhenn via RT
Hello, [thx Bodo for the link to rt2] I would like to reopen the ticket again because I am of the opinion this CRLF problem is not solved properly. PKCS7_sign() uses SMIME_crlf_copy() to assure '\r\n' at EOL before signing. BIO_write() is used. Does BIO_write() use the C library? If it does,

Re: [openssl.org #151] S/MIME implemementation doesn't follow MIMEspec. Patch included.

2003-02-13 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Thu, 13 Feb 2003 14:36:54 +0100 (MET), Holger Sesterhenn via RT [EMAIL PROTECTED] said: rt PKCS7_sign() uses SMIME_crlf_copy() to assure '\r\n' at EOL before signing. rt BIO_write() is used. Does BIO_write() use the C library? If it does, we rt have the same

Re: [openssl.org #151] S/MIME implemementation doesn't follow MIME spec. Patch included.

2003-02-13 Thread Richard Levitte - VMS Whacker via RT
In message [EMAIL PROTECTED] on Thu, 13 Feb 2003 14:36:54 +0100 (MET), Holger Sesterhenn via RT [EMAIL PROTECTED] said: rt PKCS7_sign() uses SMIME_crlf_copy() to assure '\r\n' at EOL before signing. rt BIO_write() is used. Does BIO_write() use the C library? If it does, we rt have the same

FW: OpenSSL questions

2003-02-13 Thread Kruikemeier, Joep (GXS)
Title: FW: OpenSSL questions -Original Message- From: Kruikemeier, Joep (GXS) Sent: Monday, January 27, 2003 3:10 PM To: '[EMAIL PROTECTED]' Cc: Vos, Erik (GXS); Bosma, Peter (GXS); Kruikemeier, Joep (GXS) Subject: OpenSSL questions Hello, Due to an existing project for one of

Re: [openssl.org #451] SX6 port

2003-02-13 Thread Wendy Palm
Stephen Henson via RT wrote: [[EMAIL PROTECTED] - Sat Feb 1 00:59:01 2003]: $ ./openssl req -x509 -new -nodes -out sscert.pem -rand /tmp/somefile Generating a 1024 bit RSA private key ++ ..++ writing new private key to 'privkey.pem' - You

Re: [openssl.org #451] SX6 port

2003-02-13 Thread Wendy Palm
how's this? * 0 getrn(lh = 0x000404092290, data = 0x00040409d930, rhash = 0x00801a40), line 430 in lhash.c 1 lh_insert(lh = 0x000404092290, data = 0x00040409d930), line 189 in lhash.c 2 OBJ_add_object(obj = 0x000404088a00), line 253 in obj_dat.c 3

Re: [openssl.org #451] SX6 port

2003-02-13 Thread Wendy Palm
i forgot to add- dbx's message says: SIGSEGV (absentee space fault) in getrn at line 430 in file lhash.c couldn't read lhash.c Wendy Palm wrote: how's this? * 0 getrn(lh = 0x000404092290, data = 0x00040409d930, rhash = 0x00801a40), line 430 in lhash.c 1 lh_insert(lh =

Win32 update to the ssleay32.def file

2003-02-13 Thread Joseph Ferner
In OpenSSL 0.9.7 SSL_add_dir_cert_subjects_to_stack (ssl_cert.c) was added for Win32 but was omitted in the ssleay32.def file. Could this be added? It would also be nice to have ssl3_send_alert (s3_pkt.c) in the .def file as well. OpenLDAP with SSL support would then compile without complaining

[PATCH] voor linux-mips

2003-02-13 Thread Take Vos
Hello, I needed shared versions of libssl on a linux-mips (SGI IP22 system). I copied the linux-ppc line for linux-mips. After this I ran make test, which succeded (except voor bc, which I don't have on my system yet). I am from the Netherlands. Thanks, Take diff -ur

Re: [openssl.org #475] TSU Notification - Encryption

2003-02-13 Thread David Brumley
On Mon, 2003-02-03 at 19:06, Geoff Thorpe via RT wrote: As mentioned in ticket 489 (which is now closed), this ticket was not forgotten, it is waiting on the patch being submitted with a copy to the appropriate US agencies. For the patch itself, I'm not sure about the location (or

OpenSSL on PowerPC

2003-02-13 Thread Atro Tossavainen
Hi, Attempting to install OpenSSL on a G4 PowerMac running Linux. No big problems, but there are no assy optimisations... Are there any intentions of ever producing them? Could the necessary routines be borrowed from gmp or beecrypt? Are there any parts of the code that could benefit from

Configure/make bug in 0.9.7

2003-02-13 Thread Andrew Walrond
Hi When building on a machine without krb5... ./config --prefix=/usr --openssldir=/etc/ssl threads make -j2 make install ..everything works fine. However if we add the shared config option... ./config --prefix=/usr --openssldir=/etc/ssl threads make -j2 make install ..It dies trying to

[PATCH] VOS OpenSSL port

2003-02-13 Thread Green, Paul
Dear OpenSSL Development Team, This purpose of this letter is to document the patches that Stratus Technologies made to OpenSSL version 0.9.6g to port it to the Stratus VOS operating system and to ask your permission to call the resulting product VOS OpenSSL. This is the first time that we have

Re: [openssl.org #494] 0.9.7 EVP_DecryptInit coredumps if ctx notinitialized

2003-02-13 Thread Henrik Nordstrom
On Fri, 7 Feb 2003, Stephen Henson via RT wrote: [[EMAIL PROTECTED] - Fri Feb 7 18:39:43 2003]: Contrary to the documentation EVP_DecryptInit requires the ctx to be initialized in OpenSSL 0.9.7 (RedHat openssl 0.9.7-3 i686) This was fixed a couple of weeks back. The fix is in any

Re: Problem verifying with SMIME

2003-02-13 Thread Dr. Stephen Henson
On Thu, Feb 13, 2003, openssl utilisateur wrote: hi i'm trying to make an application that sign and verify in SMime Format i can sign text file and then verify the signature but the problem is when i try to sign a binary file (*.doc per example) , i can sign this file but when i tried to

Re: Configure/make bug in 0.9.7

2003-02-13 Thread Lutz Jaenicke
On Wed, Feb 05, 2003 at 04:41:55PM +, Andrew Walrond wrote: When building on a machine without krb5... ./config --prefix=/usr --openssldir=/etc/ssl threads make -j2 make install ..everything works fine. However if we add the shared config option... ./config

[openssl.org #498] [PATCH] voor linux-mips

2003-02-13 Thread Take Vos via RT
Hello, I needed shared versions of libssl on a linux-mips (SGI IP22 system). I copied the linux-ppc line for linux-mips. After this I ran make test, which succeded (except voor bc, which I don't have on my system yet). I am from the Netherlands. Thanks,

[openssl.org #499] [PATCH] VOS OpenSSL port

2003-02-13 Thread Green, Paul via RT
Dear OpenSSL Development Team, This purpose of this letter is to document the patches that Stratus Technologies made to OpenSSL version 0.9.6g to port it to the Stratus VOS operating system and to ask your permission to call the resulting product VOS OpenSSL. This is the first time that we have

[openssl.org #500] FW: make errors: no-ripemd, no-ssl2

2003-02-13 Thread Tal Mozes via RT
Hi, I had some problems building 0.9.7 on win32 using masm and VC. I used the no-ripemd no-ssl2 arguments to mk1mf.pl, and then tried to make. Apparently some ripemd files were still included in the makefile. To work around this, I changed mk1mf.pl in line 887 to the following: elsif

[openssl.org #501] Compiling openssh-0.9.7 on alpha-dec-osf

2003-02-13 Thread Roger Holman via RT
I note that for openssl-0.9.6b, the recommendation for people with alpha-dec-osf platform is to use the following to circumvent virtual memory problems. make DIRS=crypto SDIRS=sha `grep '^CFLAG=' Makefile.ssl | \ sed -e 's/ -O[0-9] / -O0 /'` rm `ls crypto/*.o crypto/sha/*.o | grep -v

Re: Configure/make bug in 0.9.7

2003-02-13 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Wed, 05 Feb 2003 16:41:55 +, Andrew Walrond [EMAIL PROTECTED] said: andrew ar r ../../libcrypto.a krb5_asn.o andrew /usr/bin/ranlib ../../libcrypto.a andrew make[2]: Leaving directory `/tmp/ftl-17875/openssl-0.9.7/crypto/krb5' andrew make[1]: Leaving

[openssl.org #162] SSL_shutdown return 0 in case of SSLv3_client_method

2003-02-13 Thread Richard Levitte via RT
Can we assume that this won't be handled for 0.9.7a? [jaenicke - Thu Nov 14 15:35:03 2002]: [levitte - Thu Nov 14 15:31:34 2002]: Lütz, did you get anywhere with this? No. I didn't have the time to look into it. And I don't know, whether I will find the time before next week. Maybe

[openssl.org #181] Makefile enhancement requests

2003-02-13 Thread Richard Levitte via RT
I've now looked at both items, and even tried implementing. It became a too large change for the 0.9.7 development track, so I'm moving this to 0.9.8. As a matter of fact, I just implemented full -R/-rpath support for 0.9.8-dev, for the platforms where I could find out how it should be

[openssl.org #358] patch for openssl-SNAP-20021120. Attempt to improve configurability.

2003-02-13 Thread Richard Levitte via RT
OK, patch applied and committed. This ticket is now resolved. [[EMAIL PROTECTED] - Tue Nov 26 20:05:17 2002]: I am working on trying to build the libraries (libcrypto and libssl) to run on an embedded system with limited storage. To give you an idea, i have approximately 1.5 megabytes of

[openssl.org #437] bad instructions in CHANGES for platform-dependent builds

2003-02-13 Thread Richard Levitte via RT
I believe this is resolved. -- Richard Levitte __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager

[openssl.org #501] Compiling openssh-0.9.7 on alpha-dec-osf

2003-02-13 Thread Richard Levitte via RT
Have you tested if 0.9.7 works without making any extra changes? [[EMAIL PROTECTED] - Thu Feb 13 20:34:15 2003]: I note that for openssl-0.9.6b, the recommendation for people with alpha-dec-osf platform is to use the following to circumvent virtual memory problems. make DIRS=crypto

[openssl.org #500] FW: make errors: no-ripemd, no-ssl2

2003-02-13 Thread Richard Levitte via RT
Problem fixed. This ticket is now resolved. [[EMAIL PROTECTED] - Thu Feb 13 20:33:58 2003]: Hi, I had some problems building 0.9.7 on win32 using masm and VC. I used the no-ripemd no-ssl2 arguments to mk1mf.pl, and then tried to make. Apparently some ripemd files were still included in

Problem verifying with SMIME

2003-02-13 Thread openssl utilisateur
hi i'm trying to make an application that sign and verify in SMime Format i can sign text file and then verify the signature but the problem is when i try to sign a binary file (*.doc per example) , i can sign this file but when i tried to verify the signature ,the function SMIME_read_PKCS7