Home
last modified time | relevance | path

Searched full:certs (Results 1 – 10 of 10) sorted by relevance

/qemu/scripts/ci/gitlab-kubernetes-runners/
H A Dvalues.yaml13 "DOCKER_TLS_CERTDIR=/certs",
15 "DOCKER_CERT_PATH=/certs/client"
26 name = "docker-certs"
27 mount_path = "/certs/client"
/qemu/tests/unit/
H A Dcrypto-tls-x509-helpers.c33 * encoding extensions in the x509 certs
442 * the cert. This is done for the root CA certs in test_tls_generate_cert()
474 gnutls_x509_crt_t *certs, in test_tls_write_cert_chain() argument
485 err = gnutls_x509_crt_export(certs[i], GNUTLS_X509_FMT_PEM, in test_tls_write_cert_chain()
H A Dtest-crypto-tlscredsx509.c77 #define CERT_DIR "tests/test-crypto-tlscredsx509-certs/" in test_tls_creds()
240 /* Now some bad certs */ in main()
631 /* Some missing certs - first two are fatal, the last in main()
H A Dcrypto-tls-x509-helpers.h74 gnutls_x509_crt_t *certs,
/qemu/crypto/
H A Dtlssession.c298 const gnutls_datum_t *certs; in qcrypto_tls_session_check_certificate() local
339 certs = gnutls_certificate_get_peers(session->handle, &nCerts); in qcrypto_tls_session_check_certificate()
340 if (!certs) { in qcrypto_tls_session_check_certificate()
353 ret = gnutls_x509_crt_import(cert, &certs[i], GNUTLS_X509_FMT_DER); in qcrypto_tls_session_check_certificate()
H A Dtlscredsx509.c429 gnutls_x509_crt_t *certs, in qcrypto_tls_creds_load_ca_cert_list() argument
452 if (gnutls_x509_crt_list_import(certs, &certMax, &data, in qcrypto_tls_creds_load_ca_cert_list()
/qemu/docs/system/
H A Dtls.rst32 ability of malicious 3rd parties to trick the CA into mis-issuing certs
37 install custom CA certs in the web browsers.
/qemu/qapi/
H A Dui.json1591 # @tls-certs: reload tls certs or not.
1596 'data': { '*tls-certs': 'bool' } }
1622 # "arguments": { "type": "vnc", "tls-certs": true } }
/qemu/hw/usb/
H A Dccid-card-emulated.c526 error_setg(errp, "%s: you must provide all three certs for" in emulated_realize()
/qemu/docs/interop/
H A Dfirmware.json565 # "description": "OVMF with SB+SMM, SB enabled, MS certs enrolled",