Skip to content
This repository was archived by the owner on Sep 5, 2022. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 953 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 953 Bytes

sn-ssl (archived)

This project was the beginnings of a Scala Native implementation of the Java Secure Socket Extension (JSSE) with OpenSSL. It was inspired by wildfly-openssl and related projects.

My original goal was to use this project to port the TLS APIs in the FS2 project to Scala Native. I have since accomplished that by directly implementing those APIs with s2n-tls, bypassing the JSSE entirely.

I would be happy to see this project live on in a fork but at this time I have no further plans to work on it.

Further reading: