Skip to content
  1. May 30, 2012
  2. May 11, 2012
    • Dr. Stephen Henson's avatar
      PR: 2813 · 4242a090
      Dr. Stephen Henson authored
      Reported by: Constantine Sapuntzakis <csapuntz@gmail.com>
      
      Fix possible deadlock when decoding public keys.
      4242a090
    • Dr. Stephen Henson's avatar
      PR: 2811 · c3b13033
      Dr. Stephen Henson authored
      Reported by: Phil Pennock <openssl-dev@spodhuis.org>
      
      Make renegotiation work for TLS 1.2, 1.1 by not using a lower record
      version client hello workaround if renegotiating.
      c3b13033
  3. May 10, 2012
  4. Apr 26, 2012
  5. Apr 25, 2012
  6. Apr 19, 2012
  7. Apr 17, 2012
  8. Apr 05, 2012
  9. Mar 31, 2012
  10. Mar 28, 2012
    • 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
  11. Mar 06, 2012
  12. Feb 21, 2012
  13. Feb 16, 2012
  14. Feb 15, 2012
    • 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
  15. Feb 09, 2012
  16. Jan 31, 2012
  17. Jan 25, 2012
  18. Jan 18, 2012
  19. Jan 17, 2012
  20. 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
  21. Jan 05, 2012
  22. Jan 04, 2012
  23. Dec 31, 2011
  24. Dec 19, 2011
  25. Dec 13, 2011