1. 01 9月, 2015 3 次提交
  2. 21 5月, 2015 1 次提交
  3. 01 4月, 2015 1 次提交
  4. 28 3月, 2015 1 次提交
  5. 25 3月, 2015 1 次提交
  6. 24 3月, 2015 1 次提交
  7. 16 3月, 2015 1 次提交
  8. 12 3月, 2015 1 次提交
  9. 11 3月, 2015 1 次提交
  10. 06 2月, 2015 1 次提交
  11. 28 1月, 2015 1 次提交
    • R
      OPENSSL_NO_xxx cleanup: SHA · 474e469b
      Rich Salz 提交于
      Remove support for SHA0 and DSS0 (they were broken), and remove
      the ability to attempt to build without SHA (it didn't work).
      For simplicity, remove the option of not building various SHA algorithms;
      you could argue that SHA_224/256/384/512 should be kept, since they're
      like crypto algorithms, but I decided to go the other way.
      So these options are gone:
      	GENUINE_DSA         OPENSSL_NO_SHA0
      	OPENSSL_NO_SHA      OPENSSL_NO_SHA1
      	OPENSSL_NO_SHA224   OPENSSL_NO_SHA256
      	OPENSSL_NO_SHA384   OPENSSL_NO_SHA512
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      474e469b
  12. 27 1月, 2015 2 次提交
    • R
      OPENSSL_NO_xxx cleanup: RFC3779 · c73ad690
      Rich Salz 提交于
      Remove OPENSSL_NO_RFCF3779.
      
      Also, makevms.com was ignored by some of the other cleanups, so
      I caught it up.  Sorry I ignored you, poor little VMS...
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      c73ad690
    • R
      OPENSSL_NO_xxx cleanup: many removals · a00ae6c4
      Rich Salz 提交于
      The following compile options (#ifdef's) are removed:
          OPENSSL_NO_BIO OPENSSL_NO_BUFFER OPENSSL_NO_CHAIN_VERIFY
          OPENSSL_NO_EVP OPENSSL_NO_FIPS_ERR OPENSSL_NO_HASH_COMP
          OPENSSL_NO_LHASH OPENSSL_NO_OBJECT OPENSSL_NO_SPEED OPENSSL_NO_STACK
          OPENSSL_NO_X509 OPENSSL_NO_X509_VERIFY
      
      This diff is big because of updating the indents on preprocessor lines.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      a00ae6c4
  13. 22 1月, 2015 2 次提交
  14. 15 1月, 2015 1 次提交
    • R
      Cleanup OPENSSL_NO_xxx, part 1 · 4b618848
      Rich Salz 提交于
      OPENSSL_NO_RIPEMD160, OPENSSL_NO_RIPEMD merged into OPENSSL_NO_RMD160
      OPENSSL_NO_FP_API merged into OPENSSL_NO_STDIO
      Two typo's on #endif comments fixed:
      	OPENSSL_NO_ECB fixed to OPENSSL_NO_OCB
      	OPENSSL_NO_HW_SureWare fixed to OPENSSL_NO_HW_SUREWARE
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      4b618848
  15. 05 1月, 2015 1 次提交
  16. 31 12月, 2014 1 次提交
  17. 19 12月, 2014 1 次提交
  18. 05 9月, 2014 1 次提交
  19. 05 12月, 2012 1 次提交
  20. 29 11月, 2012 2 次提交
  21. 03 8月, 2012 2 次提交
  22. 13 6月, 2012 1 次提交
  23. 12 6月, 2012 1 次提交
  24. 04 10月, 2010 1 次提交
  25. 14 3月, 2010 1 次提交
  26. 11 3月, 2010 2 次提交
  27. 07 3月, 2010 1 次提交
    • D
      Add algorithm specific signature printing. An individual ASN1 method can · fa1ba589
      Dr. Stephen Henson 提交于
      now print out signatures instead of the standard hex dump.
      
      More complex signatures (e.g. PSS) can print out more meaningful information.
      
      Sample DSA version included that prints out the signature parameters r, s.
      
      [Note EVP_PKEY_ASN1_METHOD is an application opaque structure so adding
       new fields in the middle has no compatibility issues]
      fa1ba589
  28. 23 1月, 2010 1 次提交
  29. 13 1月, 2010 1 次提交
    • D
      PR: 2136 · 0e0c6821
      Dr. Stephen Henson 提交于
      Submitted by: Willy Weisz <weisz@vcpc.univie.ac.at>
      
      Add options to output hash using older algorithm compatible with OpenSSL
      versions before 1.0.0
      0e0c6821
  30. 26 11月, 2009 1 次提交
  31. 05 4月, 2009 1 次提交
  32. 15 1月, 2009 1 次提交
  33. 12 11月, 2008 1 次提交