72 Revīzijas (160f4ef14c12d8b846eeac498de10a0633f6d2f4)

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