Skip to content

Commit

Permalink
Update testspec
Browse files Browse the repository at this point in the history
  • Loading branch information
reneme committed Sep 29, 2023
1 parent 620c5c3 commit f97a067
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/testspec/src/16_tls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -733,11 +733,12 @@ The tests are implemented in :srcref:`src/tests/test_tls.cpp`.
- TLS authentication methods
- TLS key exchange algorithms

| Apart from internal tests, Botan integrates with BoringSSL's system
tests [#boring_bogo]_. These tests utilize a heavily instrumented TLS
implementation that can be configured to behave inconsistently with
the TLS RFCs in a plethora of ways. To interface with this test suite,
Botan provides an adapter that is implemented in:
| Apart from internal tests, Botan integrates with BoringSSL's system tests
[#boring_bogo]_. These tests utilize a heavily instrumented TLS implementation
that can be configured to behave inconsistently with the TLS RFCs in a
plethora of ways. Explicitly note that BoringSSL does also implement a hybrid
TLS handshake using Kyber in its latest revision. To interface with this test
suite, Botan provides an adapter that is implemented in:
:srcref:`src/bogo_shim/bogo_shim.cpp` and a configuration in
:srcref:`src/bogo_shim/config.json`.
| Further details of this test integration are beyond the scope of this
Expand Down

0 comments on commit f97a067

Please sign in to comment.