René's URL Explorer Experiment


Title: Make it build using openssl 1.1.0 by kroeckx · Pull Request #8491 · nodejs/node · GitHub

Open Graph Title: Make it build using openssl 1.1.0 by kroeckx · Pull Request #8491 · nodejs/node

X Title: Make it build using openssl 1.1.0 by kroeckx · Pull Request #8491 · nodejs/node

Description: Checklist make -j4 test (UNIX), or vcbuild test nosign (Windows) passes commit message follows commit guidelines Affected core subsystem(s) crypto Description of change This is to make it possible to build against OpenSSL 1.1.0 (#4270) It currently has 2 new test failures when build against 1.0.2, because OpenSSL generates a different error message in 1.0.2 and 1.1.0. I'm not sure how to deal with that. In test/parallel/test-crypto.js the message is changed from "asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag" to "asn1 encoding routines:asn1_check_tlen:wrong tag". (The function name in openssl got renamed from all capital letters to small letters.) In test/parallel/test-tls-junk-server.js, the error message changed from "/unknown protocol/" to "/wrong version number/". It also fixes 3 current issues with the test suite against the 1.0.2 version. When building against the 1.1.0 version there are various tests that fail. There are a total of 11 test failures. Some tests assumes the TLS ticket is 48 bytes. This was always just an implementation details and you could already ask OpenSSL what the size was. The encryption got changed from AES128 to AES256 in 1.1.0 and so the size changed. I have no idea how to get that size to the right places in the test suite. Some of the other failures are related to ciphers that are disabled by default. For instance anonymous ciphers like AECDH are disabled and you need to enable them by selecting a different security level, which can for instance be done by adding @SECLEVEL=0 to the cipher list, but that's not compatible with the 1.0.x version. Ciphers like 3DES and RC4 are disabled by default. Other tests fails because the key size that's used is too small. I'm not sure yet why some of the other tests fail. There are also a bunch of warnings about deprecated functions. I left them like they are. The proper way to deal with it will probably break compatibility. PS: During make test I'm getting invalid opcode traps, this seems unrelated to my changes and doesn't seem to cause test suite failures.

Open Graph Description: Checklist make -j4 test (UNIX), or vcbuild test nosign (Windows) passes commit message follows commit guidelines Affected core subsystem(s) crypto Description of change This is to make it po...

X Description: Checklist make -j4 test (UNIX), or vcbuild test nosign (Windows) passes commit message follows commit guidelines Affected core subsystem(s) crypto Description of change This is to make it po...

Opengraph URL: https://github.com/nodejs/node/pull/8491

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/commits/:range(.:format)
route-controllerpull_requests
route-actioncommits
fetch-noncev2:a055bd5b-7b17-9312-b3e8-bfa5923e74db
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idDC22:312852:29732E:3A8E0D:69974383
html-safe-nonced1800c53405649f51773b3d9d0a5260ae4fd346a7b8681edaf5df8b6948fcf3c
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEQzIyOjMxMjg1MjoyOTczMkU6M0E4RTBEOjY5OTc0MzgzIiwidmlzaXRvcl9pZCI6Ijc5NzQ3MDMwMjk5NTMxODQ2NDMiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacd4506dd53a23569fc6c73348b5407e0fd7d5767776c19939990aeb40ae76167e
hovercard-subject-tagpull_request:84784936
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/commits
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f
twitter:imagehttps://avatars.githubusercontent.com/u/1616242?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/1616242?s=400&v=4
og:image:altChecklist make -j4 test (UNIX), or vcbuild test nosign (Windows) passes commit message follows commit guidelines Affected core subsystem(s) crypto Description of change This is to make it po...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonec2f6b9675e9141deef3eda21e5cb896d461bd4d25aeaeeba804502ef0e8d01f2
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/nodejs/node git https://github.com/nodejs/node.git
octolytics-dimension-user_id9950313
octolytics-dimension-user_loginnodejs
octolytics-dimension-repository_id27193779
octolytics-dimension-repository_nwonodejs/node
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id27193779
octolytics-dimension-repository_network_root_nwonodejs/node
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release06ceed63f0d4941788d6c52a00d38ad77b6eaf89
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fpull%2F8491%2Fcommits%2F62cc7b80c0840528e6936bd72e3d370e24f8d99f
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fpull%2F8491%2Fcommits%2F62cc7b80c0840528e6936bd72e3d370e24f8d99f
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fcommits&source=header-repo&source_repo=nodejs%2Fnode
Reloadhttps://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f
Reloadhttps://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f
Reloadhttps://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f
nodejs https://github.com/nodejs
nodehttps://github.com/nodejs/node
Please reload this pagehttps://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f
Notifications https://github.com/login?return_to=%2Fnodejs%2Fnode
Fork 34.8k https://github.com/login?return_to=%2Fnodejs%2Fnode
Star 116k https://github.com/login?return_to=%2Fnodejs%2Fnode
Code https://github.com/nodejs/node
Issues 1.8k https://github.com/nodejs/node/issues
Pull requests 713 https://github.com/nodejs/node/pulls
Actions https://github.com/nodejs/node/actions
Projects 3 https://github.com/nodejs/node/projects
Security 0 https://github.com/nodejs/node/security
Insights https://github.com/nodejs/node/pulse
Code https://github.com/nodejs/node
Issues https://github.com/nodejs/node/issues
Pull requests https://github.com/nodejs/node/pulls
Actions https://github.com/nodejs/node/actions
Projects https://github.com/nodejs/node/projects
Security https://github.com/nodejs/node/security
Insights https://github.com/nodejs/node/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fnodejs%2Fnode%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fnodejs%2Fnode%2Fissues%2Fnew%2Fchoose
kroeckxhttps://github.com/kroeckx
nodejs:masterhttps://github.com/nodejs/node/tree/master
kroeckx:openssl-1.1.0https://github.com/kroeckx/node/tree/openssl-1.1.0
Conversation 27 https://github.com/nodejs/node/pull/8491
Commits 1 https://github.com/nodejs/node/pull/8491/commits
Checks 0 https://github.com/nodejs/node/pull/8491/checks
Files changed https://github.com/nodejs/node/pull/8491/files
Please reload this pagehttps://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f
Make it build using openssl 1.1.0 https://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f#top
Show all changes 1 commit https://github.com/nodejs/node/pull/8491/files
62cc7b8 Make it build using openssl 1.1.0 kroeckx Sep 10, 2016 https://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f
Clear filters https://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f
Please reload this pagehttps://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f
Please reload this pagehttps://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f
_tls_common.js https://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f#diff-e16679ca1a0c18eb3e587384f11d0710a78e379e50a102b9cffd53551fc37848
node_crypto.cc https://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f#diff-fbb424b0c726f25a6ab1100125b7e97a96142f900c0c328805905f39004e0e8e
node_crypto.h https://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f#diff-470e0cf24a7d187261d3d90860324ab61599d549fbbcd910c011d394d2a3a950
node_crypto_bio.cc https://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f#diff-1dd8f02e4ae0de2106d215b7b4512b382ab8adea89e7c39dddfead04e9d64f4f
node_crypto_bio.h https://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f#diff-d19e8d6acb8ee12e917bb947b2150cc34196510deffbe8af4e700186cbfe3c92
test-crypto-binary-default.js https://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f#diff-24a43aa57f26b99400c65fab80f5d23ea2fc8735798c140ea599fa1cb1f90e6a
test-crypto-rsa-dsa.js https://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f#diff-d887db4c3a660f9157af263b0c1d1f4bc2f9c4ff419aba165c9231e58209926f
test-crypto.js https://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f#diff-a7db2b97eee386620155d72ac5f86943d389cfbc90b10ff1528f6fab6e99cba3
test-tls-basic-validations.js https://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f#diff-52aea78f031a1b5af2ef8e3c49529ab0a039e172a6c4c7ca9826085c77108a08
test-tls-ecdh-disable.js https://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f#diff-150908c8a9e225c2b1769ca4ac5f0e2f1c3db866856d6bc004b12d589e066159
test-tls-junk-server.js https://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f#diff-dbfd53e03980921f6672cd088741a90f98e0b77fc0909afb530803a6e539d475
test-tls-no-sslv3.js https://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f#diff-d95d4b37c8b6caad9fbd3b400f9bc647ecb7dea317889c2d32af5642c40466a7
test-tls-set-ciphers.js https://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f#diff-6a4c7a6859f0583a069d61ab13937ca136d1039fe7e331add143a4679b912989
Please reload this pagehttps://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f
https://github.com/kroeckx
kroeckxhttps://github.com/nodejs/node/commits?author=kroeckx
lib/_tls_common.jshttps://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f#diff-e16679ca1a0c18eb3e587384f11d0710a78e379e50a102b9cffd53551fc37848
View file https://github.com/kroeckx/node/blob/62cc7b80c0840528e6936bd72e3d370e24f8d99f/lib/_tls_common.js
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodejs/node/pull/8491/commits/{{ revealButtonHref }}
https://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f#diff-e16679ca1a0c18eb3e587384f11d0710a78e379e50a102b9cffd53551fc37848
indutnyhttps://github.com/indutny
Sep 11, 2016https://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f#r78294261
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f
kroeckxhttps://github.com/kroeckx
Sep 11, 2016https://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f#r78294394
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f
https://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f#diff-e16679ca1a0c18eb3e587384f11d0710a78e379e50a102b9cffd53551fc37848
Please reload this pagehttps://github.com/nodejs/node/pull/8491/commits/62cc7b80c0840528e6936bd72e3d370e24f8d99f
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.