[openssl-dev] [openssl.org #1866] openssl verify needs better error reporting

2016-05-20 Thread Richard Levitte via RT
Fixed in the 1.0.2 branch. The master branch has had tremendous changes around command line parsing and error reporting that the bug most likely disappeared automatically. Closing ticket Cheers, Richard On Wed Mar 11 14:28:50 2009, vladimir.ko...@sun.com wrote: > > Hello, > > In case the openssl

[openssl-dev] [openssl.org #4545] Crash in crypto/rand/md_rand.c

2016-05-20 Thread Mick Saxton via RT
Hi Before going any further I would like to state that I have only seen this problem when we have 1 or more concurrent connections. Mostly we notice it on Windows but I have seen it on linux (Ubuntu). I first noticed it when using v1.0.2d but have seen it again since upgrading to v1.0.2h.

[openssl-dev] [openssl.org #1520] request for checking if -in and -out files are same

2016-05-20 Thread Richard Levitte via RT
On Thu Apr 19 18:01:38 2007, samj...@gmail.com wrote: > Dear sirs, > > I have been using openssl for some personal home-use encryption, and > recently overwrote an input file while using openssl bf accidentally > because bash's autocompletion put in the input file's name when I > started typing the

[openssl-dev] [openssl.org #4394] OpenSSL 1.1.0 state machine can't read handshake headers async

2016-05-20 Thread Matt Caswell via RT
Fixed in 1689e7e6. Also I added a test in d7295cd6d. Thanks Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4394 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4391] [PATCH] Tighten up logic around ChangeCipherSpec.

2016-05-20 Thread Matt Caswell via RT
Patch applied in 1257adecd. Thanks! Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4391 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4543] Bug & fix: building the openssl application with READLINE enabled failsp

2016-05-20 Thread Richard Levitte via RT
Applied. Thank you! On Fri May 20 03:30:19 2016, paul.d...@oracle.com wrote: > The openssl application fails to compile with READLINE defined. > > The fix is attached. > > > -- Richard Levitte levi...@openssl.org -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4543 Please log in a

[openssl-dev] [openssl.org #4544] [BUG] 'openssl pkcs8' command doesn't work as advertised

2016-05-20 Thread Timothy Geiser via RT
Confirmed with 1.0.2h on Windows 10 64-bit and 1.0.2g-fips on Xubuntu Linux (16.04 'Xenial Xerus') Make new RSA key in PKCS#8 format: ~$ openssl genpkey -algorithm rsa -out rsa_new.key Try an example from the man page for 'pkcs8' to convert to (old) traditional format: ~$ openssl pkcs8 -in rs