Home
last modified time | relevance | path

Searched refs:sigv4 (Results 1 – 13 of 13) sorted by relevance

/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/
DCMakeLists.txt1 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 …]
DREADME.md1 # 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/
Daws-sigv4.md4 Long: aws-sigv4
15 - --aws-sigv4 "aws:amz:us-east-2:es" --user "key:secret" $URL
18 # `--aws-sigv4`
DMakefile.inc52 aws-sigv4.md \
DMakefile.in451 aws-sigv4.md \
/third_party/curl/tests/data/
Dtest4395 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/
Dsign.c36 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/
DKNOWN_BUGS101 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
Doptions-in-versions17 --aws-sigv4 7.75.0
/third_party/libwebsockets/lib/secure-streams/
DCMakeLists.txt83 secure-streams/system/auth-sigv4/sign.c
DREADME.md220 "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/
DBUILD.gn162 "//third_party/libwebsockets/lib/secure-streams/system/auth-sigv4",
/third_party/curl/
DCHANGES4506 * 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