1. 11 5月, 2012 2 次提交
  2. 10 5月, 2012 1 次提交
  3. 27 4月, 2012 1 次提交
  4. 26 4月, 2012 4 次提交
  5. 20 4月, 2012 1 次提交
  6. 17 4月, 2012 2 次提交
  7. 05 4月, 2012 1 次提交
  8. 01 4月, 2012 1 次提交
  9. 28 3月, 2012 1 次提交
    • D
      Initial revision of ECC extension handling. · d0595f17
      Dr. Stephen Henson 提交于
      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
  10. 06 3月, 2012 1 次提交
  11. 21 2月, 2012 1 次提交
  12. 16 2月, 2012 1 次提交
  13. 15 2月, 2012 2 次提交
    • D
      Additional compatibility fix for MDC2 signature format. · 58631637
      Dr. Stephen Henson 提交于
      Update RSA EVP_PKEY_METHOD to use the OCTET STRING form of MDC2 signature:
      this will make all versions of MDC2 signature equivalent.
      58631637
    • D
      An incompatibility has always existed between the format used for RSA · 83cb7c46
      Dr. Stephen Henson 提交于
      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
  14. 09 2月, 2012 1 次提交
  15. 31 1月, 2012 1 次提交
  16. 25 1月, 2012 1 次提交
  17. 19 1月, 2012 1 次提交
  18. 17 1月, 2012 2 次提交
    • D
      fix CHANGES entry · ac07bc86
      Dr. Stephen Henson 提交于
      ac07bc86
    • D
      Support for fixed DH ciphersuites. · 8e1dc4d7
      Dr. Stephen Henson 提交于
      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
  19. 05 1月, 2012 7 次提交
  20. 01 1月, 2012 2 次提交
  21. 20 12月, 2011 1 次提交
    • D
      PR: 2563 · ad89bf78
      Dr. Stephen Henson 提交于
      Submitted by: Paul Green <Paul.Green@stratus.com>
      Reviewed by: steve
      
      Improved PRNG seeding for VOS.
      ad89bf78
  22. 19 12月, 2011 2 次提交
  23. 13 12月, 2011 2 次提交
  24. 10 12月, 2011 1 次提交