diff options
author | Klemens Nanni <klemens@posteo.de> | 2021-06-10 01:32:10 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-06-10 14:44:35 -0400 |
commit | 71a84aa5023795b86a41e73617166dd1391204f6 (patch) | |
tree | a2682cfd25738661fb02004667d1d5faa9229011 /.gitignore | |
parent | Hoist loading default root certificates into ircConfig() (diff) | |
download | catgirl-71a84aa5023795b86a41e73617166dd1391204f6.tar.gz catgirl-71a84aa5023795b86a41e73617166dd1391204f6.zip |
OpenBSD: Remove now obsolete unveil code
Previous tls_default_ca_cert_file(3) hoisting makes this possible: all TLS related files are fully loaded into memory by ircConfig() such that ircConnect() will not do any file I/O. Call ircConfig() before pledge(2) in the `-o' "print cert" case so this works out -- that order should have been preserved in the previous a989e15 "OpenBSD: hoist -o/printCert code to simplify" but fixing it now nicely demonstrates the achivement even more so.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions