634 次代码提交 (57581da626df4c4011f0339a2d2e11bc8be0bff9)

作者 SHA1 备注 提交日期
  David Benjamin ece3de95c6 Enforce that sessions are resumed at the version they're created. 9 年前
  David Benjamin 883e49fdd8 Remove dead code in do_dtls1_write and document another bug. 9 年前
  David Benjamin 4417d055e2 Remove buffered_app_data as well. 9 年前
  David Benjamin 0afbcc05e6 Remove buffering out records from the next epoch. 9 年前
  David Benjamin bc746e3e9c Don't switch s->version on record-layer version mismatch. 9 年前
  David Benjamin 4a3f0732fd Tidy record length check. 9 年前
  David Benjamin d81e73dcbb Factor out sequence number updates. 9 年前
  David Benjamin 2ab7a868ad runner and all_tests should exit with failure on failing tests. 9 年前
  David Benjamin f8ba285535 Remove redundant SSL_READING lines after ssl_read_bytes. 9 年前
  David Benjamin cfd248b7f6 Clean up SSL_export_keying_material implementation. 9 年前
  David Benjamin c565ebbebc Add tests for SSL_export_keying_material. 9 年前
  David Benjamin 9faafdaeb8 Clean up do_ssl3_write fragment handling. 9 年前
  David Benjamin a58c57822e Simplify the pointer management around do_ssl3_write. 9 年前
  David Benjamin 7ead605599 Add the is_unexpected key to the test output. 9 年前
  David Benjamin 6c2563e241 Refactor async logic in bssl_shim slightly. 9 年前
  David Benjamin 1c633159a7 Add negative False Start tests. 9 年前
  David Benjamin 87e4acd2f5 Test the interaction of SSL_CB_HANDSHAKE_DONE and False Start. 9 年前
  David Benjamin 513f0ea8cd Test that bad Finished messages are rejected. 9 年前
  David Benjamin c0f763b080 Simplify server-side ECDH curve selection. 9 年前
  Adam Langley e631d9679e Don't False Start with DHE. 9 年前
  David Benjamin be55790652 Disable the malloc test interceptor on ASan. 9 年前
  David Benjamin e12c4378e9 Fix leak in ssl_test. 9 年前
  David Benjamin 1d77e56b29 Convert ssl_test to C++. 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 340d5ed295 Test that warning alerts are ignored. 9 年前
  David Benjamin 0d4db50a54 Use C++11 inline initialization. 9 年前
  David Benjamin e5a3ac2cac Fix fail_second_ddos_callback flag. 9 年前
  David Benjamin b6d0c6db5e Remove the stats block in SSL_CTX. 9 年前
  David Benjamin 90fa69aaae Remove unnecessary -ldl and clean up includes for malloc tests. 9 年前
  Håvard Molland ab2479a08a Clean up error reporting. 9 年前
  David Benjamin 72dc7834af Test that signature_algorithm preferences are enforced. 9 年前
  David Benjamin 67d1fb59ad Test that client cipher preferences are enforced. 9 年前
  David Benjamin 7061e28dc2 Rename EECDH and EDH to ECDHE and DHE. 9 年前
  David Benjamin 3c9746a6d7 Regression test for CVE-2015-0291. 9 年前
  David Benjamin b85a4c2923 Remove unnecessary NULL initializations in ssl_cert_dup. 9 年前
  David Benjamin cdea40c3e2 Add tests for full handshakes under renegotiation. 9 年前
  David Benjamin 61c0d4e8b2 Always reset sigalgslen when NULLing sigalgs. 9 年前
  David Benjamin 8b368412d3 Minor formatting fixes. 9 年前
  David Benjamin 9e13e1a31d Move the is_dtls bit from SSL3_ENC_METHOD to SSL_PROTOCOL_METHOD. 9 年前
  David Benjamin cfdd6b1aef Account for partial reads in PacketedBio. 9 年前
  David Benjamin a5a3eeb9cc Remove ssl_cert_inst() 9 年前
  David Benjamin 2ddba8cd48 Check for RAND_bytes failures in the ClientHello. 9 年前
  Adam Langley 5edc4e2a9b Correct three incorrect function names in errors. 9 年前
  Adam Langley 3f92d21094 Add SSL_get_rc4_state. 9 年前
  Adam Langley 524e717b87 Add a callback for DDoS protection. 9 年前
  David Benjamin dc3da93899 Process alerts between ChangeCipherSpec and Finished. 9 年前
  David Benjamin 4f7783eaea Use EC_KEY_new_by_curve_name. 9 年前
  David Benjamin 1a5c50f3a8 Error codes are uint32_t, not unsigned long. 9 年前
  David Benjamin b18f024816 Minor formatting tweaks. 9 年前