Skip to content

0.0.3 - And now it begins

Pre-release
Pre-release
Compare
Choose a tag to compare
@michiels michiels released this 20 Aug 22:25
· 91 commits to master since this release

This gem lets you use the PolarSSL SSL and cryptography library with Ruby. At it's core is a Ruby C extension that hooks into the PolarSSL core.

Usage

gem install polarssl

And in your Ruby script:

require "polarssl"

For further instructions, take a look at the README and API documentation.

Features

  • Set up an SSL connection.