summaryrefslogtreecommitdiff
path: root/http.c
AgeCommit message (Expand)Author
2024-05-23Added more const.default
2024-05-21Added const everywhere.default
2024-03-09Ability to federate with hidden networks #93 (update for v2.49)iwojim0
2024-03-09Replaced all xs_dict_iter() with xs_dict_next().default
2024-01-04Updated copyright year.default
2024-01-03Try to avoid host header misconfigurations in check_signature().default
2024-01-03Made check_signature() a bit clearer.default
2023-12-18Also strip cgi variables (things after ?) in key request for checking.default
2023-12-17actor_request() accepts again an optional snac argument.default
2023-12-11Revert "Reverted actor_request() without user."default
2023-12-11Reverted actor_request() without user.default
2023-12-10More functions do not require the user argument.default
2023-12-10actor_request() does not need a user argument.default
2023-12-10activitypub_request() may have a NULL user.default
2023-07-28Updated comment in headers.default
2023-06-13Fixed crash in check_signature().default
2023-05-17Got rid of xs_encdec.h.default
2023-05-02Use xs_replace_n() where it suits.default
2023-03-02Add the baseurl to the user agent in the signed GET.default
2023-03-02Added the url to srv_archive().default
2023-03-01New function srv_archive_error().default
2023-02-02Move the #main-key adding back to the origin.default
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