1. 18 Nov, 2018 1 commit
    • Johannes Bauer's avatar
      Add option to read pkeyopts interactively · 9d1bf5f7
      Johannes Bauer authored
      
      
      This patch adds the ability to interactively enter passphrases for
      the pkeyutl application. For example, you could use
      
      $ openssl pkeyutl -kdf TLS1-PRF -kdflen 8 -pkeyopt md:md5
        -pkeyopt_passin secret -pkeyopt_passin seed
      
      To have the "secret" and "seed" values read interactively from keyboard
      (with hidden input). Alternatively, the pass phrase argument syntax is
      also supported, e.g.:
      
      $ openssl pkeyutl -kdf TLS1-PRF -kdflen 8 -pkeyopt md:md5
        -pkeyopt_passin secret:stdin -pkeyopt_passin seed:env:SEEDVAR
      
      To have "secret" read from stdin and "seed" from the environment
      variable SEEDVAR.
      
      Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
      Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/5697)
      9d1bf5f7
  2. 16 Nov, 2018 2 commits
  3. 15 Nov, 2018 9 commits
  4. 14 Nov, 2018 1 commit
  5. 13 Nov, 2018 6 commits
  6. 12 Nov, 2018 8 commits
  7. 11 Nov, 2018 1 commit
  8. 10 Nov, 2018 7 commits
  9. 09 Nov, 2018 2 commits
  10. 08 Nov, 2018 3 commits