Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Albert <[email protected]>
  • Loading branch information
reneme and FAlbertDev authored Dec 13, 2023
1 parent f7eb0f1 commit 80c970c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/audit_report/changes/topics/tls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ title: TLS Improvements and Extensions

description: |
Most notably, this introduces support for `RFC 7250 <https://www.rfc-editor.org/rfc/rfc7250>`_
"Raw Public Keys" to TLS 1.3, as an additional authentication method. By
"Raw Public Keys" to TLS 1.3 as an additional authentication method. By
default, raw public keys are not used to authenticate TLS connections;
applications have to enable it explicitly.
As a technical improvement, Botan's Boost ASIO wrapper is now compatible with
co-routines introduced in C++20. Additionally, Botan's TLS Anvil server tests
now target a TLS client implementation based on this ASIO wrapper. This
now target a TLS server implementation based on this ASIO wrapper. This
uncovered several issues with the pre-existing ASIO wrapper. For further
details, please consult :ref:`changes/fixes`.
Expand All @@ -18,7 +18,7 @@ patches:
merge_commit: 0981814435c005c02ebfdc312642c1414492efd1
classification: info
comment: |
High-level API adaptions to allow using the ASIO stream with C++20
High-level API adaptions to allow the use of the ASIO stream with C++20
co-routines. Does not touch the underlying TLS implementation.
# Introduce TLS::Channel::is_handshake complete() (@reneme)
Expand All @@ -34,7 +34,7 @@ patches:
# Feature: RawPublicKey authentication in TLS 1.3 (RFC 7250) (@reneme)
- pr: 3771 # https://github.com/randombit/botan/pull/3771
merge_commit: 20279c6b5115740b7987f9d5c6c29c311d093bae
classification: relevant
classification: critical

# [TLS 1.3] CLI: ./botan tls_client_hello can deal with TLS 1.3 (@reneme)
- pr: 3820 # https://github.com/randombit/botan/pull/3820
Expand Down

0 comments on commit 80c970c

Please sign in to comment.