-
Notifications
You must be signed in to change notification settings - Fork 30.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v4 backport of pr 5463 #11002
v4 backport of pr 5463 #11002
Conversation
f5c57c7
to
735119c
Compare
@sam-github this needs a rebase |
c97b88f
to
5d3043a
Compare
@MylesBorins done |
@MylesBorins anything else you need here? |
@sam-github due to this being |
thanks, @MylesBorins |
bba3dcf
to
6fa3c73
Compare
+1 for landing in LTS |
constants.ENGINE_METHOD_RSA was documented, but not implemented. PR-URL: nodejs#5463 Reviewed-By: Fedor Indutny <[email protected]>
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 <[email protected]>
5d3043a
to
ff68a44
Compare
Original Commit Message: constants.ENGINE_METHOD_RSA was documented, but not implemented. PR-URL: #5463 Reviewed-By: Fedor Indutny <[email protected]> Backport-Of: #5463 PR-URL: #11002 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
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 <[email protected]> Backport-Of: #5463 PR-URL: #11002 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
Landed in 94964d0...98d6b3f |
Original Commit Message: constants.ENGINE_METHOD_RSA was documented, but not implemented. PR-URL: #5463 Reviewed-By: Fedor Indutny <[email protected]> Backport-Of: #5463 PR-URL: #11002 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
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 <[email protected]> Backport-Of: #5463 PR-URL: #11002 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
Original Commit Message: constants.ENGINE_METHOD_RSA was documented, but not implemented. PR-URL: #5463 Reviewed-By: Fedor Indutny <[email protected]> Backport-Of: #5463 PR-URL: #11002 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
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 <[email protected]> Backport-Of: #5463 PR-URL: #11002 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
Original Commit Message: constants.ENGINE_METHOD_RSA was documented, but not implemented. PR-URL: #5463 Reviewed-By: Fedor Indutny <[email protected]> Backport-Of: #5463 PR-URL: #11002 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
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 <[email protected]> Backport-Of: #5463 PR-URL: #11002 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
@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 |
@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? ;-) |
@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 |
@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. |
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" |
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 <[email protected]> Backport-Of: nodejs#5463 PR-URL: nodejs#11002 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
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 <[email protected]> Backport-Of: nodejs#5463 PR-URL: nodejs#11002 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
@MylesBorins