Skip to content
  1. Feb 15, 2012
    • 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
  2. Feb 09, 2012
  3. Jan 31, 2012
  4. Jan 25, 2012
  5. Jan 18, 2012
  6. Jan 17, 2012
  7. Jan 16, 2012
    • 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
  8. Jan 05, 2012
  9. Jan 04, 2012
  10. Dec 31, 2011
  11. Dec 19, 2011
  12. Dec 13, 2011
  13. Dec 10, 2011
  14. Dec 07, 2011
  15. Dec 02, 2011
  16. Nov 15, 2011
  17. Nov 13, 2011
  18. Nov 06, 2011
  19. Nov 05, 2011
  20. Nov 02, 2011
  21. Oct 19, 2011
  22. Oct 18, 2011
  23. Oct 13, 2011