1. 19 Feb, 2014 3 commits
  2. 18 Feb, 2014 1 commit
  3. 16 Feb, 2014 1 commit
    • Dr. Stephen Henson's avatar
      Restore SSL_OP_MSIE_SSLV2_RSA_PADDING · 3c6c139a
      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)
      3c6c139a
  4. 15 Feb, 2014 3 commits
  5. 14 Feb, 2014 10 commits
  6. 13 Feb, 2014 5 commits
  7. 09 Feb, 2014 1 commit
  8. 06 Feb, 2014 1 commit
  9. 05 Feb, 2014 13 commits
  10. 03 Feb, 2014 1 commit
  11. 02 Feb, 2014 1 commit
    • Dr. Stephen Henson's avatar
      New ctrl to set current certificate. · 0f78819c
      Dr. Stephen Henson authored
      New ctrl sets current certificate based on certain criteria. Currently
      two options: set the first valid certificate as current and set the
      next valid certificate as current. Using these an application can
      iterate over all certificates in an SSL_CTX or SSL structure.
      0f78819c