crypto: throw error in CipherBase::SetAutoPadding by fanatid · Pull Request #9405 · nodejs/node

@nodejs-github-bot added the c++

Issues and PRs that require attention from people who are familiar with C++.

label

Nov 1, 2016

@addaleax addaleax added crypto

Issues and PRs related to the crypto subsystem.

semver-major

PRs that contain breaking changes and should be released in the next major version.

labels

Nov 1, 2016

cjihrig

@fanatid

Throw error after calling CipherBase#final

addaleax pushed a commit that referenced this pull request

Feb 7, 2017
Throw error after calling CipherBase#final

PR-URL: #9405
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>

krydos pushed a commit to krydos/node that referenced this pull request

Feb 25, 2017
Throw error after calling CipherBase#final

PR-URL: nodejs#9405
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>

bnoordhuis added a commit to bnoordhuis/io.js that referenced this pull request

Oct 29, 2017
The previous commit is a back-port of pull request nodejs#13821 to v6.x.
Its regression test does not apply to the v6.x branch (depends on
semver-major pull request nodejs#9405) so this commit adds a new test.

Refs: nodejs#13821
Refs: nodejs#9405

@fanatid fanatid deleted the crypto/SetAutoPadding branch

September 7, 2019 14:11