1. 19 5月, 2016 1 次提交
  2. 02 5月, 2016 1 次提交
  3. 24 2月, 2016 1 次提交
  4. 19 2月, 2016 1 次提交
    • R
      Remove outdated DEBUG flags. · d63a5e5e
      Rich Salz 提交于
      Add -DBIO_DEBUG to --strict-warnings.
      Remove comments about outdated debugging ifdef guards.
      Remove md_rand ifdef guarding an assert; it doesn't seem used.
      Remove the conf guards in conf_api since we use OPENSSL_assert, not assert.
      For pkcs12 stuff put OPENSSL_ in front of the macro name.
      Merge TLS_DEBUG into SSL_DEBUG.
      Various things just turned on/off asserts, mainly for checking non-NULL
      arguments, which is now removed: camellia, bn_ctx, crypto/modes.
      Remove some old debug code, that basically just printed things to stderr:
        DEBUG_PRINT_UNKNOWN_CIPHERSUITES, DEBUG_ZLIB, OPENSSL_RI_DEBUG,
        RL_DEBUG, RSA_DEBUG, SCRYPT_DEBUG.
      Remove OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      d63a5e5e
  5. 06 2月, 2016 1 次提交
  6. 04 2月, 2016 1 次提交
    • E
      RT3234: disable compression · dc5744cb
      Emilia Kasper 提交于
      CRIME protection: disable compression by default, even if OpenSSL is
      compiled with zlib enabled. Applications can still enable compression by
      calling SSL_CTX_clear_options(ctx, SSL_OP_NO_COMPRESSION), or by using
      the SSL_CONF library to configure compression. SSL_CONF continues to
      work as before:
      
      SSL_CONF_cmd(ctx, "Options", "Compression") enables compression.
      
      SSL_CONF_cmd(ctx, "Options", "-Compression") disables compression (now
      no-op by default).
      
      The command-line switch has changed from -no_comp to -comp.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      dc5744cb
  7. 11 1月, 2016 1 次提交
  8. 10 1月, 2016 1 次提交
  9. 02 1月, 2016 2 次提交
  10. 30 10月, 2015 1 次提交
  11. 22 8月, 2015 1 次提交
  12. 21 7月, 2015 1 次提交
  13. 06 5月, 2015 1 次提交
  14. 25 3月, 2015 1 次提交
  15. 04 12月, 2014 1 次提交
  16. 03 7月, 2014 1 次提交
  17. 02 7月, 2014 1 次提交
  18. 27 4月, 2014 1 次提交
  19. 28 3月, 2014 1 次提交
  20. 11 1月, 2014 1 次提交
  21. 04 1月, 2014 1 次提交
  22. 22 10月, 2013 1 次提交
  23. 21 10月, 2013 1 次提交
    • D
      Extend SSL_CONF · ec2f7e56
      Dr. Stephen Henson 提交于
      Extend SSL_CONF to return command value types.
      
      Add certificate and key options.
      
      Update documentation.
      ec2f7e56
  24. 26 2月, 2013 1 次提交
  25. 07 12月, 2012 1 次提交
  26. 20 11月, 2012 1 次提交
  27. 19 11月, 2012 1 次提交
  28. 17 11月, 2012 2 次提交