1. 06 May, 2014 4 commits
  2. 03 May, 2014 1 commit
  3. 01 May, 2014 1 commit
  4. 30 Apr, 2014 2 commits
    • Matt Caswell's avatar
      Fixed missing =back commands · ee309266
      Matt Caswell authored
      ee309266
    • Lubomir Rintel's avatar
      POD: Fix item numbering · 3d50fef7
      Lubomir Rintel authored
      Newer pod2man considers =item [1-9] part of a numbered list, while =item
      0 starts an unnumbered list. Add a zero effect formatting mark to override
      this.
      
      doc/apps/smime.pod around line 315: Expected text after =item, not a
      number
      ...
      
      PR#3146
      3d50fef7
  5. 26 Apr, 2014 1 commit
    • mancha's avatar
      Fix version documentation. · 33c16230
      mancha authored
      Specify -f is for compilation flags. Add -d to synopsis section.
      
      (cherry picked from commit 006397ea62bbcae22c8664d53c2222b808c4bdd1)
      
      Closes #80.
      33c16230
  6. 24 Apr, 2014 2 commits
  7. 23 Apr, 2014 1 commit
  8. 22 Apr, 2014 1 commit
  9. 16 Apr, 2014 1 commit
  10. 15 Apr, 2014 2 commits
  11. 11 Apr, 2014 1 commit
  12. 09 Apr, 2014 1 commit
  13. 07 Apr, 2014 1 commit
  14. 06 Apr, 2014 1 commit
  15. 04 Apr, 2014 2 commits
  16. 03 Apr, 2014 2 commits
  17. 02 Apr, 2014 1 commit
    • Eric Young's avatar
      Fix base64 decoding bug. · 5762c185
      Eric Young authored
      A short PEM encoded sequence if passed to the BIO, and the file
      had 2 \n following would fail.
      
      PR#3289
      (cherry picked from commit 10378fb5)
      5762c185
  18. 12 Mar, 2014 3 commits
  19. 10 Mar, 2014 1 commit
  20. 07 Mar, 2014 1 commit
  21. 26 Feb, 2014 1 commit
  22. 25 Feb, 2014 2 commits
  23. 24 Feb, 2014 3 commits
  24. 15 Feb, 2014 1 commit
  25. 14 Feb, 2014 3 commits
    • Kurt Roeckx's avatar
      Use defaults bits in req when not given · d43301b7
      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)
      d43301b7
    • Kurt Roeckx's avatar
      Fix additional pod errors with numbered items. · 4727d574
      Kurt Roeckx authored
      (cherry picked from commit e547c45f)
      4727d574
    • Scott Schaefer's avatar
      Fix various spelling errors · b815ab21
      Scott Schaefer authored
      (cherry picked from commit 2b4ffc65)
      b815ab21