I'm seeing a similar thing; commented on the bug but want to make sure it's known / the same thing, if it is.
My case: 1. start large HTTPS POST 2. attempt to decrypt bogus encrypted string (separate codepath altogether) 3. decrypt failure [TypeError: DecipherFinal fail] 4. HTTPS POST failure due to "EVP_DecryptFinal_ex:wrong final block length" Anyone know if this is known/the same/reported? I have a pretty straightforward test case if that would help. Thanks Taylor On Tue, Nov 27, 2012 at 2:46 PM, Steve Freegard <[email protected]> wrote: > Thanks again Ben - I've raised https://github.com/joyent/node/issues/4323 > including a test case that gives a *similar* error but unless I'm making a > rookie mistake somehow definitely shows something isn't quite right. > > > On Tuesday, November 27, 2012 10:15:20 PM UTC, Ben Noordhuis wrote: > >> On Tue, Nov 27, 2012 at 10:46 PM, Steve Freegard <[email protected]> wrote: >> > Did you want me to log this as an issue on Github joyent/node? >> >> Yes, please do. I can't promise we'll be able to fix it (I don't have >> remotely the proper setup for that) but at the very least we'll look >> into it. >> >> A test case would help obviously but I realize that may not be feasible. >> >> > I've spent some more time looking at this today and I'm wondering if >> this >> > bug >> > is related to >> > https://github.com/joyent/**node/issues/1719<https://github.com/joyent/node/issues/1719>in >> > that the error >> > is >> > being left of the stack and incorrect picked up by the next OpenSSL >> call? >> >> I doubt it. That issue is probably stale by now; to the best of my >> knowledge, Voxer hasn't seen that issue after they upgraded their >> stack. >> >> > Otherwise it looks like the incorrect context object is being used >> somehow? >> > >> > Thanks, >> > Steve. >> > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
