Skip to content

Capcah-zz/openssl

 
 

Repository files navigation

Openssl

Build Status

OpenSSL provides SSL, TLS and general purpose cryptography. It wraps the OpenSSL library.

Installation

Add this line to your application's Gemfile:

gem 'openssl'

And then execute:

$ bundle

Or install it yourself as:

$ gem install openssl

Usage

See the documentation on OpenSSL for more usage, and the official openssl library.

Contributing

  1. Fork it ( https://github.com/ruby/openssl/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Updating from source

~/code/openssl => cp ../ruby/ext/openssl/*.{c,h,rb} ext/openssl/.
~/code/openssl => cp -R ../ruby/ext/openssl/lib/ lib/

About

Provides SSL, TLS and general purpose cryptography.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 66.2%
  • Ruby 32.5%
  • Makefile 1.3%