Searched refs:sigv4 (Results 1 – 13 of 13) sorted by relevance
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/ |
D | CMakeLists.txt | 1 project(lws-minimal-secure-streams-sigv4 C) 8 set(SAMP lws-minimal-secure-streams-sigv4) 24 add_test(NAME ss-sigv4 COMMAND 26 $<TARGET_FILE:lws-minimal-secure-streams-sigv4>) 28 add_test(NAME ss-sigv4 COMMAND lws-minimal-secure-streams-sigv4) 31 set_tests_properties(ss-sigv4 33 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams-sigv4 68 add_test(NAME sspc-sigv4 COMMAND 70 $<TARGET_FILE:lws-minimal-secure-streams-sigv4-client> -i +${CTEST_SOCKET_PATH}) 72 … add_test(NAME sspc-sigv4 COMMAND lws-minimal-secure-streams-sigv4-client -i +${CTEST_SOCKET_PATH}) [all …]
|
D | README.md | 1 # lws minimal secure streams sigv4 3 The application put a test file to AWS S3, using sigv4 auth. 34 [2020/12/19 15:25:06:9763] U: LWS minimal secure streams sigv4
|
/third_party/curl/docs/cmdline-opts/ |
D | aws-sigv4.md | 4 Long: aws-sigv4 15 - --aws-sigv4 "aws:amz:us-east-2:es" --user "key:secret" $URL 18 # `--aws-sigv4`
|
D | Makefile.inc | 52 aws-sigv4.md \
|
D | Makefile.in | 451 aws-sigv4.md \
|
/third_party/curl/tests/data/ |
D | test439 | 5 aws-sigv4 38 aws-sigv4 with query 41 …TESTNUMBER/?name=me%&noval&aim=b%aad&&&weirdo=*.//-" -u user:secret --aws-sigv4 "aws:amz:us-east-2…
|
/third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/ |
D | sign.c | 36 struct sigv4 { struct 59 static inline int add_header(struct sigv4 *s, const char *name, const char *value) in add_header() argument 89 init_sigv4(struct lws *wsi, struct lws_ss_handle *h, struct sigv4 *s) in init_sigv4() 197 struct lws_ss_handle *h, struct sigv4 *s) in build_sign_string() 286 struct sigv4 *s, uint8_t *sign_key) in calc_signing_key() 342 struct lws_ss_handle *h, struct sigv4 *s, in build_auth_string() 397 struct sigv4 s; in lws_ss_apply_sigv4()
|
/third_party/curl/docs/ |
D | KNOWN_BUGS | 101 16. aws-sigv4 102 16.1 aws-sigv4 does not sign requests with * correctly 103 16.6 aws-sigv4 does not behave well with AWS VPC Lattice 567 16. aws-sigv4 569 16.1 aws-sigv4 does not sign requests with * correctly 573 16.6 aws-sigv4 does not behave well with AWS VPC Lattice
|
D | options-in-versions | 17 --aws-sigv4 7.75.0
|
/third_party/libwebsockets/lib/secure-streams/ |
D | CMakeLists.txt | 83 secure-streams/system/auth-sigv4/sign.c
|
D | README.md | 220 "auth": [{"name":"newauth","type":"sigv4", "blob":0}] 226 is, eg, "sigv4" in the example above. If "use_auth" is not in the streamtype 235 Indicate the auth type, e.g. sigv4
|
/third_party/libwebsockets/ |
D | BUILD.gn | 162 "//third_party/libwebsockets/lib/secure-streams/system/auth-sigv4",
|
/third_party/curl/ |
D | CHANGES | 4506 * Remove mention of aws-sigv4 sort query string from `KNOWN_BUGS`. 4509 * Remove mention of aws-sigv4 query empty value problems 4511 * Remove mention of aws-sigv4 missing amz-content-sha256 7984 Previously a build that disabled NTLM and aws-sigv4 would fail to build 8607 - test439: verify query canonization for aws-sigv4 8609 - tool_operate: make aws-sigv4 not require TLS to be used 9146 - lib: fix aws-sigv4 having date header twice in some cases 10311 - KNOWN_BUGS: aws-sigv4 does not behave well with AWS VPC Lattice 10323 - TODO: add *5* entries for aws-sigv4
|