[openssl.org #1634] [PATCH] FIPS186 PRNG for OpenSSL

2008-01-15 Thread Yair Elharrar via RT
Hello, Attached is an alternative pseudo-random number generator for OpenSSL, based upon the FIPS186-2 specification. Tested on x86 and PPC, linux-elf. Hope you find it useful. Yair --- diff -urN openssl-0.9.8-stable-SNAP-20080112/crypto/rand/Makefile

[openssl.org #1122] [PATCH] ssl_lib.c compilation fails on Diab Data compiler

2005-06-21 Thread Yair Elharrar via RT
Diab Data DCC compiler chokes on ssl_lib.c. Here's a patch. diff -ur ssl\ssl_lib.c modssl\ssl_lib.c --- ssl\ssl_lib.c Fri Jun 10 23:05:38 2005 +++ modssl\ssl_lib.c Mon Jun 20 09:34:20 2005 @@ -2396,7 +2396,7 @@ ssl-info_callback=cb; } -void (*SSL_get_info_callback(const SSL *ssl))(const

RE: [openssl.org #1122] [PATCH] ssl_lib.c compilation fails on Diab Data compiler

2005-06-22 Thread Yair Elharrar via RT
Yep, that's the only place. I hate DCC too... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Levitte via RT Sent: Wednesday, June 22, 2005 5:46 PM To: Yair Elharrar Cc: openssl-dev@openssl.org Subject: [openssl.org #1122] [PATCH] ssl_lib.c

[openssl.org #1170] [PATCH] Some sanity checks

2005-07-20 Thread Yair Elharrar via RT
diff -ur openssl-0.9.8-stable-SNAP-20050720\crypto\asn1\a_bitstr.c openssl-0.9.8-mod\crypto\asn1\a_bitstr.c --- openssl-0.9.8-stable-SNAP-20050720\crypto\asn1\a_bitstr.c Tue Apr 26 21:53:12 2005 +++ openssl-0.9.8-mod\crypto\asn1\a_bitstr.c Wed Jul 20 14:59:40 2005 @@ -183,9 +183,9 @@ iv= ~v;

Re: [openssl-dev] [openssl.org #4680] new_session_callback issue.

2016-09-20 Thread ELHARRAR via RT
Sorry it is not a bug. It was a mistake in my code. I just want to know when exactly the callbacks new and get are called when I work with external caching. Thanks Mikael Sent from my iPhone > On 20 Sep 2016, at 1:38 PM, The default queue via RT wrote: > > [openssl.org

[openssl-dev] [openssl.org #4680] new_session_callback issue.

2016-09-20 Thread ELHARRAR via RT
Hi OpenSSL team, A simple question: I wrote a proof of concept in order to use external cache for session id. In my POC I used openssl version 1.1.0 and all seemed OK. I mean, as server, the new_session callback was called as expected (at the first connection) and then the get_session