From e6acc8293524adf1f58910f21ac34ae874397301 Mon Sep 17 00:00:00 2001 From: JackLivio Date: Thu, 29 Aug 2019 10:38:32 -0400 Subject: [PATCH 1/2] Add rpc message protection parameters --- MOBILE_API.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MOBILE_API.xml b/MOBILE_API.xml index 807a4aff9..0e09c6720 100644 --- a/MOBILE_API.xml +++ b/MOBILE_API.xml @@ -138,6 +138,9 @@ The data sent failed to pass CRC check in receiver end + + SDL receives an un-encrypted PRC request that needs protection. + @@ -2183,6 +2186,7 @@ + @@ -7500,6 +7504,7 @@ Change in permissions for a given set of RPCs + From 32a2093753af84901af9c02787229faa1594b294 Mon Sep 17 00:00:00 2001 From: JackLivio Date: Tue, 24 Sep 2019 14:02:16 -0400 Subject: [PATCH 2/2] Fix typo Co-Authored-By: theresalech --- MOBILE_API.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MOBILE_API.xml b/MOBILE_API.xml index 0e09c6720..6950d8938 100644 --- a/MOBILE_API.xml +++ b/MOBILE_API.xml @@ -139,7 +139,7 @@ The data sent failed to pass CRC check in receiver end - SDL receives an un-encrypted PRC request that needs protection. + SDL receives an un-encrypted RPC request that needs protection.