72 次代码提交 (160f4ef14c12d8b846eeac498de10a0633f6d2f4)

作者 SHA1 备注 提交日期
  David Benjamin dd978784d7 Always enable ecdh_auto. 9 年前
  David Benjamin b16346b0ad Add SSL_set_reject_peer_renegotiations. 9 年前
  Brian Smith 83a82981dc Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it. 9 年前
  David Benjamin ff9c74f6f4 Fix bssl_shim build in MSVC. 9 年前
  David Benjamin c565ebbebc Add tests for SSL_export_keying_material. 9 年前
  David Benjamin 6c2563e241 Refactor async logic in bssl_shim slightly. 9 年前
  David Benjamin 87e4acd2f5 Test the interaction of SSL_CB_HANDSHAKE_DONE and False Start. 9 年前
  David Benjamin 45fb1be33e Remove std::unique_ptr dependency on bssl_shim's scoped types. 9 年前
  Adam Langley 3e719319be Lowercase some Windows headers. 9 年前
  David Benjamin 0d4db50a54 Use C++11 inline initialization. 9 年前
  David Benjamin 67d1fb59ad Test that client cipher preferences are enforced. 9 年前
  David Benjamin 8b368412d3 Minor formatting fixes. 9 年前
  Adam Langley 524e717b87 Add a callback for DDoS protection. 9 年前
  David Benjamin 6f5c0f4471 Add tests for installing the certificate on the early callback. 9 年前
  David Benjamin 87c8a643e1 Use TCP sockets rather than socketpairs in the SSL tests. 9 年前
  Adam Langley 5f0efe06e1 Use SSL_MODE_SEND_FALLBACK_SCSV. 9 年前
  David Benjamin 40f101b78b Return bool from C++ functions in bssl_shim. 9 年前
  David Benjamin 9d0847ae6d Add some missing error failure checks. 9 年前
  David Benjamin ed7c475154 Rename cutthrough to False Start. 9 年前
  David Benjamin a54e2e85ee Remove server-side HelloVerifyRequest support. 9 年前
  David Benjamin 2d445c0921 Don't use a global for early_callback_called. 9 年前
  David Benjamin c273d2c537 Use just one style for the shim. 9 年前
  David Benjamin 1b8b691458 Test asynchronous session lookup. 9 年前
  David Benjamin 41fdbcdc72 Test asynchronous cert_cb behavior. 9 年前
  David Benjamin d9e070193f Test async channel ID callback. 9 年前
  David Benjamin a7f333d103 RAII bssl_shim. 9 年前
  David Benjamin e0e7d0da68 Initialize the record buffers after the handshake check. 9 年前
  David Benjamin 83f9040339 Add DTLS timeout and retransmit tests. 9 年前
  David Benjamin 377fc3160c Document DTLS timeout API and add current_time_cb hook. 9 年前
  Adam Langley 2b2d66d409 Remove string.h from base.h. 9 年前
  David Benjamin 9a38e924aa Return SSL_ERROR_SYSCALL on unclean EOF. 9 年前
  David Benjamin 13be1de469 Add a basic MTU test. 9 年前
  David Benjamin 82c9e90a58 Merge SSLv23_method and DTLS_ANY_VERSION. 10 年前
  David Benjamin 1eb367c03e Add min_version and max_version APIs. 10 年前
  Feng Lu 41aa325c6a ClientHello Padding for Fast Radio Opening in 3G. 10 年前
  David Benjamin d8a3e78223 Shush a MSVC bool/int comparison warning. 10 年前
  David Benjamin cde8abae14 Merge client/server SSL_METHODs into the generic one. 10 年前
  David Benjamin 8c88153465 Remove a place where SSL_clear cleans up after client/server confusion. 10 年前
  David Benjamin 8b8c006564 Fix DTLS_ANY_VERSION and add tests. 10 年前
  David Benjamin 61f95277d4 Add tests for OCSP stapling and SCT lists. 10 年前
  David Benjamin ae3e487d51 Fix a couple more malloc test crashes. 10 年前
  Adam Langley 69a01608f3 Add malloc failure tests. 10 年前
  David Benjamin ca6c82643a Add DTLS-SRTP tests. 10 年前
  David Benjamin ca6554b133 Add tests for client-initiated renegotiation. 10 年前
  Adam Langley 2ae77d2784 Test server-side renegotiation. 10 年前
  David Benjamin 48cae08563 Add tests for PSK cipher suites. 10 年前
  Adam Langley 7571292eac Extended master secret support. 10 年前
  David Benjamin 7f7882f1a8 Remove obsolete TODO 10 年前
  David Benjamin 01fe820ab9 Add tests for client version negotiation and session resumption. 10 年前
  David Benjamin ae2888fbdc Add tests for ALPN support. 10 年前