1. 26 Apr, 2012 2 commits
  2. 25 Apr, 2012 2 commits
  3. 19 Apr, 2012 1 commit
  4. 17 Apr, 2012 2 commits
  5. 05 Apr, 2012 1 commit
  6. 31 Mar, 2012 1 commit
  7. 28 Mar, 2012 1 commit
    • Dr. Stephen Henson's avatar
      Initial revision of ECC extension handling. · d0595f17
      Dr. Stephen Henson authored
      Tidy some code up.
      
      Don't allocate a structure to handle ECC extensions when it is used for
      default values.
      
      Make supported curves configurable.
      
      Add ctrls to retrieve shared curves: not fully integrated with rest of
      ECC code yet.
      d0595f17
  8. 06 Mar, 2012 1 commit
  9. 21 Feb, 2012 1 commit
  10. 16 Feb, 2012 1 commit
  11. 15 Feb, 2012 2 commits
    • Dr. Stephen Henson's avatar
      Additional compatibility fix for MDC2 signature format. · 58631637
      Dr. Stephen Henson authored
      Update RSA EVP_PKEY_METHOD to use the OCTET STRING form of MDC2 signature:
      this will make all versions of MDC2 signature equivalent.
      58631637
    • Dr. Stephen Henson's avatar
      An incompatibility has always existed between the format used for RSA · 83cb7c46
      Dr. Stephen Henson authored
      signatures and MDC2 using EVP or RSA_sign. This has become more apparent
      when the dgst utility in OpenSSL 1.0.0 and later switched to using the
      EVP_DigestSign functions which call RSA_sign.
      
      This means that the signature format OpenSSL 1.0.0 and later used with
      dgst -sign and MDC2 is incompatible with previous versions.
      
      Add detection in RSA_verify so either format works.
      
      Note: MDC2 is disabled by default in OpenSSL and very rarely used in practice.
      83cb7c46
  12. 09 Feb, 2012 1 commit
  13. 31 Jan, 2012 1 commit
  14. 25 Jan, 2012 1 commit
  15. 18 Jan, 2012 1 commit
  16. 17 Jan, 2012 1 commit
  17. 16 Jan, 2012 1 commit
    • Dr. Stephen Henson's avatar
      Support for fixed DH ciphersuites. · 8e1dc4d7
      Dr. Stephen Henson authored
      The cipher definitions of these ciphersuites have been around since SSLeay
      but were always disabled. Now OpenSSL supports DH certificates they can be
      finally enabled.
      
      Various additional changes were needed to make them work properly: many
      unused fixed DH sections of code were untested.
      8e1dc4d7
  18. 05 Jan, 2012 1 commit
  19. 04 Jan, 2012 6 commits
  20. 31 Dec, 2011 2 commits
  21. 19 Dec, 2011 3 commits
  22. 13 Dec, 2011 2 commits
  23. 10 Dec, 2011 1 commit
  24. 07 Dec, 2011 2 commits
  25. 02 Dec, 2011 2 commits