lp:~lopin/nodejs/+git/trunk-fix

Owned by Martin Lopatář
Get this repository:
git clone https://git.not.enabled/~lopin/nodejs/+git/trunk-fix
Only Martin Lopatář can upload to this repository. If you are Martin Lopatář please log in for upload directions.

Branches

Name Last Modified Last Commit
v6.x_ubuntu_fix 2017-04-01 16:59:16 UTC
workaround to let debian packaging pass on trunk from nodejs github

Author: Martin Lopatář
Author Date: 2017-04-01 16:59:16 UTC

workaround to let debian packaging pass on trunk from nodejs github

master 2017-04-01 11:27:52 UTC
crypto: add sign/verify support for RSASSA-PSS

Author: Tobias Nießen
Author Date: 2017-03-05 23:41:26 UTC

crypto: add sign/verify support for RSASSA-PSS

Adds support for the PSS padding scheme. Until now, the sign/verify
functions used the old EVP_Sign*/EVP_Verify* OpenSSL API, making it
impossible to change the padding scheme. Fixed by first computing the
message digest and then signing/verifying with a custom EVP_PKEY_CTX,
allowing us to specify options such as the padding scheme and the PSS
salt length.

Fixes: https://github.com/nodejs/node/issues/1127
PR-URL: https://github.com/nodejs/node/pull/11705
Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Anna Henningsen <anna@addaleax.net>

v6.x_6.9.1 2016-10-19 21:37:40 UTC
2016-10-19, Version 6.9.1 'Boron' (LTS) Release

Author: Myles Borins
Author Date: 2016-10-19 13:13:03 UTC

2016-10-19, Version 6.9.1 'Boron' (LTS) Release

Notable changes:

* streams: Fix a regression introduced in v6.8.0 in readable stream
that caused unpipe to remove the wrong stream (Anna Henningsen)

PR-URL: https://github.com/nodejs/node/pull/9186

13 of 3 results
This repository contains Public information 
Everyone can see this information.

Subscribers