1. 22 1月, 2015 4 次提交
  2. 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
  3. 13 1月, 2015 3 次提交
  4. 12 1月, 2015 2 次提交
  5. 09 1月, 2015 1 次提交
  6. 06 1月, 2015 2 次提交
  7. 20 12月, 2014 1 次提交
  8. 19 12月, 2014 2 次提交
  9. 12 12月, 2014 1 次提交
  10. 11 12月, 2014 1 次提交
  11. 09 12月, 2014 3 次提交
  12. 08 12月, 2014 5 次提交
  13. 04 12月, 2014 1 次提交
  14. 29 11月, 2014 1 次提交
  15. 27 11月, 2014 1 次提交
  16. 20 11月, 2014 1 次提交
  17. 17 11月, 2014 3 次提交
  18. 20 10月, 2014 1 次提交
  19. 15 10月, 2014 1 次提交
  20. 07 10月, 2014 1 次提交
  21. 24 9月, 2014 1 次提交
  22. 05 9月, 2014 2 次提交
  23. 25 7月, 2014 1 次提交
    • D
      Add conditional unit testing interface. · e0fc7961
      Dr. Stephen Henson 提交于
      Don't call internal functions directly call them through
      SSL_test_functions(). This also makes unit testing work on
      Windows and platforms that don't export internal functions
      from shared libraries.
      
      By default unit testing is not enabled: it requires the compile
      time option "enable-unit-test".
      Reviewed-by: NGeoff Thorpe <geoff@openssl.org>
      e0fc7961