https://github.com/zevv/janetttls
https://github.com/zevv/janetttls
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zevv/janetttls
- Owner: zevv
- Created: 2023-05-23T12:54:26.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T20:27:55.000Z (almost 3 years ago)
- Last Synced: 2024-12-16T01:37:24.774Z (about 1 year ago)
- Language: C
- Size: 22.5 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is an experimental asynchronous OpenSSL TLS stream wrapper for Janet; it
abuses the event loop by doing zero byte `ev/read` and `ev/write` calls on the
underlying net stream, but then having OpenSSL perform the actual read and
write calls on the socket when the stream is readable or writable.
Tested on linux only:
```
jpm build && janet test.janet
```