Age | Commit message (Expand) | Author |
---|---|---|
2024-01-21 | rename ibuf to imsgbuf in crypto | Omar Polo |
2023-08-29 | fix typo; the size computation is done using len, not ret | Omar Polo |
2023-08-28 | don't let crypto_dispatch_server handle IMSG_CRYPTO_ECDSA_SIGN | Omar Polo |
2023-08-28 | pre-increment reqid | Omar Polo |
2023-08-28 | typo; was filling the wrong iov_len... | Omar Polo |
2023-07-22 | fmt | Omar Polo |
2023-07-22 | drop engine support | Omar Polo |
2023-07-22 | remove the useless logging methods | Omar Polo |
2023-06-23 | macos' clang is retarded | Omar Polo |
2023-06-23 | drop debug log | Omar Polo |
2023-06-13 | simplify check | Omar Polo |
2023-06-13 | avoid arithmetic on void pointers (GNU extension) | Omar Polo |
2023-06-11 | fixes for -Wpointer-sign | Omar Polo |
2023-06-11 | cast uint64_t to unsigned long long | Omar Polo |
2023-06-11 | work around different signature for ecdsae_compute_key | Omar Polo |
2023-06-11 | add a privsep crypto engine | Omar Polo |