[openssl-dev] [openssl.org #4669] Enhancement request: let dgst support multiple files

2016-09-20 Thread Richard Levitte via RT
Fix in place in master, OpenSSL_1_1_0-stable and OpenSSL_1_0_2-stable Closing ticket. Cheers, Richard On Fri Sep 02 14:57:41 2016, rs...@akamai.com wrote: > Yeah, something like that for 1.0.2; simpler for 1.1.0. I'll do it. > -- Richard Levitte levi...@openssl.org -- Ticket here:

Re: [openssl-dev] [PATCH] rand/randfile: return the home directory if possible

2016-09-20 Thread Salz, Rich
> Won't work for "normal" user. This was change in commit fc6076ca272f > ("rand/randfile.c: make it non-ASCII-savvy."). Was this change on purpose? The change was on purpose and a slightly different fix is in progress and will show up soon. -- openssl-dev mailing list To unsubscribe:

[openssl-dev] [PATCH] rand/randfile: return the home directory if possible

2016-09-20 Thread Sebastian Andrzej Siewior
From: Sebastian Andrzej Siewior The command |$ openssl rand -base64 3 |gIX3 |unable to write 'random state' the last line is an error because `s' is never initialized if RANDFILE is not set. It never tries to look for $HOME for the normal user. The manpage says: |On

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 #4679] Bug: The 'test4' in openssl-1.0.2h/test/hmactest.c dumped core in FIPS mode

2016-09-20 Thread Ziyan Zhou via RT
Hi, When I was trying run the test code openssl-1.0.2h/test/hmactest.c in FIPS mode, I got SIGSEGV. I did following changes to run it in FIPS mode. a) Added FIPS_mode_set(1); b) Commented out the test 1 ~ test 3 since MD5 is not supported in FIPS mode. c) I renamed hmactest.c to

[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