Uh oh!
There was an error while loading. Please reload this page.
Cleanup old ssl code - #28085
Conversation
mscdex
commented
Jun 6, 2019
Is this true when using system copies of OpenSSL? I don't remember if there was ever a decision about this. |
sam-github
commented
Jun 6, 2019
It was discussed, I can dig the conversation up if I have to (perhaps in the TSC PR on the openssl strategy? or the tls1.3 PR? or the tls1.3 "help wanted" issue?), but if you try you will find that node |
sam-github
commented
Jun 6, 2019
And by "does not compile" I mean "did not compile even before this PR" (just to be clear). |
sam-github
commented
Jun 6, 2019
@mscdex FYI, errors in node master for build of node_crypto.cc against openssl 1.1.0: https://gist.github.com/sam-github/75f33f84b39e822f6e06e87c16e83ab3 |
nodejs-github-bot
commented
Jun 6, 2019
nodejs-github-bot
commented
Jun 6, 2019
sam-github
commented
Jun 7, 2019
@mscdex Did I address your concerns? Can you review, please? |
nodejs-github-bot
commented
Jun 7, 2019
Versions of OpenSSL lower than 1.1.1 are no longer supported, so remove ifdefs for previous versions.
Workaround added in d9b9229 is no longer needed, since OpenSSL versions lower than 1.1.1 are unsupported.
ee9a65e to
cd8cf1aComparenodejs-github-bot
commented
Jun 7, 2019
nodejs-github-bot
commented
Jun 7, 2019
addaleax
commented
Jun 10, 2019
Versions of OpenSSL lower than 1.1.1 are no longer supported, so remove ifdefs for previous versions. PR-URL: #28085 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Workaround added in d9b9229 is no longer needed, since OpenSSL versions lower than 1.1.1 are unsupported. PR-URL: #28085 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
sam-github
commented
Jun 10, 2019
@addaleax Confirmed: should not land on 10.x and 8.x, they support external openssl |
Versions of OpenSSL lower than 1.1.1 are no longer supported, so remove ifdefs for previous versions. PR-URL: #28085 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Workaround added in d9b9229 is no longer needed, since OpenSSL versions lower than 1.1.1 are unsupported. PR-URL: #28085 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
and
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes