| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert "Reverted actor_request() without user." | 2023-12-11 | 1 | -2/+2 | |
| | | | | | This reverts commit 8d0a69cd759813b1304605d1676fbca063f0ccdc. | ||||
| * | Reverted actor_request() without user. | 2023-12-11 | 1 | -2/+2 | |
| | | | | | Some sites require even Person requests to be signed. | ||||
| * | More functions do not require the user argument. | 2023-12-10 | 1 | -1/+1 | |
| | | |||||
| * | actor_request() does not need a user argument. | 2023-12-10 | 1 | -1/+1 | |
| | | |||||
| * | activitypub_request() may have a NULL user. | 2023-12-10 | 1 | -2/+2 | |
| | | | | | | In the NULL user case, only non-signed requests will be done, but it's probably enough for actor requests in most cases. | ||||
| * | Updated comment in headers. | 2023-07-28 | 1 | -1/+1 | |
| | | |||||
| * | Fixed crash in check_signature(). | 2023-06-13 | 1 | -0/+5 | |
| | | |||||
| * | Got rid of xs_encdec.h. | 2023-05-17 | 1 | -1/+0 | |
| | | |||||
| * | Use xs_replace_n() where it suits. | 2023-05-02 | 1 | -1/+1 | |
| | | |||||
| * | Add the baseurl to the user agent in the signed GET. | 2023-03-02 | 1 | -1/+3 | |
| | | |||||
| * | Added the url to srv_archive(). | 2023-03-02 | 1 | -1/+1 | |
| | | |||||
| * | New function srv_archive_error(). | 2023-03-01 | 1 | -30/+5 | |
| | | |||||
| * | Move the #main-key adding back to the origin. | 2023-02-02 | 1 | -3/+2 | |
| | | |||||
| * | New function http_signed_request_raw(). | 2023-02-02 | 1 | -7/+23 | |
| | | |||||
| * | Minor header tweaks. | 2023-02-02 | 1 | -10/+10 | |
| | | |||||
| * | Use a shorter timeout for first output connections. | 2023-01-24 | 1 | -2/+3 | |
| | | |||||
| * | Updated year in copyright notices. | 2023-01-17 | 1 | -1/+1 | |
| | | |||||
| * | Backport from xs. | 2023-01-12 | 1 | -5/+5 | |
| | | |||||
| * | More keyId/signature tweaks. | 2023-01-11 | 1 | -7/+5 | |
| | | |||||
| * | Use the already loaded actor in check_signature(). | 2023-01-10 | 1 | -3/+5 | |
| | | |||||
| * | Log check_signature() errors. | 2023-01-09 | 1 | -0/+2 | |
| | | |||||
| * | More work in check_signature() error archiving. | 2023-01-08 | 1 | -10/+11 | |
| | | |||||
| * | Don't use goto in check_signature(). | 2023-01-08 | 1 | -9/+15 | |
| | | | | | It seems to interfere with cleanup functions in llvm. | ||||
| * | Move the ~/error directory to where it belongs. | 2023-01-08 | 1 | -1/+1 | |
| | | |||||
| * | The headers of signature errors are archived in the ~/error directory (if ↵ | 2023-01-08 | 1 | -0/+14 | |
| | | | | | exists). | ||||
| * | Minor refactor to check_signature(). | 2023-01-08 | 1 | -10/+13 | |
| | | |||||
| * | Added support for HTTP signature pseudo-headers (created) and (expires). | 2023-01-08 | 1 | -1/+18 | |
| | | | | | They are used in Lemmy. | ||||
| * | Use the time functions of xs_time.h. | 2022-10-02 | 1 | -1/+2 | |
| | | |||||
| * | Fixed check_signature(). | 2022-09-30 | 1 | -7/+2 | |
| | | |||||
| * | More work in check_signature() (non-working). | 2022-09-29 | 1 | -0/+43 | |
| | | |||||
| * | New function check_signature() (incomplete). | 2022-09-29 | 1 | -0/+54 | |
| | | |||||
| * | New variable USER_AGENT. | 2022-09-27 | 1 | -1/+1 | |
| | | |||||
| * | Use xs_evp_sign() for signing. | 2022-09-26 | 1 | -4/+4 | |
| | | |||||
| * | Serve the actor as the correct content-type. | 2022-09-26 | 1 | -2/+5 | |
| | | |||||
| * | More sign work (I'm tired). | 2022-09-25 | 1 | -1/+1 | |
| | | |||||
| * | New function msg_actor(). | 2022-09-25 | 1 | -0/+1 | |
| | | |||||
| * | Minor tweak in http signatures. | 2022-09-25 | 1 | -6/+10 | |
| | | |||||
| * | Fixed a bug in the digest header. | 2022-09-25 | 1 | -5/+12 | |
| | | |||||
| * | More work in http signed request. | 2022-09-21 | 1 | -3/+3 | |
| | | |||||
| * | New function xs_sha256_base64(). | 2022-09-21 | 1 | -2/+2 | |
| | | |||||
| * | Use its own copy of the headers in http_signed_request(). | 2022-09-21 | 1 | -7/+14 | |
| | | |||||
| * | Added http signed request code (untested). | 2022-09-20 | 1 | -3/+62 | |
| | | |||||
| * | [http.c] new file. | 2022-09-20 | 1 | -0/+20 | |