| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2022-10-02 | Use the time functions of xs_time.h. | 1 | -1/+2 | ||
| 2022-09-30 | Fixed check_signature(). | 1 | -7/+2 | ||
| 2022-09-29 | More work in check_signature() (non-working). | 1 | -0/+43 | ||
| 2022-09-29 | New function check_signature() (incomplete). | 1 | -0/+54 | ||
| 2022-09-27 | New variable USER_AGENT. | 1 | -1/+1 | ||
| 2022-09-26 | Use xs_evp_sign() for signing. | 1 | -4/+4 | ||
| 2022-09-26 | Serve the actor as the correct content-type. | 1 | -2/+5 | ||
| 2022-09-25 | More sign work (I'm tired). | 1 | -1/+1 | ||
| 2022-09-25 | New function msg_actor(). | 1 | -0/+1 | ||
| 2022-09-25 | Minor tweak in http signatures. | 1 | -6/+10 | ||
| 2022-09-25 | Fixed a bug in the digest header. | 1 | -5/+12 | ||
| 2022-09-21 | More work in http signed request. | 1 | -3/+3 | ||
| 2022-09-21 | New function xs_sha256_base64(). | 1 | -2/+2 | ||
| 2022-09-21 | Use its own copy of the headers in http_signed_request(). | 1 | -7/+14 | ||
| 2022-09-20 | Added http signed request code (untested). | 1 | -3/+62 | ||
| 2022-09-20 | [http.c] new file. | 1 | -0/+20 | ||