-
- Downloads
pv-runtime: Add a mechanism to take custom CA certificates from the host
This is intended to be a developer-only feature, so it makes some
assumptions about the host system: we assume that there is a
Debian-compatible TLS certificate store (as seen on e.g. Debian and Arch)
with a CAfile at /etc/ssl/certs/ca-certificates.crt and a
CApath at /etc/ssl/certs. There is no attempt to make this as robust
as we would usually want for an end-user-facing feature, and it will
fail hard (exit with an error) rather than trying to continue in the
face of adversity.
steamrt/tasks#416
Signed-off-by:
Simon McVittie <smcv@collabora.com>
parent
43dccc8b
No related branches found
No related tags found
Showing
- pressure-vessel/runtime.c 66 additions, 0 deletionspressure-vessel/runtime.c
- pressure-vessel/runtime.h 4 additions, 0 deletionspressure-vessel/runtime.h
- pressure-vessel/wrap-context.c 3 additions, 0 deletionspressure-vessel/wrap-context.c
- pressure-vessel/wrap-context.h 1 addition, 0 deletionspressure-vessel/wrap-context.h
- pressure-vessel/wrap.c 3 additions, 0 deletionspressure-vessel/wrap.c
Loading