Searched refs:sigv4 (Results 1 – 9 of 9) 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/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/cmdline-opts/ |
D | aws-sigv4.d | 1 Long: aws-sigv4
|
D | Makefile.inc | 29 aws-sigv4.d \
|
/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/curl/docs/ |
D | options-in-versions | 17 --aws-sigv4 7.75.0
|
/third_party/libwebsockets/ |
D | BUILD.gn | 150 "//third_party/libwebsockets/lib/secure-streams/system/auth-sigv4",
|