You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.
I’m going to start with BoringSSL as the first supported cryptographic backend because it allows to have zero system dependencies. I really like the approach by Google in their Mundane library (a competitor, hehe) so I guess I’ll reuse it.
MIT-licensed code is compatible with Apache License 2.0 so we can integrate the build scripts with no issues. BoringSSL itself is... well, it’s complicated. See their license here. Generally, that’s a mix of BSD-style licenses and MIT which are both compatible with Apache so we can incorporate that as well.
Checklist:
Take Mundane’s build scripts and put them into soter-boringssl-sys crate (BoringSSL build system #2)
I’m going to start with BoringSSL as the first supported cryptographic backend because it allows to have zero system dependencies. I really like the approach by Google in their Mundane library (a competitor, hehe) so I guess I’ll reuse it.
MIT-licensed code is compatible with Apache License 2.0 so we can integrate the build scripts with no issues. BoringSSL itself is... well, it’s complicated. See their license here. Generally, that’s a mix of BSD-style licenses and MIT which are both compatible with Apache so we can incorporate that as well.
Checklist:
The text was updated successfully, but these errors were encountered: