Commit Briefs

Omar Polo

fix copyright dates


Omar Polo

include compat.h explicitly in all files

don't do it in telescope.h, remove telescope.h from gencmd.awk and sort the headers in parse.y while here.



Omar Polo

tweak client-certificate-info description

avoid the word "use" since it's better to show first use-certificate instead of this niche function.





Omar Polo

fmt



Omar Polo

guard against wprintw(window, "%.*s", 0, NULL)

even if textlen is zero, it still complains in syslog that the string passed is NULL (which kind of makes sense actually.)


Omar Polo

add client-certificate-info


Omar Polo

load and optionally remember client certificates

This adds use-certificate, a user function to start using a certificate or switch to a different one. It asks whether to persist the certificate, if not it will only be used for the current session. use-certificate is implicitly called when the server replies with a 6x status code.


Omar Polo

check explicitly for -1


Omar Polo

fix certs_file_tmp path


Omar Polo

typo