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

BoringSSL - Implement bad certificate callback for client SecureSocket connection #23561

Closed
whesse opened this issue Jun 1, 2015 · 2 comments
Assignees
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-io P2 A bug or feature request we're likely to work on

Comments

@whesse
Copy link
Contributor

whesse commented Jun 1, 2015

Test: standalone/io/https_bad_certificate_test

Implement the onBadCertificate optional argument to SecureSocket.connect() and SecureSocket.secure(), so that a client that gets an unverifiable certificate from the server can call a programmer-provided callback to decide whether to continue the secure connection attempt, or to close the
connection.

@whesse
Copy link
Contributor Author

whesse commented Jun 1, 2015

Marked this as blocking #23560.

@whesse whesse added Type-Defect area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-io labels Jun 1, 2015
@whesse whesse self-assigned this Jun 1, 2015
@whesse
Copy link
Contributor Author

whesse commented Sep 2, 2015

Done.

@whesse whesse closed this as completed Sep 2, 2015
@kevmoo kevmoo added P2 A bug or feature request we're likely to work on and removed Priority-Medium labels Mar 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-io P2 A bug or feature request we're likely to work on
Projects
None yet
Development

No branches or pull requests

2 participants