203 Commits (5f387e38fc406d6e341248865df61dd9d957171f)

Autor SHA1 Nachricht Datum
  David Benjamin 9a41d1b946 Deprecate SSL_*_read_ahead and enforce DTLS packet boundaries. vor 9 Jahren
  David Benjamin 0b635c52b2 Add malloc test support to unit tests. vor 9 Jahren
  David Benjamin 760b1ddcdb Tidy up state machine coverage tests. vor 9 Jahren
  David Benjamin 3629c7b016 Add client peer-initiated renego to the state machine tests. vor 9 Jahren
  David Benjamin cff0b90cbb Add client-side tests for renegotiation_info enforcement. vor 9 Jahren
  Adam Langley a7997f12be Set minimum DH group size to 1024 bits. vor 9 Jahren
  David Benjamin 81091d55e1 Don't use uninitialized memory in RAND_bytes. vor 9 Jahren
  David Benjamin a07c0fc8f2 Fix SSL_get_current_cipher. vor 9 Jahren
  David Benjamin 4b27d9f8bd Never resume sessions on renegotiations. vor 9 Jahren
  David Benjamin 897e5e0013 Default renegotiations to off. vor 9 Jahren
  David Benjamin 4d2e7ce47b Remove OPENSSL_timeval. vor 9 Jahren
  David Benjamin 8c24980d83 Promote all dtls1_ctrl hooks to functions. vor 9 Jahren
  Adam Langley 97e8ba8d1d Rename ECDHE-PSK-WITH-AES-128-GCM-SHA256 to follow the naming conventions. vor 9 Jahren
  David Benjamin 687937304b Revert "Temporarily break a handful of tests." vor 9 Jahren
  David Benjamin a921d550d0 Temporarily break a handful of tests. vor 9 Jahren
  David Benjamin 90da8c8817 Test that the server picks a non-ECC cipher when no curves are supported. vor 9 Jahren
  David Benjamin dd978784d7 Always enable ecdh_auto. vor 9 Jahren
  David Benjamin 55a436497f Handle empty curve preferences from the client. vor 9 Jahren
  David Benjamin dcd979f1a4 CertificateStatus is optional. vor 9 Jahren
  David Benjamin c574f4114d Test that client curve preferences are enforced. vor 9 Jahren
  Adam Langley caf6b09598 runner: fix a couple of nits from govet. vor 9 Jahren
  David Benjamin 25f0846316 Revert "Temporarily break a test on purpose." vor 9 Jahren
  David Benjamin cbbe020894 Temporarily break a test on purpose. vor 9 Jahren
  David Benjamin b16346b0ad Add SSL_set_reject_peer_renegotiations. vor 9 Jahren
  Brian Smith 83a82981dc Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it. vor 9 Jahren
  David Benjamin f0ae170021 Include-what-you-use ssl/internal.h. vor 9 Jahren
  David Benjamin e9a80ff8ce Add tests for CHACHA20_POLY1305 ciphers. vor 9 Jahren
  David Benjamin ff9c74f6f4 Fix bssl_shim build in MSVC. vor 9 Jahren
  David Benjamin ece3de95c6 Enforce that sessions are resumed at the version they're created. vor 9 Jahren
  David Benjamin 4417d055e2 Remove buffered_app_data as well. vor 9 Jahren
  David Benjamin 2ab7a868ad runner and all_tests should exit with failure on failing tests. vor 9 Jahren
  David Benjamin c565ebbebc Add tests for SSL_export_keying_material. vor 9 Jahren
  David Benjamin 7ead605599 Add the is_unexpected key to the test output. vor 9 Jahren
  David Benjamin 6c2563e241 Refactor async logic in bssl_shim slightly. vor 9 Jahren
  David Benjamin 1c633159a7 Add negative False Start tests. vor 9 Jahren
  David Benjamin 87e4acd2f5 Test the interaction of SSL_CB_HANDSHAKE_DONE and False Start. vor 9 Jahren
  David Benjamin 513f0ea8cd Test that bad Finished messages are rejected. vor 9 Jahren
  David Benjamin be55790652 Disable the malloc test interceptor on ASan. vor 9 Jahren
  David Benjamin 45fb1be33e Remove std::unique_ptr dependency on bssl_shim's scoped types. vor 9 Jahren
  Adam Langley 3e719319be Lowercase some Windows headers. vor 9 Jahren
  David Benjamin 340d5ed295 Test that warning alerts are ignored. vor 9 Jahren
  David Benjamin 0d4db50a54 Use C++11 inline initialization. vor 9 Jahren
  David Benjamin e5a3ac2cac Fix fail_second_ddos_callback flag. vor 9 Jahren
  David Benjamin 90fa69aaae Remove unnecessary -ldl and clean up includes for malloc tests. vor 9 Jahren
  David Benjamin 72dc7834af Test that signature_algorithm preferences are enforced. vor 9 Jahren
  David Benjamin 67d1fb59ad Test that client cipher preferences are enforced. vor 9 Jahren
  David Benjamin 3c9746a6d7 Regression test for CVE-2015-0291. vor 9 Jahren
  David Benjamin cdea40c3e2 Add tests for full handshakes under renegotiation. vor 9 Jahren
  David Benjamin 8b368412d3 Minor formatting fixes. vor 9 Jahren
  David Benjamin cfdd6b1aef Account for partial reads in PacketedBio. vor 9 Jahren