1. 14 May, 2014 3 commits
  2. 12 May, 2014 1 commit
  3. 11 May, 2014 3 commits
  4. 08 May, 2014 1 commit
    • Dr. Stephen Henson's avatar
      Return an error if no recipient type matches. · 70ddf8ec
      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)
      70ddf8ec
  5. 06 May, 2014 4 commits
  6. 24 Apr, 2014 1 commit
  7. 11 Apr, 2014 1 commit
  8. 09 Apr, 2014 1 commit
  9. 04 Apr, 2014 2 commits
  10. 02 Apr, 2014 1 commit
    • Eric Young's avatar
      Fix base64 decoding bug. · 9ad5c5e4
      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)
      9ad5c5e4
  11. 27 Mar, 2014 5 commits
  12. 15 Feb, 2014 1 commit
  13. 29 Jan, 2014 1 commit
    • Dr. Stephen Henson's avatar
      Clarify docs. · 2fb8642e
      Dr. Stephen Henson authored
      Remove reference to ERR_TXT_MALLOCED in the error library as that is
      only used internally. Indicate that returned error data must not be
      freed.
      (cherry picked from commit f2d678e6)
      2fb8642e
  14. 10 Jan, 2014 1 commit
  15. 04 Jan, 2014 1 commit
    • Dr. Stephen Henson's avatar
      Restore SSL_OP_MSIE_SSLV2_RSA_PADDING · 0da40f0f
      Dr. Stephen Henson authored
      The flag SSL_OP_MSIE_SSLV2_RSA_PADDING hasn't done anything since OpenSSL
      0.9.7h but deleting it will break source compatibility with any software
      that references it. Restore it but #define to zero.
      (cherry picked from commit b17d6b8d)
      0da40f0f
  16. 10 Dec, 2013 1 commit
  17. 09 Dec, 2013 1 commit
  18. 27 Nov, 2013 1 commit
  19. 21 Nov, 2013 1 commit
  20. 04 Oct, 2013 7 commits
  21. 17 Sep, 2013 1 commit
    • Bodo Moeller's avatar
      Fix overly lenient comparisons: · ff7b0210
      Bodo Moeller authored
          - EC_GROUP_cmp shouldn't consider curves equal just because
            the curve name is the same. (They really *should* be the same
            in this case, but there's an EC_GROUP_set_curve_name API,
            which could be misused.)
      
          - EC_POINT_cmp shouldn't return 0 for ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED
            or EC_R_INCOMPATIBLE_OBJECTS errors because in a cmp API, 0 indicates
            equality (not an error).
      
          Reported by: king cope
      
      (cherry picked from commit ca567a03)
      
      Conflicts:
      	Configure
      ff7b0210
  22. 20 Aug, 2013 1 commit