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

2016-06-16 Thread Mick Saxton via RT
Hi Rich I may be confused but as I see it. it is not really resolved in v1.0.2 branch? (or will it be in the next v1.0.2 release?) – it just will be when v1.1 becomes available. But I don’t know when that will be. Mick From: Rich Salz via RT [mailto:r...@openssl.org] Sent: 16

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

2016-06-16 Thread Salz, Rich via RT
Ah, didn't realize you needed it in 1.0.2; will backport shortl. -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4545 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 #4573] BUG -- Documentation issue with RAND_add in rand.pod

2016-06-16 Thread Rich Salz via RT
commit d9e6d77 pushed to 1.0.2 branch (was already fixed in master). Thanks. -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4573 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] Current github 1.1-pre: installation broken (doc symlinks)

2016-06-16 Thread Blumenthal, Uri - 0553 - MITLL
On 6/16/16, 15:02 , "openssl-dev on behalf of Richard Levitte" wrote: >In message on Thu, 16 Jun 2016 18:42:17 >+, "Blumenthal, Uri - 0553 - MITLL" said: >uri> /bin/sh: >uri>

[openssl-dev] [openssl.org #4577] X509_LU_RETRY and X509_LU_FAIL are slightly confused

2016-06-16 Thread David Benjamin via RT
Hey folks, It seems the X509_LU_* values (now an X509_LOOKUP_TYPE enum in master) are slightly confused. See this commit message and diff for details: https://boringssl.googlesource.com/boringssl/+/da7f0c65efb72556f8fc92e460e6c90cd1b1add7%5E%21/ The relevant point is that X509_LU_RETRY doesn't

[openssl-dev] [HMAC] reusing the session objects

2016-06-16 Thread Catalin Vasile
Hi, I am trying to make a user space app with the following behaviour: 1. alocate and initialize hmac (precompute key's hash, i_key_pad[1] and o_key_pad[1]) 2. generate hmac for an input 3. generate hmac for another input, without having to redo the precomputations 4. generate hmac for another

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

2016-06-16 Thread Rich Salz via RT
Thanks Mick. I'll close this ticket; if it shows up again, please open a new one. -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4545 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe:

Re: [openssl-dev] [openssl.org #4576] X25519, ECPKParameters_print

2016-06-16 Thread Salz, Rich via RT
I don't think this will get fixed for 1.1 -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4576 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

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

2016-06-16 Thread Mick Saxton via RT
Hi Rich Sorry for delay in responding – it takes longer to say that an intermittent problem doesn’t exist than to see it happen once. I have tested against latest master (15 June) and the v1.1-pre5 – so far both are looking good. As a control, I went back and retested with v1.0.2h on the same

[openssl-dev] [openssl.org #4576] X25519, ECPKParameters_print

2016-06-16 Thread Simon via RT
Hi, It is not possible to print parameters of the elliptic curve X25519 from the command line: openssl ecparam -name X25519 -noout -text -param_enc explicit Nothing is printed. openssl version: OpenSSL 1.1.0-pre6-dev xx XXX built from git source: commit

[openssl-dev] unsubscribe

2016-06-16 Thread Chris Gallup
Please unsubscribe me Thanks you Chris Gallup CSSA CSSP MSCAsecurity DCSE Security Systems Engineer - NY & CT Dell Security Solutions Mobile +1-917-969-1649 chris.gal...@software.dell.com Connect with me on

[openssl-dev] [openssl.org #4526] bug: use of ExitProcess on Windows platforms, 1.0.2g

2016-06-16 Thread Matt Caswell via RT
On Wed Jun 15 17:42:58 2016, rsalz wrote: > OpenSSL_1_0_2-stable 75f9068 RT4526: Call TerminateProcess, not ExitProcess > master 9c1a9cc RT4526: Call TerminateProcess, not ExitProcess > > Author: Rich Salz > Date: Tue Jun 14 16:19:37 2016 -0400 > > RT4526: Call

[openssl-dev] [openssl.org #4575] 1.0.2 stable branch: .\apps\speed.c(335): error C2065: 'err': undeclared identifier

2016-06-16 Thread Rich Salz via RT
commit done, reverted. closing ticket. -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4575 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 #4574] Crash introduced in openssl 1.0.2 for non-blocking calls to SSL_write that change the write size

2016-06-16 Thread Rich Salz via RT
One could make the case that returning an error code let this problem sit there for a long time. Crashing made it get fixed quickly :) -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4574 Please log in as guest with password guest if prompted -- openssl-dev mailing list To

[openssl-dev] Current github 1.1-pre: installation broken (doc symlinks)

2016-06-16 Thread Blumenthal, Uri - 0553 - MITLL
link /Users/ur20980/src/openssl-1.1/share/doc/openssl/html/man3/MD5_Final.html -> /Users/ur20980/src/openssl-1.1/share/doc/openssl/html/man3/MD5.html MD5_Final.html => MD5.html install ./doc/crypto/MDC2_Init.pod -> /Users/ur20980/src/openssl-1.1/share/doc/openssl/html/man3/MDC2_Init.html /bin/sh:

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

2016-06-16 Thread Rich Salz via RT
commit d0a2bb1f94e26c2e7b44676e9b739c23ad763a79 just pushed to 1.0.2 closing ticket. -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4545 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe:

[openssl-dev] [openssl.org #4570] Enhancement request: Configuration option no-hw-aes

2016-06-16 Thread Rich Salz via RT
On Tue Jun 14 15:43:26 2016, loic.etie...@qnective.com wrote: > Define a configuration option no-hw-aes. > No aes processor instruction should be compiled if one of the > configuration options no-hw or no-hw-aes is given. Why doesn't existing run-time checking work for you? -- Ticket here:

Re: [openssl-dev] Current github 1.1-pre: installation broken (doc symlinks)

2016-06-16 Thread Richard Levitte
In message on Thu, 16 Jun 2016 18:42:17 +, "Blumenthal, Uri - 0553 - MITLL" said: uri> link uri> /Users/ur20980/src/openssl-1.1/share/doc/openssl/html/man3/MD5_Final.html uri> ->