From 7e038ec3fed45caff219636a45bcc8b97d6407d7 Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 12 Nov 2009 12:43:26 +0000 Subject: added a nonce to hmac signature and header so same call in same second does not get caught by replay check git-svn-id: http://code.elgg.org/elgg/trunk@3672 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 1 + 1 file changed, 1 insertion(+) (limited to 'languages/en.php') diff --git a/languages/en.php b/languages/en.php index 5c562431f..7764e9d68 100644 --- a/languages/en.php +++ b/languages/en.php @@ -143,6 +143,7 @@ $english = array( 'APIException:MissingHmac' => "Missing X-Elgg-hmac header", 'APIException:MissingHmacAlgo' => "Missing X-Elgg-hmac-algo header", 'APIException:MissingTime' => "Missing X-Elgg-time header", + 'APIException:MissingNonce' => "Missing X-Elgg-nonce header", 'APIException:TemporalDrift' => "X-Elgg-time is too far in the past or future. Epoch fail.", 'APIException:NoQueryString' => "No data on the query string", 'APIException:MissingPOSTHash' => "Missing X-Elgg-posthash header", -- cgit v1.2.3