From 1a739ec97b54faa3e8719c1fdb271c0d3388f15a Mon Sep 17 00:00:00 2001 From: Vikingat-RAGE Date: Mon, 18 Mar 2019 21:16:52 +0000 Subject: [PATCH 1/2] E2E typo fix in spec --- specification/modules/end_to_end_encryption.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/modules/end_to_end_encryption.rst b/specification/modules/end_to_end_encryption.rst index a605875b..76b36c4f 100644 --- a/specification/modules/end_to_end_encryption.rst +++ b/specification/modules/end_to_end_encryption.rst @@ -291,8 +291,8 @@ v string **Required.** Version of the encrypted attachments ========= ========= ============================================================ Parameter Type Description ========= ========= ============================================================ -key string **Required.** Key type. Must be ``oct``. -key_opts [string] **Required.** Key operations. Must at least contain +kty string **Required.** Key type. Must be ``oct``. +key_ops [string] **Required.** Key operations. Must at least contain ``encrypt`` and ``decrypt``. alg string **Required.** Algorithm. Must be ``A256CTR``. k string **Required.** The key, encoded as urlsafe unpadded base64. From 76ee13b9bb4c65a8af1eaaba22e443c4648c8500 Mon Sep 17 00:00:00 2001 From: Vikingat-RAGE Date: Mon, 18 Mar 2019 21:54:56 +0000 Subject: [PATCH 2/2] Fixed bad spacing. --- changelogs/client_server/newsfragments/1933.clarification | 1 + specification/modules/end_to_end_encryption.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelogs/client_server/newsfragments/1933.clarification diff --git a/changelogs/client_server/newsfragments/1933.clarification b/changelogs/client_server/newsfragments/1933.clarification new file mode 100644 index 00000000..b0f05203 --- /dev/null +++ b/changelogs/client_server/newsfragments/1933.clarification @@ -0,0 +1 @@ +Fix various spelling mistakes throughout the specification. diff --git a/specification/modules/end_to_end_encryption.rst b/specification/modules/end_to_end_encryption.rst index 76b36c4f..3b5bd4d9 100644 --- a/specification/modules/end_to_end_encryption.rst +++ b/specification/modules/end_to_end_encryption.rst @@ -292,7 +292,7 @@ v string **Required.** Version of the encrypted attachments Parameter Type Description ========= ========= ============================================================ kty string **Required.** Key type. Must be ``oct``. -key_ops [string] **Required.** Key operations. Must at least contain +key_ops [string] **Required.** Key operations. Must at least contain ``encrypt`` and ``decrypt``. alg string **Required.** Algorithm. Must be ``A256CTR``. k string **Required.** The key, encoded as urlsafe unpadded base64.