Blame


1 a38a3a1f 2021-04-25 op 2021-04-25 Omar Polo <op@omarpolo.com>
2 a38a3a1f 2021-04-25 op
3 288fd238 2021-04-25 op * telescope.c (handle_check_cert_user_choice): allow saving the new certificate after mismatch
4 288fd238 2021-04-25 op
5 ec1fa0b0 2021-04-25 op * fs.c (load_certs): don't crash on invalid lines in known_hosts
6 ec1fa0b0 2021-04-25 op
7 eb4388ee 2021-04-25 op * hash.c (telescope_lookup_tofu): save certificates per (host, port) tuple, not only per-host
8 eb4388ee 2021-04-25 op
9 abb94fc4 2021-04-25 op * configure.ac: tagged 0.1.1
10 abb94fc4 2021-04-25 op
11 a38a3a1f 2021-04-25 op * gemini.c (blocking_conn_towards): fix compilation if !HAVE_ASR_RUN
12 a38a3a1f 2021-04-25 op
13 a38a3a1f 2021-04-25 op * phos/phos_uri.c (phos_serialize_uri): handle URIs which port is not 1965
14 a38a3a1f 2021-04-25 op