Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use new Secure Message API in RubyThemis #402

Merged
merged 3 commits into from Mar 4, 2019

Commits on Mar 1, 2019

  1. Use new Secure Message API in RubyThemis

    It's easy to use the new API even if I don't know Ruby, just "attach"
    the new functions instead of the old ones and use them.
    ilammy committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    adc9e60 View commit details
    Browse the repository at this point in the history
  2. Additional key validation and error reporting

    Just like with other language wrappers, improve key validation in
    Secure Message: perform early checks of private and public key and
    signal the user if there's anything wrong with them.
    ilammy committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    7bac1fc View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Configuration menu
    Copy the full SHA
    b7f9fbd View commit details
    Browse the repository at this point in the history