Re: [openssl.org #2553] [Bug report] SIGILL on sparc64 (linux/solaris)

2011-07-22 Thread David Jacobson
On 7/18/2011 5:46 AM, Andy Polyakov via RT wrote: Hi, [snip] If I add printf() in signal handler, I see that it is called, and that siglongjmp() works. With my printf(), my program doesn't abort with SIGILL anymore but with SIGBUS (?!). It is illegal for a signal handler to call

[openssl.org #2567] Typo in pkeyutl

2011-07-22 Thread iida via RT
Typo is found in pkeyutl manual page: http://cvs.openssl.org/fileview?f=openssl/doc/apps/pkeyutl.podv=1.5.2.2 # For B[oeap -- oaep] mode only encryption and decryption is supported. -- iida __ OpenSSL Project

[openssl.org #2568] enhancement request: remove ECC engine support's limitation

2011-07-22 Thread Kai Chen via RT
Hi, guys We work on openssl-1.0.0.a When we want support HW acceleration of ECC algorithm, we find two kind of limitations in engine support for ECC. First, there is no engine mechanism to accelerate ECC mult. Secondly, we find that ECDSA_METHOD or ECDH_METHOD is defined in ech_locl.h

DTLS server on windows issues a sslv3 alert bad record mac for a client re-negotiating a connection

2011-07-22 Thread Yogesh Chopra
Hi, While testing DTLS on windows ran into the following problem with scenario described as below: There are 2 problems: *1. Server issuing a SSLv3 ALERT BAD RECORD MAC* *2. Server unable to detect an error when this happens as SSL_accept returns SSL_WANTS_READ/SSL_WANTS_WRITE where as Client

Re: DTLS server on windows issues a sslv3 alert bad record mac for a client re-negotiating a connection

2011-07-22 Thread Michael Tuexen
On Jul 23, 2011, at 3:14 AM, Yogesh Chopra wrote: Hi, While testing DTLS on windows ran into the following problem with scenario described as below: Does the same happen when running the server on Linux? Robin will look into this on Monday. Best regards Michael There are 2 problems: