diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-11-12 12:43:26 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-11-12 12:43:26 +0000 |
commit | 7e038ec3fed45caff219636a45bcc8b97d6407d7 (patch) | |
tree | 62a9ac6973b16ba663a459fc1ec55deeba2bc479 /languages/en.php | |
parent | 4f2ae37148b0a4489ea4ed9b5e62d0307450560a (diff) | |
download | elgg-7e038ec3fed45caff219636a45bcc8b97d6407d7.tar.gz elgg-7e038ec3fed45caff219636a45bcc8b97d6407d7.tar.bz2 |
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
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 1 |
1 files changed, 1 insertions, 0 deletions
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", |