aboutsummaryrefslogtreecommitdiff
path: root/src/eclat.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-07-31 14:30:04 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-07-31 14:40:37 +0300
commitceaa9f9d20f5db8b36d275fe65de43b95b090fc1 (patch)
tree37386cd4ccec4f56a8147e13ce0ec0467d3e82f2 /src/eclat.h
parentfafa83f76002b4b55c94ae10d9e05a215c934347 (diff)
downloadeclat-ceaa9f9d20f5db8b36d275fe65de43b95b090fc1.tar.gz
eclat-ceaa9f9d20f5db8b36d275fe65de43b95b090fc1.tar.bz2
Prepare for Signature Version 4.
* lib/hmac_sha256.c: New file. * lib/sha256.c: New file. * lib/sha256.h: New file. * lib/Makefile.am (libeclat_a_SOURCES): Add new files. * lib/libeclat.h (hmac_sha256): New proto. (eclat_query_signature): Rename to eclat_query_sign, take signature version as argument. (eclat_encode_devmap): Remove prototype. * lib/reqsign.c: Use HMAC256 * src/config.c (eclat_kw): New keyword: signature-version, * src/devmap.c (eclat_encode_devmap): Bugfixes. Translate snapshot ids. * src/eclat.c (signature_version): New variable. * src/eclat.h (signature_version): New proto. (eclat_encode_devmap): New proto. * src/util.c (eclat_send_query): Use eclat_query_sign. * tests/hmac01.at: Update. * tests/hmac02.at: Update. * tests/hmac03.at: Update. * tests/thmac.c: Use HMAC256
Diffstat (limited to 'src/eclat.h')
-rw-r--r--src/eclat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/eclat.h b/src/eclat.h
index 3ece7fd..acf4c2d 100644
--- a/src/eclat.h
+++ b/src/eclat.h
@@ -40,6 +40,7 @@
#define ECLAT_DEBCAT_FORLAN 5
extern char *endpoint;
+extern char *signature_version;
extern int use_ssl;
extern int ssl_verify_peer;
extern char *ssl_ca_file;
@@ -193,6 +194,7 @@ int get_scr_cols(void);
void translate_ids(int argc, char **argv, const char *map);
void translate_resource_ids(int argc, char **argv);
+void eclat_encode_devmap(struct ec2_query *q, struct grecs_list *list);
int get_access_creds(const char *id, char **access_key_ptr,
char **secret_key_ptr);

Return to:

Send suggestions and report system problems to the System administrator.