aboutsummaryrefslogtreecommitdiff
path: root/crypto.c
AgeCommit message (Expand)Author
2024-01-21convert remaining code to the imsg gettersOmar Polo
2024-01-21convert the remaining bit of crypto.c to the ibuf_* APIsOmar Polo
2024-01-21convert crypto.c to the new imsg APIOmar Polo
2024-01-21rename ibuf to imsgbuf in cryptoOmar Polo
2023-08-29fix typo; the size computation is done using len, not retOmar Polo
2023-08-28don't let crypto_dispatch_server handle IMSG_CRYPTO_ECDSA_SIGNOmar Polo
2023-08-28pre-increment reqidOmar Polo
2023-08-28typo; was filling the wrong iov_len...Omar Polo
2023-07-22fmtOmar Polo
2023-07-22drop engine supportOmar Polo
2023-07-22remove the useless logging methodsOmar Polo
2023-06-23macos' clang is retardedOmar Polo
2023-06-23drop debug logOmar Polo
2023-06-13simplify checkOmar Polo
2023-06-13avoid arithmetic on void pointers (GNU extension)Omar Polo
2023-06-11fixes for -Wpointer-signOmar Polo
2023-06-11cast uint64_t to unsigned long longOmar Polo
2023-06-11work around different signature for ecdsae_compute_keyOmar Polo
2023-06-11add a privsep crypto engineOmar Polo