Home
last modified time | relevance | path

Searched refs:CERT (Results 1 – 25 of 26) sorted by relevance

12

/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_cert.c26 CERT *__ssl_cert_new(CERT *ic, void *rngctx) in __ssl_cert_new()
28 CERT *cert; in __ssl_cert_new()
33 cert = ssl_mem_zalloc(sizeof(CERT)); in __ssl_cert_new()
72 CERT *ssl_cert_new(void *rngctx) in ssl_cert_new()
80 void ssl_cert_free(CERT *cert) in ssl_cert_free()
Dssl_lib.c191 CERT *cert; in SSL_CTX_new()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_cert.h31 CERT *__ssl_cert_new(CERT *ic, void *rngctx);
40 CERT* ssl_cert_new(void *rngctx);
49 void ssl_cert_free(CERT *cert);
Dssl_types.h85 typedef struct cert_st CERT; typedef
180 CERT *cert;
213 CERT *cert;
/third_party/openssl/ssl/
Dssl_cert.c50 CERT *ssl_cert_new(void) in ssl_cert_new()
52 CERT *ret = OPENSSL_zalloc(sizeof(*ret)); in ssl_cert_new()
74 CERT *ssl_cert_dup(CERT *cert) in ssl_cert_dup()
76 CERT *ret = OPENSSL_zalloc(sizeof(*ret)); in ssl_cert_dup()
203 void ssl_cert_clear_certs(CERT *c) in ssl_cert_clear_certs()
222 void ssl_cert_free(CERT *c) in ssl_cert_free()
311 int ssl_cert_select_current(CERT *c, X509 *x) in ssl_cert_select_current()
334 int ssl_cert_set_current(CERT *c, long op) in ssl_cert_set_current()
357 void ssl_cert_set_cert_cb(CERT *c, int (*cb) (SSL *ssl, void *arg), void *arg) in ssl_cert_set_cert_cb()
759 CERT *c = s ? s->cert : ctx->cert; in ssl_build_cert_chain()
[all …]
Dssl_local.h1944 } CERT; typedef
2255 __owur CERT *ssl_cert_new(void);
2256 __owur CERT *ssl_cert_dup(CERT *cert);
2257 void ssl_cert_clear_certs(CERT *c);
2258 void ssl_cert_free(CERT *c);
2274 CERT *c);
2296 __owur int ssl_cert_select_current(CERT *c, X509 *x);
2297 __owur int ssl_cert_set_current(CERT *c, long arg);
2298 void ssl_cert_set_cert_cb(CERT *c, int (*cb) (SSL *ssl, void *arg), void *arg);
2302 __owur int ssl_cert_set_cert_store(CERT *c, X509_STORE *store, int chain,
[all …]
Dssl_rsa.c19 static int ssl_set_cert(CERT *c, X509 *x509);
20 static int ssl_set_pkey(CERT *c, EVP_PKEY *pkey);
128 static int ssl_set_pkey(CERT *c, EVP_PKEY *pkey) in ssl_set_pkey()
307 static int ssl_set_cert(CERT *c, X509 *x) in ssl_set_cert()
1027 CERT *c = ssl != NULL ? ssl->cert : ctx->cert; in ssl_set_cert_and_key()
Dssl_conf.c427 CERT *c = NULL; in cmd_Certificate()
470 CERT *cert; in do_store()
894 CERT *c = NULL; in SSL_CONF_CTX_finish()
Dt1_lib.c1756 CERT *c = s->cert; in tls1_set_shared_sigalgs()
2025 int tls1_set_sigalgs_list(CERT *c, const char *str, int client) in tls1_set_sigalgs_list()
2036 int tls1_set_raw_sigalgs(CERT *c, const uint16_t *psigs, size_t salglen, in tls1_set_raw_sigalgs()
2060 int tls1_set_sigalgs(CERT *c, const int *psig_nids, size_t salglen, int client) in tls1_set_sigalgs()
2175 CERT *c = s->cert; in tls1_check_chain()
Dssl_ciph.c960 const SSL_CIPHER **ca_list, CERT *c) in ssl_cipher_process_rulestr()
1222 static int check_suiteb_cipher_list(const SSL_METHOD *meth, CERT *c, in check_suiteb_cipher_list()
1408 CERT *c) in STACK_OF()
Ds3_lib.c3388 static int ssl3_set_req_cert_type(CERT *c, const unsigned char *p, size_t len);
4378 static int ssl3_set_req_cert_type(CERT *c, const unsigned char *p, size_t len) in ssl3_set_req_cert_type()
Dssl_lib.c3353 CERT *c = s->cert; in ssl_set_masks()
4097 CERT *new_cert; in SSL_set_SSL_CTX()
/third_party/nghttp2/doc/
Dnghttpd.1.rst12 **nghttpd** [OPTION]... <PORT> [<PRIVATE_KEY> <CERT>]
29 .. describe:: <CERT>
Dnghttp.1.rst82 .. option:: --cert=<CERT>
Dnghttpx.1.rst12 **nghttpx** [OPTIONS]... [<PRIVATE_KEY> <CERT>]
25 .. describe:: <CERT>
949 argument <CERT>, or certificate option in configuration
/third_party/openssl/util/
Dindent.pro120 -T CERT
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/
DCHANGES318 Security fix only. Fixes CERT-FI 20469 as it applies to bzip2.
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/
DCHANGES318 Security fix only. Fixes CERT-FI 20469 as it applies to bzip2.
/third_party/bzip2/
DCHANGES318 Security fix only. Fixes CERT-FI 20469 as it applies to bzip2.
/third_party/flutter/engine/flutter/tools/licenses/lib/
Dfilesystem.dart110 case 'CERT.RSA': return FileType.binary;
/third_party/openssl/ssl/statem/
Dstatem_srvr.c2528 CERT *cert = s->cert; in tls_construct_server_key_exchange()
/third_party/openssl/
DCHANGES3429 *) Add support for certificate stores in CERT structure. This makes it
3433 to build and store a certificate chain in CERT structure: returning
3437 Note: if the CERT based stores are not set then the parent SSL_CTX
3470 Add new "cert_flags" field to CERT structure and include a "strict mode".
9504 [Florian Weimer <Weimer@CERT.Uni-Stuttgart.DE>,
12692 *) Create a duplicate of the SSL_CTX's CERT in SSL_new instead of
12708 we don't use CERT any longer, but a new structure SESS_CERT
12711 and temporary key. CERT holds only those values that can have
/third_party/skia/third_party/externals/libpng/
DCHANGES1894 to eliminate a vulnerability (CVE-2007-2445, CERT VU#684664)
3221 (CVE-2011-0408, CERT VU#643140). The documentation did not accurately
3568 based on cHRM, and the divide-by-zero bug in png_handle_cHRM (CERT
4868 This fixes CERT VU#684412 and CVE-2014-0333.
/third_party/libpng/
DCHANGES1894 to eliminate a vulnerability (CVE-2007-2445, CERT VU#684664)
3221 (CVE-2011-0408, CERT VU#643140). The documentation did not accurately
3568 based on cHRM, and the divide-by-zero bug in png_handle_cHRM (CERT
4868 This fixes CERT VU#684412 and CVE-2014-0333.
/third_party/flutter/skia/third_party/externals/libpng/
DCHANGES1894 to eliminate a vulnerability (CVE-2007-2445, CERT VU#684664)
3221 (CVE-2011-0408, CERT VU#643140). The documentation did not accurately
3568 based on cHRM, and the divide-by-zero bug in png_handle_cHRM (CERT
4868 This fixes CERT VU#684412 and CVE-2014-0333.

12