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

Added support for AEAD. #18

Merged

Conversation

saghaulor
Copy link
Contributor

- This feature require Ruby compiled with OpenSSL >= v1.0.1
- This commit resolves attr-encrypted#14, and resolves attr-encrypted#15
- These Ruby versions do not support Authentication Data.
- MRI 1.9.3 is EOL, so we'll stop supporting it.
- There is an existing issue opened with JRuby regarding support for
  'auth_data='. jruby/jruby#3376 When it is
  addressed we can reintroduce JRuby support.
@saghaulor saghaulor force-pushed the add_authenticated_encryption_support branch from 03dc7af to 23e90a2 Compare December 27, 2015 20:42
saghaulor added a commit that referenced this pull request Dec 27, 2015
@saghaulor saghaulor merged commit dd8cbac into attr-encrypted:master Dec 27, 2015
@saghaulor saghaulor deleted the add_authenticated_encryption_support branch December 27, 2015 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Encryptor doesn't provide any option for an integrity-check value
1 participant