Re: [openssl.org #1191] [PATCH] Pre-Shared Key Ciphersuites for OpenSSL

2005-11-08 Thread Mika Kousa
What is the status of the PSK patch ? Is any of the OpenSSL developers looking at it now or going to look at it in the near future ? At least the request tracker page http://www.aet.tu-cottbus.de/rt2/Ticket/Display.html?id=1191 does not seem to show any recent activity. If the developers need any

Re: [openssl.org #1191] [PATCH] Pre-Shared Key Ciphersuites for OpenSSL

2005-11-08 Thread [EMAIL PROTECTED] via RT
What is the status of the PSK patch ? Is any of the OpenSSL developers looking at it now or going to look at it in the near future ? At least the request tracker page http://www.aet.tu-cottbus.de/rt2/Ticket/Display.html?id=1191 does not seem to show any recent activity. If the developers need any

Re: hunting for small OpenSSL libs

2005-11-08 Thread Claas Hilbrecht
--Am Freitag, 4. November 2005 21:50 +0100 Nils Larsch [EMAIL PROTECTED] schrieb: and I was not able to remove DSA ./config no-dsa; make depend all ... should work with 0.9.8 This happens with 0.9.8: ./config no-dsa - runs without errors make depend - runs without errors make - shows

[openssl.org #1240] make test failure [0.9.8a]

2005-11-08 Thread [EMAIL PROTECTED] via RT
Dear Support, I tried to install openssl on my system and got an error in 'make test'. The last lines of the protocoll are: ... ../util/shlib_wrap.sh ./sha512t Testing SHA-512 . TEST 2 of 3 failed. make[1]: *** [test_sha] Fehler 1 make[1]: Verlassen des Verzeichnisses

RE: BIO_do_connect does not connect (bug?)

2005-11-08 Thread Frédéric Donnat
Hi all, Any news about that? Nothing seems have changed on the CVS. Regards. -Original Message- From: Claudiu Dragalina-Paraipan [mailto:[EMAIL PROTECTED] Sent: Fri 10/28/2005 3:07 PM To: openssl-dev@openssl.org Cc: Subject:BIO_do_connect does not connect (bug?)

Re: hunting for small OpenSSL libs

2005-11-08 Thread Nils Larsch
Claas Hilbrecht wrote: ... Now I'm trying the same withj 0.9.8a: ./config no-dsa - runs without errors make depend - runs without errors make - runs without errors So, I think the problem was fixed with the a update. see http://cvs.openssl.org/chngview?cn=14241 The fix is not mentioned in

[PATCH] libcrypto without executable stack

2005-11-08 Thread Dirk Mueller
Hi, the appended patch makes libcrypto.so compile without executable stack requirements. it should be portable accross all versions of binutils (and doesn't affect any non-linux platform anyway). Diffed against 0.9.8a. Dirk --- crypto/perlasm/x86unix.pl +++ crypto/perlasm/x86unix.pl @@

[openssl.org #1052]

2005-11-08 Thread [EMAIL PROTECTED] via RT
__ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

Re: BIO_do_connect does not connect (bug?)

2005-11-08 Thread Amar Desai
Can someone confirm regarding this? It seems like when used with non blocking socket BIO_do_connect always returns 1. The man page on the web says that it should return 1 only if the connection is established. Regards, Amar. Frédéric Donnat wrote: Hi all, Any news about that? Nothing

Re: [PATCH] libcrypto without executable stack

2005-11-08 Thread Mike Frysinger
On Wed, Nov 09, 2005 at 12:00:19AM +0100, Dirk Mueller wrote: the appended patch makes libcrypto.so compile without executable stack requirements. it should be portable accross all versions of binutils (and doesn't affect any non-linux platform anyway). it will break non-ELF builds though