From 1fea604ba9fc79071124181523e6800666194f3c Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Fri, 21 Jun 2019 11:32:23 +0100 Subject: [PATCH] Don't define error message --- proposals/2134-identity-hash-lookup.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/proposals/2134-identity-hash-lookup.md b/proposals/2134-identity-hash-lookup.md index 43154d7c5..8c7a0aca1 100644 --- a/proposals/2134-identity-hash-lookup.md +++ b/proposals/2134-identity-hash-lookup.md @@ -108,12 +108,7 @@ Thus, a call to `/bulk_lookup` would look like the following: ``` If the pepper does not match the server's, the client should receive a `400 -M_INVALID_PARAM` with the error `Provided pepper does not match -'$server_pepper'`. If the algorithm does not match the server's, the client -should receive a `400 M_INVALID_PARAM` with the error `Provided algorithm does -not match '$server_algorithm'`. Clients should ensure they don't enter an -infinite loop if they receive these errors more than once even after changing -to the correct pepper and hash. +M_INVALID_PARAM`. No parameter changes will be made to /bind, but identity servers should keep a hashed value for each address it knows about in order to process lookups