Skip to content

Trireme 0.9.0

Compare
Choose a tag to compare
@gbrail gbrail released this 24 Jan 21:34
· 28 commits to master since this release

(This release was pushed on September 28, 2017 -- the GitHub release page was not updated properly at the time.)

Issue 143 Properly return undefined when accessing
a negative Buffer index.
Issue 161 Support a larger number of hashes
in crypto.createHash and crypto.createVerify, so that Trireme is more compatible with regular
Node, which uses a cipher list of OpenSSL which is much more lenient.

In addition:

  • Upgrade to Rhino 1.7.7.2.
    See the release notes there for details of what was fixed.
  • Pull code from a newer Node branch so that http.get() with numeric authorization does not
    create an unitialized buffer.
  • Fix the HTTP adapter (used in Apigee Edge) so that uncaught exceptions are properly bubbled up
    to the top level of the script rather than crashing.
  • Fix PBKDF2 support to work with Buffers as well as strings. crypto.pbkdf2 is now compatible
    with "regular" Node.