Skip to content
  1. Nov 18, 2018
    • 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. Nov 16, 2018
  3. Nov 15, 2018
  4. Nov 14, 2018
  5. Nov 13, 2018
  6. Nov 12, 2018
  7. Nov 11, 2018
  8. Nov 10, 2018
  9. Nov 09, 2018
  10. Nov 08, 2018