132 コミット (cff0b90cbb68246b93f4894177f3ba545caf6e65)

作成者 SHA1 メッセージ 日付
  David Benjamin cff0b90cbb Add client-side tests for renegotiation_info enforcement. 9年前
  Adam Langley a7997f12be Set minimum DH group size to 1024 bits. 9年前
  David Benjamin 4b27d9f8bd Never resume sessions on renegotiations. 9年前
  Adam Langley 97e8ba8d1d Rename ECDHE-PSK-WITH-AES-128-GCM-SHA256 to follow the naming conventions. 9年前
  David Benjamin 687937304b Revert "Temporarily break a handful of tests." 9年前
  David Benjamin a921d550d0 Temporarily break a handful of tests. 9年前
  David Benjamin 90da8c8817 Test that the server picks a non-ECC cipher when no curves are supported. 9年前
  David Benjamin 55a436497f Handle empty curve preferences from the client. 9年前
  David Benjamin dcd979f1a4 CertificateStatus is optional. 9年前
  David Benjamin c574f4114d Test that client curve preferences are enforced. 9年前
  David Benjamin 25f0846316 Revert "Temporarily break a test on purpose." 9年前
  David Benjamin cbbe020894 Temporarily break a test on purpose. 9年前
  David Benjamin b16346b0ad Add SSL_set_reject_peer_renegotiations. 9年前
  David Benjamin e9a80ff8ce Add tests for CHACHA20_POLY1305 ciphers. 9年前
  David Benjamin ece3de95c6 Enforce that sessions are resumed at the version they're created. 9年前
  David Benjamin 4417d055e2 Remove buffered_app_data as well. 9年前
  David Benjamin 2ab7a868ad runner and all_tests should exit with failure on failing tests. 9年前
  David Benjamin c565ebbebc Add tests for SSL_export_keying_material. 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 340d5ed295 Test that warning alerts are ignored. 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 3c9746a6d7 Regression test for CVE-2015-0291. 9年前
  David Benjamin cdea40c3e2 Add tests for full handshakes under renegotiation. 9年前
  Adam Langley 524e717b87 Add a callback for DDoS protection. 9年前
  David Benjamin dc3da93899 Process alerts between ChangeCipherSpec and Finished. 9年前
  David Benjamin 7538122ca6 Rework DTLS handshake message reassembly logic. 9年前
  David Benjamin 7eaab4cd57 Only retransmit on Finished if frag_off == 0. 9年前
  David Benjamin a3e894921e Test that we reject RSA ServerKeyExchange more thoroughly. 9年前
  David Benjamin bcb2d91e10 Actually check that the message has the expected type in DTLS. 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年前
  David Benjamin 195dc78c6e Allow False Start only for >= TLS 1.2 && AEAD && forward-secure && ALPN/NPN. 9年前
  David Benjamin 5f237bc843 Add support for Chromium's JSON test result format. 9年前
  David Benjamin a54e2e85ee Remove server-side HelloVerifyRequest support. 9年前
  David Benjamin 9e128b06a1 Fix memory leak on malloc failure. 9年前
  David Benjamin 931ab3484f Fix handshake check when False Start is used with implicit read. 9年前
  David Benjamin e0e7d0da68 Initialize the record buffers after the handshake check. 9年前
  David Benjamin b80168e1b8 Test that False Start fails if the server second leg is omitted. 9年前
  David Benjamin 3fd1fbd1c8 Add test coverage for normal alert parsing. 9年前
  David Benjamin ddb9f15e18 Reject all invalid records. 9年前
  David Benjamin 0ea8dda93e Remove alert_fragment and handshake_fragment. 9年前
  David Benjamin b3774b9619 Add initial handshake reassembly tests. 9年前
  David Benjamin 83f9040339 Add DTLS timeout and retransmit tests. 9年前
  David Benjamin 4189bd943c Test application data and Finished reordering. 9年前
  David Benjamin 5fa3eba03d Clear the error queue when dropping a bad DTLS packet. 9年前
  David Benjamin 6095de8da2 Add tests for certificate mismatch. 9年前
  David Benjamin e95d20dcb8 Support EVP_AEAD in DTLS. 9年前