1. 28 1月, 2015 1 次提交
  2. 27 1月, 2015 1 次提交
    • 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
  3. 22 1月, 2015 5 次提交
  4. 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
  5. 06 1月, 2015 1 次提交
  6. 31 12月, 2014 1 次提交
  7. 19 12月, 2014 1 次提交
  8. 16 12月, 2014 1 次提交
  9. 11 12月, 2014 1 次提交
  10. 05 12月, 2014 1 次提交
  11. 04 12月, 2014 1 次提交
  12. 03 12月, 2014 1 次提交
  13. 26 11月, 2014 1 次提交
  14. 20 11月, 2014 1 次提交
  15. 19 11月, 2014 1 次提交
  16. 24 10月, 2014 1 次提交
  17. 22 10月, 2014 1 次提交
  18. 15 10月, 2014 1 次提交
  19. 25 9月, 2014 1 次提交
  20. 29 8月, 2014 7 次提交
  21. 22 8月, 2014 1 次提交
  22. 15 8月, 2014 1 次提交
  23. 09 8月, 2014 1 次提交
  24. 07 8月, 2014 1 次提交
  25. 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
  26. 05 7月, 2014 1 次提交
  27. 04 7月, 2014 1 次提交
  28. 30 6月, 2014 1 次提交
  29. 09 6月, 2014 1 次提交
    • D
      SRP ciphersuite correction. · 447280ca
      Dr. Stephen Henson 提交于
      SRP ciphersuites do not have no authentication. They have authentication
      based on SRP. Add new SRP authentication flag and cipher string.
      447280ca
  30. 02 6月, 2014 1 次提交
    • D
      Option to disable padding extension. · 01f2f18f
      Dr. Stephen Henson 提交于
      Add TLS padding extension to SSL_OP_ALL so it is used with other
      "bugs" options and can be turned off.
      
      This replaces SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG which is an ancient
      option referring to SSLv2 and SSLREF.
      
      PR#3336
      01f2f18f