1. 25 Feb, 2014 10 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 3 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