1. 16 2月, 2012 1 次提交
  2. 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
  3. 13 2月, 2012 1 次提交
    • D
      PR: 2713 · 04296664
      Dr. Stephen Henson 提交于
      Submitted by: Tomas Mraz <tmraz@redhat.com>
      
      Move libraries that are not needed for dynamic linking to Libs.private in
      the .pc files
      04296664
  4. 12 2月, 2012 5 次提交
    • D
      PR: 2717 · fc7dae52
      Dr. Stephen Henson 提交于
      Submitted by: Tim Rice <tim@multitalents.net>
      
      Make compilation work on OpenServer 5.0.7
      fc7dae52
    • D
      PR: 2716 · be81f4dd
      Dr. Stephen Henson 提交于
      Submitted by: Adam Langley <agl@google.com>
      
      Fix handling of exporter return value and use OpenSSL indentation in
      s_client, s_server.
      be81f4dd
    • D
      PR: 2703 · e626c778
      Dr. Stephen Henson 提交于
      Submitted by: Alexey Melnikov <alexey.melnikov@isode.com>
      
      Fix some memory and resource leaks in CAPI ENGINE.
      e626c778
    • D
      PR: 2705 · da2a5a79
      Dr. Stephen Henson 提交于
      Submitted by: Alexey Melnikov <alexey.melnikov@isode.com>
      
      Only create ex_data indices once for CAPI engine.
      da2a5a79
    • D
      Submitted by: Eric Rescorla <ekr@rtfm.com> · 11eaec9a
      Dr. Stephen Henson 提交于
      Further fixes for use_srtp extension.
      11eaec9a
  5. 11 2月, 2012 6 次提交
  6. 10 2月, 2012 1 次提交
  7. 09 2月, 2012 2 次提交
  8. 03 2月, 2012 1 次提交
  9. 02 2月, 2012 2 次提交
  10. 31 1月, 2012 1 次提交
  11. 27 1月, 2012 2 次提交
  12. 26 1月, 2012 5 次提交
  13. 25 1月, 2012 1 次提交
  14. 22 1月, 2012 2 次提交
  15. 21 1月, 2012 1 次提交
  16. 19 1月, 2012 1 次提交
  17. 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
  18. 16 1月, 2012 1 次提交
  19. 15 1月, 2012 3 次提交