summary refs log tree commit diff
path: root/tls_signer.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-03-21 17:12:32 -0400
committerJune McEnroe <june@causal.agency>2022-03-21 17:12:32 -0400
commit4d3c8fc012e05e90be516bfd8ef7d528123bed12 (patch)
treee51c0ebe3d626e45f0fcff7092e6fdf0af78f279 /tls_signer.c
parentImport LibreSSL 3.5.0 (diff)
downloadlibretls-4d3c8fc012e05e90be516bfd8ef7d528123bed12.tar.gz
libretls-4d3c8fc012e05e90be516bfd8ef7d528123bed12.zip
Import LibreSSL 3.5.1
Diffstat (limited to 'tls_signer.c')
0 files changed, 0 insertions, 0 deletions
span>Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe Absolutely indiscriminately. 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe