Home
last modified time | relevance | path

Searched refs:cvstore (Results 1 – 25 of 94) sorted by relevance

1234

/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/utils/
H A Dpool_ssl.c734 X509_STORE *cvstore = SSL_CTX_get_cert_store(context); in SSL_ServerSide_init() local
736 if (cvstore) in SSL_ServerSide_init()
739 if (X509_STORE_load_locations(cvstore, ssl_crl_path, NULL) == 1) in SSL_ServerSide_init()
743 X509_STORE_set_flags(cvstore, in SSL_ServerSide_init()
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/utils/
H A Dpool_ssl.c761 X509_STORE *cvstore = SSL_CTX_get_cert_store(context); in SSL_ServerSide_init() local
763 if (cvstore) in SSL_ServerSide_init()
766 if (X509_STORE_load_locations(cvstore, ssl_crl_path, NULL) == 1) in SSL_ServerSide_init()
770 X509_STORE_set_flags(cvstore, in SSL_ServerSide_init()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/libpq/
H A Dbe-secure-openssl.c321 X509_STORE *cvstore = SSL_CTX_get_cert_store(SSL_context); in be_tls_init() local
323 if (cvstore) in be_tls_init()
326 if (X509_STORE_load_locations(cvstore, ssl_crl_file, NULL) == 1) in be_tls_init()
330 X509_STORE_set_flags(cvstore, in be_tls_init()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/libpq/
H A Dbe-secure-openssl.c321 X509_STORE *cvstore = SSL_CTX_get_cert_store(SSL_context); in be_tls_init() local
323 if (cvstore) in be_tls_init()
326 if (X509_STORE_load_locations(cvstore, ssl_crl_file, NULL) == 1) in be_tls_init()
330 X509_STORE_set_flags(cvstore, in be_tls_init()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/libpq/
H A Dbe-secure-openssl.c321 X509_STORE *cvstore = SSL_CTX_get_cert_store(SSL_context); in be_tls_init() local
323 if (cvstore) in be_tls_init()
326 if (X509_STORE_load_locations(cvstore, ssl_crl_file, NULL) == 1) in be_tls_init()
330 X509_STORE_set_flags(cvstore, in be_tls_init()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/libpq/
H A Dbe-secure-openssl.c375 X509_STORE *cvstore = SSL_CTX_get_cert_store(context); in be_tls_init() local
377 if (cvstore) in be_tls_init()
380 if (X509_STORE_load_locations(cvstore, ssl_crl_file, NULL) == 1) in be_tls_init()
384 X509_STORE_set_flags(cvstore, in be_tls_init()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/libpq/
H A Dbe-secure-openssl.c375 X509_STORE *cvstore = SSL_CTX_get_cert_store(context); in be_tls_init() local
377 if (cvstore) in be_tls_init()
380 if (X509_STORE_load_locations(cvstore, ssl_crl_file, NULL) == 1) in be_tls_init()
384 X509_STORE_set_flags(cvstore, in be_tls_init()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/libpq/
H A Dbe-secure-openssl.c273 X509_STORE *cvstore = SSL_CTX_get_cert_store(context); in be_tls_init() local
275 if (cvstore) in be_tls_init()
278 if (X509_STORE_load_locations(cvstore, ssl_crl_file, NULL) == 1) in be_tls_init()
282 X509_STORE_set_flags(cvstore, in be_tls_init()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/libpq/
H A Dbe-secure-openssl.c375 X509_STORE *cvstore = SSL_CTX_get_cert_store(context); in be_tls_init() local
377 if (cvstore) in be_tls_init()
380 if (X509_STORE_load_locations(cvstore, ssl_crl_file, NULL) == 1) in be_tls_init()
384 X509_STORE_set_flags(cvstore, in be_tls_init()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/libpq/
H A Dbe-secure-openssl.c375 X509_STORE *cvstore = SSL_CTX_get_cert_store(context); in be_tls_init() local
377 if (cvstore) in be_tls_init()
380 if (X509_STORE_load_locations(cvstore, ssl_crl_file, NULL) == 1) in be_tls_init()
384 X509_STORE_set_flags(cvstore, in be_tls_init()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/libpq/
H A Dbe-secure-openssl.c375 X509_STORE *cvstore = SSL_CTX_get_cert_store(context); in be_tls_init() local
377 if (cvstore) in be_tls_init()
380 if (X509_STORE_load_locations(cvstore, ssl_crl_file, NULL) == 1) in be_tls_init()
384 X509_STORE_set_flags(cvstore, in be_tls_init()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/libpq/
H A Dbe-secure-openssl.c375 X509_STORE *cvstore = SSL_CTX_get_cert_store(context); in be_tls_init() local
377 if (cvstore) in be_tls_init()
380 if (X509_STORE_load_locations(cvstore, ssl_crl_file, NULL) == 1) in be_tls_init()
384 X509_STORE_set_flags(cvstore, in be_tls_init()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/libpq/
H A Dbe-secure-openssl.c273 X509_STORE *cvstore = SSL_CTX_get_cert_store(context); in be_tls_init() local
275 if (cvstore) in be_tls_init()
278 if (X509_STORE_load_locations(cvstore, ssl_crl_file, NULL) == 1) in be_tls_init()
282 X509_STORE_set_flags(cvstore, in be_tls_init()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/libpq/
H A Dbe-secure-openssl.c273 X509_STORE *cvstore = SSL_CTX_get_cert_store(context); in be_tls_init() local
275 if (cvstore) in be_tls_init()
278 if (X509_STORE_load_locations(cvstore, ssl_crl_file, NULL) == 1) in be_tls_init()
282 X509_STORE_set_flags(cvstore, in be_tls_init()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/libpq/
H A Dbe-secure-openssl.c273 X509_STORE *cvstore = SSL_CTX_get_cert_store(context); in be_tls_init() local
275 if (cvstore) in be_tls_init()
278 if (X509_STORE_load_locations(cvstore, ssl_crl_file, NULL) == 1) in be_tls_init()
282 X509_STORE_set_flags(cvstore, in be_tls_init()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/libpq/
H A Dbe-secure-openssl.c273 X509_STORE *cvstore = SSL_CTX_get_cert_store(context); in be_tls_init() local
275 if (cvstore) in be_tls_init()
278 if (X509_STORE_load_locations(cvstore, ssl_crl_file, NULL) == 1) in be_tls_init()
282 X509_STORE_set_flags(cvstore, in be_tls_init()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/libpq/
H A Dbe-secure-openssl.c375 X509_STORE *cvstore = SSL_CTX_get_cert_store(context); in be_tls_init() local
377 if (cvstore) in be_tls_init()
380 if (X509_STORE_load_locations(cvstore, ssl_crl_file, NULL) == 1) in be_tls_init()
384 X509_STORE_set_flags(cvstore, in be_tls_init()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/libpq/
H A Dbe-secure-openssl.c273 X509_STORE *cvstore = SSL_CTX_get_cert_store(context); in be_tls_init() local
275 if (cvstore) in be_tls_init()
278 if (X509_STORE_load_locations(cvstore, ssl_crl_file, NULL) == 1) in be_tls_init()
282 X509_STORE_set_flags(cvstore, in be_tls_init()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/libpq/
H A Dbe-secure-openssl.c273 X509_STORE *cvstore = SSL_CTX_get_cert_store(context); in be_tls_init() local
275 if (cvstore) in be_tls_init()
278 if (X509_STORE_load_locations(cvstore, ssl_crl_file, NULL) == 1) in be_tls_init()
282 X509_STORE_set_flags(cvstore, in be_tls_init()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/libpq/
H A Dbe-secure-openssl.c321 X509_STORE *cvstore = SSL_CTX_get_cert_store(SSL_context); in be_tls_init() local
323 if (cvstore) in be_tls_init()
326 if (X509_STORE_load_locations(cvstore, ssl_crl_file, NULL) == 1) in be_tls_init()
330 X509_STORE_set_flags(cvstore, in be_tls_init()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/libpq/
H A Dbe-secure-openssl.c321 X509_STORE *cvstore = SSL_CTX_get_cert_store(SSL_context); in be_tls_init() local
323 if (cvstore) in be_tls_init()
326 if (X509_STORE_load_locations(cvstore, ssl_crl_file, NULL) == 1) in be_tls_init()
330 X509_STORE_set_flags(cvstore, in be_tls_init()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/libpq/
H A Dbe-secure-openssl.c321 X509_STORE *cvstore = SSL_CTX_get_cert_store(SSL_context); in be_tls_init() local
323 if (cvstore) in be_tls_init()
326 if (X509_STORE_load_locations(cvstore, ssl_crl_file, NULL) == 1) in be_tls_init()
330 X509_STORE_set_flags(cvstore, in be_tls_init()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/libpq/
H A Dbe-secure-openssl.c321 X509_STORE *cvstore = SSL_CTX_get_cert_store(SSL_context); in be_tls_init() local
323 if (cvstore) in be_tls_init()
326 if (X509_STORE_load_locations(cvstore, ssl_crl_file, NULL) == 1) in be_tls_init()
330 X509_STORE_set_flags(cvstore, in be_tls_init()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/interfaces/libpq/
H A Dfe-secure-openssl.c960 X509_STORE *cvstore; in initialize_SSL() local
974 if ((cvstore = SSL_CTX_get_cert_store(SSL_context)) != NULL) in initialize_SSL()
985 X509_STORE_load_locations(cvstore, fnbuf, NULL) == 1) in initialize_SSL()
989 X509_STORE_set_flags(cvstore, in initialize_SSL()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/interfaces/libpq/
H A Dfe-secure-openssl.c960 X509_STORE *cvstore; in initialize_SSL() local
974 if ((cvstore = SSL_CTX_get_cert_store(SSL_context)) != NULL) in initialize_SSL()
985 X509_STORE_load_locations(cvstore, fnbuf, NULL) == 1) in initialize_SSL()
989 X509_STORE_set_flags(cvstore, in initialize_SSL()

1234