Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.
/ ring-ffi Public archive

FFI interface exposing *ring* to non-Rust code.

License

Notifications You must be signed in to change notification settings

briansmith/ring-ffi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THE SOFTWARE IS PROVIDED "AS IS" AND BRIAN SMITH AND THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL BRIAN SMITH OR THE AUTHORS BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

ring-ffi

ring is a crypto library in Rust based on BoringSSL's crypto primitive implementations.

ring-ffi is a wrapper around ring that packages it in a shared library with a libffi-compatible API. The goal is to use ring-ffi as the foundation for ring bindings to Ruby, Python, Node.js, etc.

Language Bindings Being Developed

Language Bindings
Ruby ruby-ring
Rust Just use the native ring API.
Python cryptography-ring

Contributing

Patches Welcome! Suggestions:

  • Map more ring functionality to the libffi-compatible API.
  • Improve the bindings for existing languages.
  • Create bindings for new languages. (If you do so, please send a PR here to add your binding to the table above.

License

See LICENSE.

Bug Reporting

Please file bugs in the issue tracker. Yes, even security vulnerabilities should be reported in the public issue tracker. Do NOT report any security vulnerability privately to the ring-ffi developers.

About

FFI interface exposing *ring* to non-Rust code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages