Commit graph

19 commits

Author SHA1 Message Date
2471cff83e
chore: Remove sign and verify function logs`
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-04 17:38:42 +03:00
f69fa7f370
docs: Fix typos
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-04 16:42:09 +03:00
062e441d8a
feat: Create signature data if there is no request body
The signature data is `Method+uri path` if there is no request body

Signed-off-by: Awiteb <a@4rs.nl>
2024-07-04 16:11:23 +03:00
77858ac8f4
feat: Create verify instance function for the Signature
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-04 16:08:11 +03:00
f4b2514e75
feat: Derive Hash in PublicKey and Signature
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-03 13:12:20 +03:00
e15c693421
chore: Returns nonce cache as Arc
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-03 13:11:16 +03:00
f47bc82b19
feat: Derive Eq and PartialEq to Signature
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-02 18:18:41 +03:00
39337f8d90
feat: Add sign_with_shared_secret function to K256Secret
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-02 18:17:44 +03:00
aeac22250e
chore: Add TwoDifferentKeys error message
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-02 18:15:00 +03:00
b8e00c244a
chore: Use rustls instead of native-tls
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-01 11:30:57 +03:00
d7f149f436
chore: Remove whitespace
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-01 11:29:29 +03:00
8d3faaf70c
chore: Create changelog
Signed-off-by: Awiteb <a@4rs.nl>
2024-06-26 23:22:47 +03:00
7e3558d776
chore: Initialize the project
Signed-off-by: Awiteb <a@4rs.nl>
2024-06-26 23:05:17 +03:00
a9ba2c4f31
chore: Add README.md
Signed-off-by: Awiteb <a@4rs.nl>
2024-06-26 23:05:06 +03:00
887e0847cd
chore: Add contribution guide file
Signed-off-by: Awiteb <a@4rs.nl>
2024-06-26 23:04:48 +03:00
42aa6837ed
chore: Add licenses
Signed-off-by: Awiteb <a@4rs.nl>
2024-06-26 23:03:01 +03:00
47f56bc389
chore: Add rust files
Signed-off-by: Awiteb <a@4rs.nl>
2024-06-26 23:02:33 +03:00
e6a6c0e18b
chore: Add used utility files
Signed-off-by: Awiteb <a@4rs.nl>
2024-06-26 23:02:11 +03:00
0c90ef795b
chore: Add docker-compose.yml
Signed-off-by: Awiteb <a@4rs.nl>
2024-06-26 23:00:57 +03:00