72 Révisions (160f4ef14c12d8b846eeac498de10a0633f6d2f4)

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