Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upcrypto: assign deprecation code for setAuthTag/GCM #18017
Conversation
tniessen
requested a review
from
joyeecheung
Jan 6, 2018
nodejs-github-bot
added
C++
crypto
labels
Jan 6, 2018
joyeecheung
approved these changes
Jan 6, 2018
jasnell
added
the
semver-major
label
Jan 6, 2018
jasnell
approved these changes
Jan 6, 2018
This comment has been minimized.
This comment has been minimized.
lpinca
approved these changes
Jan 7, 2018
doc/api/deprecations.md
Outdated
| Node.js supports all GCM authentication tag lengths which are accepted by | ||
| OpenSSL when calling [`decipher.setAuthTag()`][]. This behavior will change in | ||
| a future version at which point only authentication tag lengths of 128, 120, | ||
| 112, 104, 96, 64 and 32 bits will be allowed. Authentication tags whose length |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Ping @nodejs/tsc |
targos
approved these changes
Jan 10, 2018
This comment has been minimized.
This comment has been minimized.
|
Previous CI stopped. New CI: https://ci.nodejs.org/job/node-test-pull-request/12488/ |
tniessen
added this to the 10.0.0 milestone
Jan 11, 2018
This comment has been minimized.
This comment has been minimized.
tniessen
added a commit
that referenced
this pull request
Jan 14, 2018
This comment has been minimized.
This comment has been minimized.
|
Landed in 858b48b. |
tniessen
closed this
Jan 14, 2018
This was referenced Jan 17, 2018
tniessen
referenced this pull request
Feb 4, 2018
Closed
crypto: throw on invalid authentication tag length #17825
msoechting
added a commit
to hpicgs/node
that referenced
this pull request
Feb 5, 2018
msoechting
added a commit
to hpicgs/node
that referenced
this pull request
Feb 7, 2018
tniessen
added
the
deprecations
label
Apr 28, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
tniessen commentedJan 6, 2018
#17566 added a warning when invalid GCM tag lengths are used. As a preparation for #17825, assign a deprecation code before moving it to end-of-life.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
crypto