Home
last modified time | relevance | path

Searched refs:cert (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/networking/
Dtcpudp.c289 &backlog, &str_t, &ssluser, &root, &cert, &key, &verbose in tcpudpsvd_main()
318 if (opts & OPT_Z) cert = optarg; in tcpudpsvd_main()
345 if (!cert) cert = "./cert.pem"; in tcpudpsvd_main()
346 if (!key) key = cert; in tcpudpsvd_main()
349 if (matrixSslReadKeys(&keys, cert, key, 0, ca) < 0) { in tcpudpsvd_main()
/busybox-1.35.0/networking/ssl_helper/
Dssl_helper.c143 static int32 certCb(ssl_t *ssl, psX509Cert_t *cert, int32 alert) in certCb() argument