1. 14 May, 2014 2 commits
  2. 12 May, 2014 3 commits
  3. 11 May, 2014 4 commits
  4. 09 May, 2014 1 commit
    • Dr. Stephen Henson's avatar
      Return an error if no recipient type matches. · c3cd9be0
      Dr. Stephen Henson authored
      If the key type does not match any CMS recipient type return
      an error instead of using a random key (MMA mitigation). This
      does not leak any useful information to an attacker.
      
      PR#3348
      (cherry picked from commit 83a3182e0560f76548f4378325393461f6275493)
      c3cd9be0
  5. 08 May, 2014 2 commits
  6. 07 May, 2014 2 commits
  7. 06 May, 2014 5 commits
  8. 03 May, 2014 1 commit
  9. 01 May, 2014 1 commit
  10. 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
  11. 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
  12. 24 Apr, 2014 2 commits
  13. 23 Apr, 2014 1 commit
  14. 22 Apr, 2014 1 commit
  15. 16 Apr, 2014 1 commit
  16. 15 Apr, 2014 2 commits
  17. 11 Apr, 2014 1 commit
  18. 09 Apr, 2014 1 commit
  19. 07 Apr, 2014 1 commit
  20. 06 Apr, 2014 1 commit
  21. 04 Apr, 2014 2 commits
  22. 03 Apr, 2014 2 commits
  23. 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