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

Add TLS socket protocol adapter #485

Open
cstrotm opened this issue Feb 22, 2022 · 1 comment
Open

Add TLS socket protocol adapter #485

cstrotm opened this issue Feb 22, 2022 · 1 comment

Comments

@cstrotm
Copy link

cstrotm commented Feb 22, 2022

A generic TLS socket connection via the N: device handler would be useful to access Gemini server

https://en.wikipedia.org/wiki/Gemini_(protocol)

I'm working on an Gemini server for the ABBUC webpage contents and would like to create a Atari 8bit Gemini Browser

@tschak909
Copy link
Collaborator

ESP-IDF does indeed have an API for accessing TLS wrapped sockets:
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/protocols/esp_tls.html

And I did attempt to start on this in May 2021, but got stuck.
https://www.esp32.com/viewtopic.php?f=13&t=20773

Does anyone want to take a whack at this?

-Thom

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

No branches or pull requests

2 participants