Uh oh!
There was an error while loading. Please reload this page.
v4 backport of pr 5463 - #11002
Conversation
f5c57c7 to
735119cCompareMylesBorins
commented
Feb 6, 2017
@sam-github this needs a rebase |
c97b88f to
5d3043aComparesam-github
commented
Feb 14, 2017
@MylesBorins done |
sam-github
commented
Feb 20, 2017
@MylesBorins anything else you need here? |
MylesBorins
commented
Feb 21, 2017
@sam-github due to this being |
sam-github
commented
Feb 21, 2017
thanks, @MylesBorins |
bba3dcf to
6fa3c73Comparejasnell
commented
Feb 22, 2017
+1 for landing in LTS |
constants.ENGINE_METHOD_RSA was documented, but not implemented. PR-URL: nodejs#5463 Reviewed-By: Fedor Indutny <fedor@indutny.com>
ENGINE_METHOD_PKEY_METH and ENGINE_METHOD_PKEY_ASN1_METH are misspelled in the documentation, both should be ..._METHS. PR-URL: nodejs#5463 Reviewed-By: Fedor Indutny <fedor@indutny.com>
5d3043a to
ff68a44CompareMylesBorins
commented
Mar 3, 2017
Original Commit Message: ENGINE_METHOD_PKEY_METH and ENGINE_METHOD_PKEY_ASN1_METH are misspelled in the documentation, both should be ..._METHS. PR-URL: #5463 Reviewed-By: Fedor Indutny <fedor@indutny.com> Backport-Of: #5463 PR-URL: #11002 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
jasnell
commented
Mar 3, 2017
Landed in 94964d0...98d6b3f |
Original Commit Message: ENGINE_METHOD_PKEY_METH and ENGINE_METHOD_PKEY_ASN1_METH are misspelled in the documentation, both should be ..._METHS. PR-URL: #5463 Reviewed-By: Fedor Indutny <fedor@indutny.com> Backport-Of: #5463 PR-URL: #11002 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
Original Commit Message: ENGINE_METHOD_PKEY_METH and ENGINE_METHOD_PKEY_ASN1_METH are misspelled in the documentation, both should be ..._METHS. PR-URL: #5463 Reviewed-By: Fedor Indutny <fedor@indutny.com> Backport-Of: #5463 PR-URL: #11002 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
Original Commit Message: ENGINE_METHOD_PKEY_METH and ENGINE_METHOD_PKEY_ASN1_METH are misspelled in the documentation, both should be ..._METHS. PR-URL: #5463 Reviewed-By: Fedor Indutny <fedor@indutny.com> Backport-Of: #5463 PR-URL: #11002 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins
commented
Apr 17, 2017
@sam-github I've backed this out of v4.x staging as I do not believe we will be doing another semver minor release. I am unable to reopen this PR so LMK what you think we should do |
sam-github
commented
Apr 17, 2017
@gibfahn what do you think, how troublesome will not haveing env var control of FIPS be for us? Should we advocate for/offer to do another semver-minor on v4? Also, didn't this feature use to exist on v4, but got lost, and this just readds it? So it could be described as a bug-fix? ;-) |
MylesBorins
commented
Apr 18, 2017
@sam-github if it could land as a bug fix we could potentially land it in a patch. This should come up at LTS WG |
gibfahn
commented
Apr 18, 2017
@sam-github is that affected by this PR? In general FIPS is on by default in v4.x, so that should be fine. The issue is people wanting to make sure it's turned on by default in v6.x. I'll add it to the lts issue to make sure we cover it anyway. |
sam-github
commented
Apr 19, 2017
Sorry, thought this was the OPENSSL_CONF PR, :shamefaced: I think we should abandon it. Clearly noone is using the engine, or a bug would have been reported. The second commit, the doc one, could apply to 4.x, but I haven't had the energy to backport docs to 4.x. Marking "don't land" |
sam-github
commented
Apr 19, 2017
Its not clear to me how seriously we take the docs. When the docs say it works one way, but the code does another, changing the code would be semver-major. But when the docs say a feature exists, and it doesn't, when we add the feature, is it minor or patch? This is a case of a claimed feature that didn't exist, but since no one cares, and I only found it during review of the docs/code, I don't want to stress about it unless someone actually complains. Engines aren't used very often. |
Original Commit Message: constants.ENGINE_METHOD_RSA was documented, but not implemented. PR-URL: nodejs#5463 Reviewed-By: Fedor Indutny <fedor@indutny.com> Backport-Of: nodejs#5463 PR-URL: nodejs#11002 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
Original Commit Message: ENGINE_METHOD_PKEY_METH and ENGINE_METHOD_PKEY_ASN1_METH are misspelled in the documentation, both should be ..._METHS. PR-URL: nodejs#5463 Reviewed-By: Fedor Indutny <fedor@indutny.com> Backport-Of: nodejs#5463 PR-URL: nodejs#11002 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
@MylesBorins