Skip to content

Add SSL (TLS) support to Dart Socket IO #3950

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

Closed
DartBot opened this issue Jul 1, 2012 · 11 comments
Closed

Add SSL (TLS) support to Dart Socket IO #3950

DartBot opened this issue Jul 1, 2012 · 11 comments
Assignees
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-io P1 A high priority bug; for example, a single project is unusable or has many test failures type-enhancement A request for a change that isn't a bug
Milestone

Comments

@DartBot
Copy link

DartBot commented Jul 1, 2012

This issue was originally filed by [email protected]


I cannot write a Apple Push Notification Server without client side certificates.

@iposva-google
Copy link
Contributor

Added Area-IO, Triaged labels.

@sgjesse
Copy link
Contributor

sgjesse commented Jul 2, 2012

Marked this as blocking #3593.

@whesse
Copy link
Contributor

whesse commented Jul 5, 2012

This is part of supporting SSL (TLS) on Socket and ServerSocket generally. Renaming this bug to make it clear that it is not just client side certificates.


Set owner to @whesse.
Added this to the M1 milestone.
Removed Type-Defect, Priority-Medium labels.
Added Type-Enhancement, Priority-High, Accepted labels.
Changed the title to: "Add SSL (TLS) support to Dart Socket IO".

@whesse
Copy link
Contributor

whesse commented Jul 5, 2012

Marked this as blocking #2678.

@sethladd
Copy link
Contributor

@madsager
Copy link
Contributor

madsager commented Oct 1, 2012

Removed this from the M1 milestone.
Added this to the M2 milestone.

@madsager
Copy link
Contributor

madsager commented Oct 3, 2012

Added Started label.

@whesse
Copy link
Contributor

whesse commented Nov 30, 2012

This has now been committed, as the SecureSocket and SecureServerSocket classes. Examples of their use are in tests/standalone/io/secure_socket_test.dart, secure_server_socket_test.dart, secure_socket_stream_test.dart, and secure_server_stream.dart. Further improvements to initialization are upcoming, and the HttpClient and HttpsServer classes now support HTTPS.


Added Fixed label.

@sethladd
Copy link
Contributor

sethladd commented Dec 1, 2012

Nice!

@DartBot
Copy link
Author

DartBot commented Dec 1, 2012

This comment was originally written by @Scorpiion


Great news, good work!

@kevmoo
Copy link
Member

kevmoo commented May 14, 2014

Removed Area-IO label.
Added Area-Library, Library-IO labels.

@DartBot DartBot added Type-Enhancement P1 A high priority bug; for example, a single project is unusable or has many test failures area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-io labels May 14, 2014
@DartBot DartBot added this to the M2 milestone May 14, 2014
@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed type-enhancement labels Mar 1, 2016
This issue was closed.
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 P1 A high priority bug; for example, a single project is unusable or has many test failures type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

7 participants