index
:
slackcoder/gmid
master
Small and secure gemini server
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto.c
Age
Commit message (
Expand
)
Author
2024-01-21
convert remaining code to the imsg getters
Omar Polo
2024-01-21
convert the remaining bit of crypto.c to the ibuf_* APIs
Omar Polo
2024-01-21
convert crypto.c to the new imsg API
Omar Polo
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