1. 21 Feb, 2015 3 commits
  2. 20 Feb, 2015 13 commits
  3. 19 Feb, 2015 5 commits
  4. 17 Feb, 2015 3 commits
  5. 13 Feb, 2015 3 commits
  6. 12 Feb, 2015 2 commits
  7. 11 Feb, 2015 2 commits
  8. 10 Feb, 2015 3 commits
  9. 09 Feb, 2015 3 commits
  10. 08 Feb, 2015 1 commit
    • Franco Fichtner's avatar
      crypt: use the proper OpenSSL version when appropriate · 639d0993
      Franco Fichtner authored
      This is not the fix I have been meaning to push, but openssl_encrypt()
      and openssl_decrypt() are too low level.  They do AES-256-CBC, but not
      key derivation as well as salt and IV handling.  Getting this 100%
      compatible with OpenSSL was the blocker then.  Also, experts have said
      that the cipher should not be used anymore, adding more annoyances as
      this config output does not have a version information prefix...
      639d0993
  11. 06 Feb, 2015 2 commits