203 Commity (5f387e38fc406d6e341248865df61dd9d957171f)

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