summaryrefslogtreecommitdiff
path: root/http.c
AgeCommit message (Expand)Author
2023-02-02New function http_signed_request_raw().default
2023-02-02Minor header tweaks.default
2023-01-24Use a shorter timeout for first output connections.default
2023-01-17Updated year in copyright notices.default
2023-01-12Backport from xs.default
2023-01-11More keyId/signature tweaks.default
2023-01-10Use the already loaded actor in check_signature().default
2023-01-09Log check_signature() errors.default
2023-01-08More work in check_signature() error archiving.default
2023-01-08Don't use goto in check_signature().default
2023-01-08Move the ~/error directory to where it belongs.default
2023-01-08The headers of signature errors are archived in the ~/error directory (if exi...default
2023-01-08Minor refactor to check_signature().default
2023-01-08Added support for HTTP signature pseudo-headers (created) and (expires).default
2022-10-02Use the time functions of xs_time.h.default
2022-09-30Fixed check_signature().default
2022-09-29More work in check_signature() (non-working).default
2022-09-29New function check_signature() (incomplete).default
2022-09-27New variable USER_AGENT.default
2022-09-26Use xs_evp_sign() for signing.default
2022-09-26Serve the actor as the correct content-type.default
2022-09-25More sign work (I'm tired).default
2022-09-25New function msg_actor().default
2022-09-25Minor tweak in http signatures.default
2022-09-25Fixed a bug in the digest header.default
2022-09-21More work in http signed request.default
2022-09-21New function xs_sha256_base64().default
2022-09-21Use its own copy of the headers in http_signed_request().default
2022-09-20Added http signed request code (untested).default
2022-09-20[http.c] new file.default