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

fixed encryption base64 encoding bug, +random ivs, + cipher reuse #2

Closed
wants to merge 6 commits into from

Commits on Dec 22, 2014

  1. fixed encryption base64 encoding bug

    fixed encryption base64 encoding bug
    bitsofinfo authored and jsvd committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    10f3e23 View commit details
    Browse the repository at this point in the history
  2. fix for "uninitialized constant LogStash::Filters::Cipher::OpenSSL"

    fix for "uninitialized constant LogStash::Filters::Cipher::OpenSSL"
    bitsofinfo authored and jsvd committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    d6d8d91 View commit details
    Browse the repository at this point in the history
  3. fixed error on nil/blank source field

    fixed error on nil/blank source field
    bitsofinfo authored and jsvd committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    2cd1573 View commit details
    Browse the repository at this point in the history
  4. support for random ivs

    added support for random iv's
    bitsofinfo authored and jsvd committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    c7b37d5 View commit details
    Browse the repository at this point in the history
  5. fix hard wired 16 iv length

    fix hard wired 16 iv length
    bitsofinfo authored and jsvd committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    c2d7ad2 View commit details
    Browse the repository at this point in the history
  6. added max_cipher_reuse option

    added max_cipher_reuse to permit re-use of the cipher instance rather than forcing re-creates over and over
    bitsofinfo authored and jsvd committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    070b47d View commit details
    Browse the repository at this point in the history