Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

[Network] Secure socket support ? #102

Open
azjezz opened this issue Jan 27, 2020 · 2 comments
Open

[Network] Secure socket support ? #102

azjezz opened this issue Jan 27, 2020 · 2 comments

Comments

@azjezz
Copy link
Contributor

azjezz commented Jan 27, 2020

any plans to add TLS support to Network ?

$server = await TCP\Server::createAsync(...);
$server = new Network\SecureServer($server, $options);
@fredemmott
Copy link
Contributor

Yep, definitely. Unclear if it'll be wrappers like that, or something else.

Likely won't be done before HSL IO has a new native implementation.

@fredemmott
Copy link
Contributor

Now that native TCP is almost done, I've reached to FB's crypto people about the best way to go about doing this.

The 'obvious' way is to expose new FD-based bindings to (open|libre|boring)ssl, not sure if that's actually best practice nowadays.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants