apply changes from review
This commit is contained in:
parent
793dae1ece
commit
33ed9fc2dd
3 changed files with 2 additions and 2 deletions
1
changelogs/client_server/newsfragments/2687.breaking
Normal file
1
changelogs/client_server/newsfragments/2687.breaking
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Document `curve25519-hkdf-sha256` key agreement method for SAS verification, and deprecate old method (MSC2630).
|
|
@ -1 +0,0 @@
|
||||||
Document new key agreement method for SAS verification, and deprecate old method (MSC2630).
|
|
|
@ -26,7 +26,7 @@ properties:
|
||||||
key_agreement_protocols:
|
key_agreement_protocols:
|
||||||
type: array
|
type: array
|
||||||
description: |-
|
description: |-
|
||||||
The key agreement protocols the sending device understands. Must
|
The key agreement protocols the sending device understands. Should
|
||||||
include at least ``curve25519-hkdf-sha256``.
|
include at least ``curve25519-hkdf-sha256``.
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue