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: