Home
last modified time | relevance | path

Searched refs:dh2048 (Results 1 – 25 of 126) sorted by relevance

123456

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/src/
H A Dzrtp_crypto_pk.c278 if (dh2048) { in zrtp_defaults_pkt()
279 zrtp_sys_free(dh2048); in zrtp_defaults_pkt()
307 dh2048->base.id = ZRTP_PKTYPE_DH2048; in zrtp_defaults_pkt()
308 dh2048->base.zrtp = zrtp; in zrtp_defaults_pkt()
309 dh2048->sv_length = 256/8; in zrtp_defaults_pkt()
310 dh2048->pv_length = 256; in zrtp_defaults_pkt()
311 dh2048->base.init = zrtp_dh_init; in zrtp_defaults_pkt()
312 dh2048->base.free = zrtp_dh_free; in zrtp_defaults_pkt()
314 dh2048->compute = zrtp_dh_compute; in zrtp_defaults_pkt()
315 dh2048->validate = zrtp_dh_validate; in zrtp_defaults_pkt()
[all …]
/dports/mail/qmail-tls/netqmail-1.06/
H A Dupdate_tmprsadh.sh16 openssl dhparam -2 -out QMAIL/control/dh2048.new 2048 &&
17 chmod 600 QMAIL/control/dh2048.new &&
18 chown UGQMAILD QMAIL/control/dh2048.new &&
19 mv -f QMAIL/control/dh2048.new QMAIL/control/dh2048.pem
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/http/src/
H A Dtls_server_context.cc139 std::unique_ptr<DH, decltype(&DH_free)> dh2048(nullptr, &DH_free); in init_tmp_dh() local
147 dh2048.reset( in init_tmp_dh()
149 if (!dh2048) { in init_tmp_dh()
154 if (1 != DH_check(dh2048.get(), &codes)) { in init_tmp_dh()
162 if (DH_bits(dh2048.get()) < kMinDhKeySize) { in init_tmp_dh()
166 std::to_string(DH_bits(dh2048.get()))); in init_tmp_dh()
171 dh2048.reset(DH_get_2048_256()); in init_tmp_dh()
191 dh2048.reset(PEM_read_bio_DHparams(bio.get(), NULL, NULL, NULL)); in init_tmp_dh()
195 if (1 != SSL_CTX_set_tmp_dh(ssl_ctx_.get(), dh2048.get())) { in init_tmp_dh()
/dports/devel/php-ice37/ice-3.7.2/cpp/src/IceSSL/
H A DOpenSSLUtil.cpp60 unsigned char dh2048[] = variable
209 _dh2048 = convertDH(dh2048, (int) sizeof(dh2048)); in get()
/dports/devel/ice37/ice-3.7.2/cpp/src/IceSSL/
H A DOpenSSLUtil.cpp60 unsigned char dh2048[] = variable
209 _dh2048 = convertDH(dh2048, (int) sizeof(dh2048)); in get()
/dports/devel/py-ice37/ice-3.7.2/cpp/src/IceSSL/
H A DOpenSSLUtil.cpp60 unsigned char dh2048[] = variable
209 _dh2048 = convertDH(dh2048, (int) sizeof(dh2048)); in get()
/dports/databases/pgbouncer/pgbouncer-1.16.0/lib/usual/tls/
H A Dtls_compat.c80 static DH *dh1024, *dh2048, *dh4096; variable
107 return load_dh_buffer(ctx, &dh2048, file_dh2048); in dh_auto_cb()
113 return load_dh_buffer(ctx, &dh2048, file_dh2048); in dh_auto_cb()
203 if (dh2048) { DH_free(dh2048); dh2048 = NULL; } in tls_compat_cleanup()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/libpq/
H A Dbe-secure-openssl.c956 static DH *dh2048 = NULL; in tmp_dh_cb() local
978 if (dh2048 == NULL) in tmp_dh_cb()
979 dh2048 = load_dh_file(keylength); in tmp_dh_cb()
980 if (dh2048 == NULL) in tmp_dh_cb()
981 dh2048 = load_dh_buffer(file_dh2048, sizeof file_dh2048); in tmp_dh_cb()
982 r = dh2048; in tmp_dh_cb()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/libpq/
H A Dbe-secure-openssl.c956 static DH *dh2048 = NULL; in tmp_dh_cb() local
978 if (dh2048 == NULL) in tmp_dh_cb()
979 dh2048 = load_dh_file(keylength); in tmp_dh_cb()
980 if (dh2048 == NULL) in tmp_dh_cb()
981 dh2048 = load_dh_buffer(file_dh2048, sizeof file_dh2048); in tmp_dh_cb()
982 r = dh2048; in tmp_dh_cb()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/libpq/
H A Dbe-secure-openssl.c956 static DH *dh2048 = NULL; in tmp_dh_cb() local
978 if (dh2048 == NULL) in tmp_dh_cb()
979 dh2048 = load_dh_file(keylength); in tmp_dh_cb()
980 if (dh2048 == NULL) in tmp_dh_cb()
981 dh2048 = load_dh_buffer(file_dh2048, sizeof file_dh2048); in tmp_dh_cb()
982 r = dh2048; in tmp_dh_cb()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/libpq/
H A Dbe-secure-openssl.c956 static DH *dh2048 = NULL; in tmp_dh_cb() local
978 if (dh2048 == NULL) in tmp_dh_cb()
979 dh2048 = load_dh_file(keylength); in tmp_dh_cb()
980 if (dh2048 == NULL) in tmp_dh_cb()
981 dh2048 = load_dh_buffer(file_dh2048, sizeof file_dh2048); in tmp_dh_cb()
982 r = dh2048; in tmp_dh_cb()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/libpq/
H A Dbe-secure-openssl.c956 static DH *dh2048 = NULL; in tmp_dh_cb() local
978 if (dh2048 == NULL) in tmp_dh_cb()
979 dh2048 = load_dh_file(keylength); in tmp_dh_cb()
980 if (dh2048 == NULL) in tmp_dh_cb()
981 dh2048 = load_dh_buffer(file_dh2048, sizeof file_dh2048); in tmp_dh_cb()
982 r = dh2048; in tmp_dh_cb()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/libpq/
H A Dbe-secure-openssl.c956 static DH *dh2048 = NULL; in tmp_dh_cb() local
978 if (dh2048 == NULL) in tmp_dh_cb()
979 dh2048 = load_dh_file(keylength); in tmp_dh_cb()
980 if (dh2048 == NULL) in tmp_dh_cb()
981 dh2048 = load_dh_buffer(file_dh2048, sizeof file_dh2048); in tmp_dh_cb()
982 r = dh2048; in tmp_dh_cb()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/libpq/
H A Dbe-secure-openssl.c956 static DH *dh2048 = NULL; in tmp_dh_cb() local
978 if (dh2048 == NULL) in tmp_dh_cb()
979 dh2048 = load_dh_file(keylength); in tmp_dh_cb()
980 if (dh2048 == NULL) in tmp_dh_cb()
981 dh2048 = load_dh_buffer(file_dh2048, sizeof file_dh2048); in tmp_dh_cb()
982 r = dh2048; in tmp_dh_cb()
/dports/devel/kore/kore-4.1.0/examples/nohttp/conf/
H A Dnohttp.conf7 tls_dhparam dh2048.pem
/dports/devel/kore/kore-4.1.0/examples/cpp/conf/
H A Dcpp.conf8 tls_dhparam dh2048.pem
/dports/devel/kore/kore-4.1.0/examples/headers/conf/
H A Dheaders.conf9 tls_dhparam dh2048.pem
/dports/devel/kore/kore-4.1.0/examples/tls-proxy/conf/
H A Dtls-proxy.conf4 tls_dhparam dh2048.pem
/dports/devel/kore/kore-4.1.0/examples/json_yajl/conf/
H A Djson_yajl.conf9 tls_dhparam dh2048.pem
/dports/devel/kore/kore-4.1.0/examples/memtag/conf/
H A Dmemtag.conf9 tls_dhparam dh2048.pem
/dports/devel/kore/kore-4.1.0/examples/pgsql-sync/conf/
H A Dpgsql-sync.conf8 tls_dhparam dh2048.pem
/dports/devel/kore/kore-4.1.0/examples/upload/conf/
H A Dupload.conf9 tls_dhparam dh2048.pem
/dports/devel/kore/kore-4.1.0/examples/json/conf/
H A Djson.conf9 tls_dhparam dh2048.pem
/dports/devel/kore/kore-4.1.0/examples/pipe_task/conf/
H A Dpipe_task.conf7 tls_dhparam dh2048.pem
/dports/devel/kore/kore-4.1.0/examples/jsonrpc/conf/
H A Djsonrpc.conf9 tls_dhparam dh2048.pem

123456