Artifact fb9cd2423493160b267e1c04c0be2cfbb19dc08d:

  • File misc-stml.scm
    • 2016-10-20 17:53:01 — part of check-in [1b5a5d3a6e] on branch crypt — Replace external openssl call with "crypt" egg.

      The OpenSSL call was using the old UNIX crypt DES password hashing, which is very weak. Crypt will default to a more sensible mechanism (Blowfish, but in the future could transparently switch).

      Old passwords will continue to work, because the crypt egg detects DES salts and happily hashes them. When creating new passwords, they will be hashed using the modern algorithm.

      The OpenSSL call passed the password to the shell, so an onlooker on the server could see it in plaintext. It also neglected to escape the password for the shell, resulting in a command injection vulnerability. (user: sjamaan, size: 9930) [annotate] [blame] [check-ins using]

    • 2016-11-08 06:20:34 — part of check-in [0e2bee049a] on branch trunk — Merged crypt branch (user: matt, size: 9930) [annotate] [blame] [check-ins using]