Installation

# Add this to your shard.yml
dependencies:
  openssl_ext:
    github: spider-gazelle/openssl_ext
    version: ~> 2.8.5

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT
Authors
Connor Imrie, Kevin, Stephen von Takach

Dependencies

Development Dependencies

  • ameba*github: veelenga/amebadev

README

openssl_ext

CI

OpenSSL C Bindings for Crystal (and other extensions)

Installation

Add this to your application's shard.yml:

dependencies:
  openssl_ext:
    github: spider-gazelle/openssl_ext

Usage

require "openssl_ext"

See spec/rsa_spec.cr, spec/ec_spec.cr and spec/x509_spec.cr for usage in depth. The bindings closely follows the API for https://ruby-doc.org/stdlib-2.4.0/libdoc/openssl/rdoc/OpenSSL/PKey/RSA.html

Encoding with a passphrase is not yet supported as OpenSSL fails silently without any errors (in order to fix).

Contributors

  • cimrie Connor Imrie - creator, maintainer