1. 09 6月, 2017 1 次提交
  2. 07 6月, 2017 1 次提交
  3. 05 5月, 2017 1 次提交
  4. 03 5月, 2017 1 次提交
  5. 02 5月, 2017 1 次提交
  6. 04 4月, 2017 1 次提交
  7. 29 3月, 2017 1 次提交
  8. 28 11月, 2016 1 次提交
    • E
      Test mac-then-encrypt · b3618f44
      Emilia Kasper 提交于
      Verify that the encrypt-then-mac negotiation is handled
      correctly. Additionally, when compiled with no-asm, this test ensures
      coverage for the constant-time MAC copying code in
      ssl3_cbc_copy_mac. The proxy-based CBC padding test covers that as
      well but it's nevertheless better to have an explicit handshake test
      for mac-then-encrypt.
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      b3618f44
  9. 02 11月, 2016 1 次提交
  10. 27 10月, 2016 1 次提交
  11. 21 9月, 2016 1 次提交
  12. 25 7月, 2016 1 次提交
  13. 21 6月, 2016 1 次提交
    • R
      More doc cleanup · c952780c
      Rich Salz 提交于
      Add missing entries to NAME section
      Add SYNOPSIS lines, remove old NAME entries
      Update find-doc-nits; better regexp's for parsing SYNOPSIS sections.
      Rename a couple of files to have an API name.
      Remove RSA_private_decrypt; it was duplicate content
      Update for recent doc additions
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      c952780c
  14. 21 5月, 2016 1 次提交
  15. 19 5月, 2016 1 次提交
  16. 02 5月, 2016 1 次提交
  17. 24 2月, 2016 1 次提交
  18. 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
  19. 06 2月, 2016 1 次提交
  20. 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
  21. 11 1月, 2016 1 次提交
  22. 10 1月, 2016 1 次提交
  23. 02 1月, 2016 2 次提交
  24. 30 10月, 2015 1 次提交
  25. 22 8月, 2015 1 次提交
  26. 21 7月, 2015 1 次提交
  27. 06 5月, 2015 1 次提交
  28. 25 3月, 2015 1 次提交
  29. 04 12月, 2014 1 次提交
  30. 03 7月, 2014 1 次提交
  31. 02 7月, 2014 1 次提交
  32. 27 4月, 2014 1 次提交
  33. 28 3月, 2014 1 次提交
  34. 11 1月, 2014 1 次提交
  35. 04 1月, 2014 1 次提交
  36. 22 10月, 2013 1 次提交
  37. 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
  38. 26 2月, 2013 1 次提交
  39. 07 12月, 2012 1 次提交