Git Product home page Git Product logo

themis.rs's People

Contributors

ilammy avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

themis.rs's Issues

Integrate BoringSSL source code

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 (#2)
  • Use a different prefix to avoid conflicts with Mundane (#2)
  • Export really few functions at first (e.g., PRNG) (#4)
  • Add smoke tests for exported unsafe functions (#4)
  • Configure builds for Linux, macOS, Windows (#5)
  • Clarify licensing in the documentation (#6)
  • Describe build setup in the documentation (#6)
  • Correct metadata for the soter-boringssl-sys crate (#6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.