1. 20 Jul, 2015 1 commit
  2. 02 Apr, 2015 1 commit
  3. 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
  4. 29 Jan, 2015 1 commit
  5. 10 Dec, 2014 1 commit
    • Franco Fichtner's avatar
      src: move all files (again) · 727453c0
      Franco Fichtner authored
      Make "src" the implicit "/usr/local" so that nobody can
      sneak in weird files in the base file system or potentially
      overwrite them.
      
      This is the last time, I swear...  :)
      727453c0
  6. 09 Dec, 2014 1 commit
  7. 27 Oct, 2014 1 commit