Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

fix: enable auto cert chaining to match OpenSSL behaviour #47

Merged
merged 1 commit into from
Aug 3, 2018

Conversation

nornagon
Copy link
Member

@nornagon nornagon commented Aug 3, 2018

By default, OpenSSL will automatically build a certificate chain for a certificate based on trusted certs that are in the X509_STORE. BoringSSL disables this by default (see #27 and #42 on the BoringSSL bug tracker), but nodejs users will expect this behaviour (and indeed, one Electron test depends on it).

@nornagon nornagon merged commit 3f8b02f into electron-node-v10.6.0 Aug 3, 2018
@nornagon nornagon deleted the enable-auto-chaining-v10.6.0 branch August 3, 2018 18:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant