]> sourceware.org Git - systemtap.git/commit
Allow http client to add and revoke certificates.
authorStan Cox <scox@redhat.com>
Wed, 6 Jun 2018 20:46:36 +0000 (16:46 -0400)
committerStan Cox <scox@redhat.com>
Wed, 6 Jun 2018 20:46:36 +0000 (16:46 -0400)
commit1194574570e6fe60d055dfea3333bab9729ff709
tree68abba2a74bf05a1cac5230afee6b0f4c254a840
parentee1779dd4a7c030066b475a0aabb658f2fe98808
Allow http client to add and revoke certificates.

* client-http.cxx (http_client_backend::fill_in_server_info): Add cert
   awareness for cert add/revoke.
  (http_client_backend::trust_server_info): New for cert add.
* nss-server-info.cxx (add_server_trust): Just pass on http server
   names.
  (nss_get_specified_server_info): Likewise.
* nsscommon.cxx (add_client_cert): Check if nss is already setup.
  Add init_db parameter.  Callers updated.
* testsuite/lib/http_server.exp (http_start_server): Add server trust.
  (http_shutdown_server): Revoke server trust.
client-http.cxx
httpd/nss_funcs.cxx
nss-server-info.cxx
nsscommon.cxx
nsscommon.h
stap-authorize-cert.cxx
stap-serverd.cxx
testsuite/lib/http_server.exp
This page took 0.028703 seconds and 5 git commands to generate.