199 Cometimentos (cff0b90cbb68246b93f4894177f3ba545caf6e65)

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