203 コミット (5f387e38fc406d6e341248865df61dd9d957171f)

作成者 SHA1 メッセージ 日付
  David Benjamin 9a41d1b946 Deprecate SSL_*_read_ahead and enforce DTLS packet boundaries. 9年前
  David Benjamin 0b635c52b2 Add malloc test support to unit tests. 9年前
  David Benjamin 760b1ddcdb Tidy up state machine coverage tests. 9年前
  David Benjamin 3629c7b016 Add client peer-initiated renego to the state machine tests. 9年前
  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 81091d55e1 Don't use uninitialized memory in RAND_bytes. 9年前
  David Benjamin a07c0fc8f2 Fix SSL_get_current_cipher. 9年前
  David Benjamin 4b27d9f8bd Never resume sessions on renegotiations. 9年前
  David Benjamin 897e5e0013 Default renegotiations to off. 9年前
  David Benjamin 4d2e7ce47b Remove OPENSSL_timeval. 9年前
  David Benjamin 8c24980d83 Promote all dtls1_ctrl hooks to functions. 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 dd978784d7 Always enable ecdh_auto. 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年前
  Adam Langley caf6b09598 runner: fix a couple of nits from govet. 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年前
  Brian Smith 83a82981dc Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it. 9年前
  David Benjamin f0ae170021 Include-what-you-use ssl/internal.h. 9年前
  David Benjamin e9a80ff8ce Add tests for CHACHA20_POLY1305 ciphers. 9年前
  David Benjamin ff9c74f6f4 Fix bssl_shim build in MSVC. 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 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 be55790652 Disable the malloc test interceptor on ASan. 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 90fa69aaae Remove unnecessary -ldl and clean up includes for malloc tests. 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年前
  David Benjamin 8b368412d3 Minor formatting fixes. 9年前
  David Benjamin cfdd6b1aef Account for partial reads in PacketedBio. 9年前