index
:
snac2
master
Mirror of https://codeberg.org/grunfink/snac2
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
http.c
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2023-01-24
Use a shorter timeout for first output connections.
default
1
-2
/
+3
2023-01-17
Updated year in copyright notices.
default
1
-1
/
+1
2023-01-12
Backport from xs.
default
1
-5
/
+5
2023-01-11
More keyId/signature tweaks.
default
1
-7
/
+5
2023-01-10
Use the already loaded actor in check_signature().
default
1
-3
/
+5
2023-01-09
Log check_signature() errors.
default
1
-0
/
+2
2023-01-08
More work in check_signature() error archiving.
default
1
-10
/
+11
2023-01-08
Don't use goto in check_signature().
default
1
-9
/
+15
It seems to interfere with cleanup functions in llvm.
2023-01-08
Move the ~/error directory to where it belongs.
default
1
-1
/
+1
2023-01-08
The headers of signature errors are archived in the ~/error directory (if ↵
default
1
-0
/
+14
exists).
2023-01-08
Minor refactor to check_signature().
default
1
-10
/
+13
2023-01-08
Added support for HTTP signature pseudo-headers (created) and (expires).
default
1
-1
/
+18
They are used in Lemmy.
2022-10-02
Use the time functions of xs_time.h.
default
1
-1
/
+2
2022-09-30
Fixed check_signature().
default
1
-7
/
+2
2022-09-29
More work in check_signature() (non-working).
default
1
-0
/
+43
2022-09-29
New function check_signature() (incomplete).
default
1
-0
/
+54
2022-09-27
New variable USER_AGENT.
default
1
-1
/
+1
2022-09-26
Use xs_evp_sign() for signing.
default
1
-4
/
+4
2022-09-26
Serve the actor as the correct content-type.
default
1
-2
/
+5
2022-09-25
More sign work (I'm tired).
default
1
-1
/
+1
2022-09-25
New function msg_actor().
default
1
-0
/
+1
2022-09-25
Minor tweak in http signatures.
default
1
-6
/
+10
2022-09-25
Fixed a bug in the digest header.
default
1
-5
/
+12
2022-09-21
More work in http signed request.
default
1
-3
/
+3
2022-09-21
New function xs_sha256_base64().
default
1
-2
/
+2
2022-09-21
Use its own copy of the headers in http_signed_request().
default
1
-7
/
+14
2022-09-20
Added http signed request code (untested).
default
1
-3
/
+62
2022-09-20
[http.c] new file.
default
1
-0
/
+20