164 Commity (b2d987b47c7e87477aa4230bf7b237ea79957c1e)

Autor SHA1 Wiadomość Data
  David Benjamin 8e6db495d3 Add more aggressive DTLS replay tests. 9 lat temu
  David Benjamin 6de0e53919 Add tests for bad CertificateVerify signatures. 9 lat temu
  David Benjamin 399e7c94bf Run go fmt on runner. 9 lat temu
  nagendra modadugu 601448aa13 Add server-side support for asynchronous signing. 9 lat temu
  Adam Langley 0950563a9b Implement custom extensions. 9 lat temu
  Adam Langley 33ad2b59da Tidy up extensions stuff and drop fastradio support. 9 lat temu
  Doug Hogan ecdf7f9986 Minor whitespace update after running go fmt with 1.4.2. 9 lat temu
  Adam Langley efb0e16ee5 Reject empty ALPN protocols. 9 lat temu
  Adam Langley b558c4c504 Add a test case for renegotation with False Start enabled. 9 lat temu
  Adam Langley 5021b223d8 Convert the renegotiation extension to the new system. 9 lat temu
  Adam Langley be9eda4a88 Fix Renegotiate-Client-NoExt test. 9 lat temu
  David Benjamin d98452d2db Add a test for the ticket callback. 9 lat temu
  David Benjamin ba4594aee6 Don't put sessions from renegotiations in the cache. 9 lat temu
  Adam Langley 288d8d5ada runner: prepend the resource directory for async-signing tests. 9 lat temu
  David Benjamin b4d65fda70 Implement asynchronous private key operations for client auth. 9 lat temu
  David Benjamin 184494dfcc Raise SIGTRAP rather than abort on failure. 9 lat temu
  Adam Langley 7c803a65d5 Allow runner to run from anywhere. 9 lat temu
  David Benjamin 11fc66a04c DTLS fragments may not be split across two records. 9 lat temu
  Adam Langley 85bc5601ee Add ECDHE-PSK-AES{128,256}-SHA cipher suites. 9 lat temu
  Adam Langley 1feb42a2fb Drop ECDHE-PSK-AES-128-GCM. 9 lat temu
  David Benjamin 8923c0bc53 Explicitly check for empty certificate list. 9 lat temu
  David Benjamin 24f346d77b Limit the number of warning alerts silently consumed. 9 lat temu
  David Benjamin a8ebe2261f Add tests for empty record limit and make it work in the async case. 9 lat temu
  Adam Langley af0e32cb84 Add SSL_get_tls_unique. 9 lat temu
  Adam Langley ba5934b77f Tighten up EMS resumption behaviour. 9 lat temu
  Adam Langley b0eef0aee9 runner: minor tidyups. 9 lat temu
  David Benjamin 0fa4012331 Add a test that DTLS does not support RC4. 9 lat temu
  David Benjamin bd15a8e748 Fix DTLS handling of multiple records in a packet. 9 lat temu
  David Benjamin 44d3eed2bb Forbid caller-initiated renegotiations and all renego as a servers. 9 lat temu
  David Benjamin 9a41d1b946 Deprecate SSL_*_read_ahead and enforce DTLS packet boundaries. 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 4b27d9f8bd Never resume sessions on renegotiations. 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 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
  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
  David Benjamin e9a80ff8ce Add tests for CHACHA20_POLY1305 ciphers. 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