1. 25 Feb, 2014 8 commits
  2. 24 Feb, 2014 10 commits
  3. 23 Feb, 2014 5 commits
  4. 21 Feb, 2014 2 commits
  5. 20 Feb, 2014 3 commits
  6. 18 Feb, 2014 1 commit
  7. 15 Feb, 2014 6 commits
  8. 14 Feb, 2014 5 commits
    • Kurt Roeckx's avatar
      Use defaults bits in req when not given · a8eeedb6
      Kurt Roeckx authored
      If you use "-newkey rsa" it's supposed to read the default number of bits from the
      config file.  However the value isn't used to generate the key, but it does
      print it's generating such a key.  The set_keygen_ctx() doesn't call
      EVP_PKEY_CTX_set_rsa_keygen_bits() and you end up with the default set in
      pkey_rsa_init() (1024).  Afterwards the number of bits gets read from the config
      file, but nothing is done with that anymore.
      
      We now read the config first and use the value from the config file when no size
      is given.
      
      PR: 2592
      (cherry picked from commit 33432203)
      a8eeedb6
    • Kurt Roeckx's avatar
      Fix additional pod errors with numbered items. · b3d8de79
      Kurt Roeckx authored
      (cherry picked from commit e547c45f)
      b3d8de79
    • Scott Schaefer's avatar
      Fix various spelling errors · 0413ea58
      Scott Schaefer authored
      (cherry picked from commit 2b4ffc65)
      0413ea58
    • Scott Schaefer's avatar
      Document pkcs12 -password behavior · 2f6fba67
      Scott Schaefer authored
      apps/pkcs12.c accepts -password as an argument.  The document author
      almost certainly meant to write "-password, -passin".
      
      However, that is not correct, either.  Actually the code treats
      -password as equivalent to -passin, EXCEPT when -export is also
      specified, in which case -password as equivalent to -passout.
      (cherry picked from commit 856c6dfb)
      2f6fba67
    • Dr. Stephen Henson's avatar
      Fix error discrepancy with 1.0.1 · d69accec
      Dr. Stephen Henson authored
      d69accec