Skip to content
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

node_crypto: Don't use deprecated OpenSSL APIs #30812

Closed
wants to merge 1 commit into from
Closed

node_crypto: Don't use deprecated OpenSSL APIs #30812

wants to merge 1 commit into from

Conversation

neheb
Copy link
Contributor

@neheb neheb commented Dec 5, 2019

The extra headers are needed when deprecated APIs are disabled as ssl.h
no longer includes them implicitly.

@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. crypto Issues and PRs related to the crypto subsystem. labels Dec 5, 2019
@neheb
Copy link
Contributor Author

neheb commented Dec 5, 2019

No idea what the failures are about.

@sam-github
Copy link
Contributor

Click through the details: https://travis-ci.com/nodejs/node/jobs/263603120

The extra headers are needed when deprecated APIs are disabled as ssl.h
no longer includes them implicitly.
@addaleax addaleax added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Dec 5, 2019
@nodejs-github-bot
Copy link
Collaborator

@neheb
Copy link
Contributor Author

neheb commented Dec 5, 2019

No idea what the issue is this time.

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@neheb
Copy link
Contributor Author

neheb commented Dec 7, 2019

Not related?

14:32:07 not ok 1576 parallel/test-readline-async-iterators-destroy
14:32:07   ---
14:32:07   duration_ms: 2.143
14:32:07   severity: fail
14:32:07   exitcode: 1
14:32:07   stack: |-
14:32:07     events.js:279
14:32:07           throw er; // Unhandled 'error' event
14:32:07           ^
14:32:07     
14:32:07     Error: EBADF: bad file descriptor, read
14:32:07     Emitted 'error' event on ReadStream instance at:
14:32:07         at internal/fs/streams.js:186:12
14:32:07         at FSReqCallback.wrapper [as oncomplete] (fs.js:490:5) {
14:32:07       errno: -9,
14:32:07       code: 'EBADF',
14:32:07       syscall: 'read'
14:32:07     }
14:51:22 not ok 2661 sequential/test-heap-prof
14:51:22   ---
14:51:22   duration_ms: 120.871
14:51:22   severity: fail
14:51:22   exitcode: -15
14:51:22   stack: |-
14:51:22     timeout
14:51:22   ...

@addaleax
Copy link
Member

addaleax commented Dec 7, 2019

Landed in 4e11920, thanks for the PR!

@addaleax addaleax closed this Dec 7, 2019
addaleax pushed a commit that referenced this pull request Dec 7, 2019
The extra headers are needed when deprecated APIs are disabled as ssl.h
no longer includes them implicitly.

PR-URL: #30812
Reviewed-By: Sam Roberts <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: David Carlier <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
targos pushed a commit that referenced this pull request Dec 9, 2019
The extra headers are needed when deprecated APIs are disabled as ssl.h
no longer includes them implicitly.

PR-URL: #30812
Reviewed-By: Sam Roberts <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: David Carlier <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
@MylesBorins MylesBorins mentioned this pull request Dec 13, 2019
targos pushed a commit that referenced this pull request Jan 14, 2020
The extra headers are needed when deprecated APIs are disabled as ssl.h
no longer includes them implicitly.

PR-URL: #30812
Reviewed-By: Sam Roberts <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: David Carlier <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
BethGriggs pushed a commit that referenced this pull request Feb 6, 2020
The extra headers are needed when deprecated APIs are disabled as ssl.h
no longer includes them implicitly.

PR-URL: #30812
Reviewed-By: Sam Roberts <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: David Carlier <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
@MylesBorins MylesBorins mentioned this pull request Feb 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. crypto Issues and PRs related to the crypto subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants