1. 29 9月, 2014 1 次提交
    • D
      Add additional DigestInfo checks. · 1cfd255c
      Dr. Stephen Henson 提交于
      Reencode DigestInto in DER and check against the original: this
      will reject any improperly encoded DigestInfo structures.
      
      Note: this is a precautionary measure, there is no known attack
      which can exploit this.
      
      Thanks to Brian Smith for reporting this issue.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      1cfd255c
  2. 15 2月, 2012 1 次提交
    • 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. 24 4月, 2007 1 次提交
  4. 21 9月, 2006 1 次提交
  5. 05 9月, 2006 1 次提交
  6. 29 8月, 2006 1 次提交
  7. 18 7月, 2006 1 次提交
  8. 10 4月, 2006 3 次提交
  9. 27 4月, 2005 1 次提交
  10. 05 12月, 2004 1 次提交
  11. 16 3月, 2004 1 次提交
  12. 07 5月, 2003 1 次提交
  13. 05 5月, 2003 1 次提交
  14. 08 4月, 2003 2 次提交
  15. 31 1月, 2003 1 次提交
  16. 28 11月, 2002 1 次提交
  17. 26 11月, 2002 1 次提交
  18. 11 6月, 2001 1 次提交
  19. 20 2月, 2001 2 次提交
    • R
      Use new-style system-id macros everywhere possible. I hope I haven't · bc36ee62
      Richard Levitte 提交于
      missed any.
      
      This compiles and runs on Linux, and external applications have no
      problems with it.  The definite test will be to build this on VMS.
      bc36ee62
    • R
      Make all configuration macros available for application by making · cf1b7d96
      Richard Levitte 提交于
      sure they are available in opensslconf.h, by giving them names starting
      with "OPENSSL_" to avoid conflicts with other packages and by making
      sure e_os2.h will cover all platform-specific cases together with
      opensslconf.h.
      
      I've checked fairly well that nothing breaks with this (apart from
      external software that will adapt if they have used something like
      NO_KRB5), but I can't guarantee it completely, so a review of this
      change would be a good thing.
      cf1b7d96
  20. 07 11月, 2000 1 次提交
  21. 27 10月, 2000 1 次提交
  22. 02 6月, 2000 1 次提交
    • R
      There have been a number of complaints from a number of sources that names · 26a3a48d
      Richard Levitte 提交于
      like Malloc, Realloc and especially Free conflict with already existing names
      on some operating systems or other packages.  That is reason enough to change
      the names of the OpenSSL memory allocation macros to something that has a
      better chance of being unique, like prepending them with OPENSSL_.
      
      This change includes all the name changes needed throughout all C files.
      26a3a48d
  23. 04 2月, 2000 1 次提交
  24. 19 9月, 1999 1 次提交
  25. 24 4月, 1999 1 次提交
  26. 20 4月, 1999 1 次提交
  27. 21 12月, 1998 3 次提交