Home
last modified time | relevance | path

Searched refs:dh512 (Results 1 – 25 of 44) sorted by relevance

12

/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/openssl_dhparam/tasks/
H A Dmain.yml18 path: '{{ output_dir }}/dh512.pem'
23 path: '{{ output_dir }}/dh512.pem'
30 dest: '{{ output_dir }}/dh512.pem'
34 path: '{{ output_dir }}/dh512.pem'
40 path: '{{ output_dir }}/dh512.pem'
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/crypto/tests/integration/targets/openssl_dhparam/tasks/
H A Dimpl.yml40 path: '{{ remote_tmp_dir }}/dh512.pem'
46 path: '{{ remote_tmp_dir }}/dh512.pem'
54 dest: '{{ remote_tmp_dir }}/dh512.pem'
58 path: '{{ remote_tmp_dir }}/dh512.pem'
65 path: '{{ remote_tmp_dir }}/dh512.pem'
/dports/devel/php-ice37/ice-3.7.2/cpp/src/IceSSL/
H A DOpenSSLUtil.cpp34 unsigned char dh512[] = variable
225 _dh512 = convertDH(dh512, (int) sizeof(dh512)); in get()
/dports/devel/ice37/ice-3.7.2/cpp/src/IceSSL/
H A DOpenSSLUtil.cpp34 unsigned char dh512[] = variable
225 _dh512 = convertDH(dh512, (int) sizeof(dh512)); in get()
/dports/devel/py-ice37/ice-3.7.2/cpp/src/IceSSL/
H A DOpenSSLUtil.cpp34 unsigned char dh512[] = variable
225 _dh512 = convertDH(dh512, (int) sizeof(dh512)); in get()
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/openssl_dhparam/tests/
H A Dvalidate.yml6 - dh512
18 …shell: 'openssl dhparam -noout -in {{ output_dir }}/dh512.pem -text | head -n1 | sed -ne "s@.*(\\(…
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/crypto/tests/integration/targets/openssl_dhparam/tests/
H A Dvalidate.yml6 - dh512
18 …shell: '{{ openssl_binary }} dhparam -noout -in {{ remote_tmp_dir }}/dh512.pem -text | head -n1 | …
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/libpq/
H A Dbe-secure-openssl.c954 static DH *dh512 = NULL; in tmp_dh_cb() local
962 if (dh512 == NULL) in tmp_dh_cb()
963 dh512 = load_dh_file(keylength); in tmp_dh_cb()
964 if (dh512 == NULL) in tmp_dh_cb()
965 dh512 = load_dh_buffer(file_dh512, sizeof file_dh512); in tmp_dh_cb()
966 r = dh512; in tmp_dh_cb()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/libpq/
H A Dbe-secure-openssl.c954 static DH *dh512 = NULL; in tmp_dh_cb() local
962 if (dh512 == NULL) in tmp_dh_cb()
963 dh512 = load_dh_file(keylength); in tmp_dh_cb()
964 if (dh512 == NULL) in tmp_dh_cb()
965 dh512 = load_dh_buffer(file_dh512, sizeof file_dh512); in tmp_dh_cb()
966 r = dh512; in tmp_dh_cb()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/libpq/
H A Dbe-secure-openssl.c954 static DH *dh512 = NULL; in tmp_dh_cb() local
962 if (dh512 == NULL) in tmp_dh_cb()
963 dh512 = load_dh_file(keylength); in tmp_dh_cb()
964 if (dh512 == NULL) in tmp_dh_cb()
965 dh512 = load_dh_buffer(file_dh512, sizeof file_dh512); in tmp_dh_cb()
966 r = dh512; in tmp_dh_cb()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/libpq/
H A Dbe-secure-openssl.c954 static DH *dh512 = NULL; in tmp_dh_cb() local
962 if (dh512 == NULL) in tmp_dh_cb()
963 dh512 = load_dh_file(keylength); in tmp_dh_cb()
964 if (dh512 == NULL) in tmp_dh_cb()
965 dh512 = load_dh_buffer(file_dh512, sizeof file_dh512); in tmp_dh_cb()
966 r = dh512; in tmp_dh_cb()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/libpq/
H A Dbe-secure-openssl.c954 static DH *dh512 = NULL; in tmp_dh_cb() local
962 if (dh512 == NULL) in tmp_dh_cb()
963 dh512 = load_dh_file(keylength); in tmp_dh_cb()
964 if (dh512 == NULL) in tmp_dh_cb()
965 dh512 = load_dh_buffer(file_dh512, sizeof file_dh512); in tmp_dh_cb()
966 r = dh512; in tmp_dh_cb()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/libpq/
H A Dbe-secure-openssl.c954 static DH *dh512 = NULL; in tmp_dh_cb() local
962 if (dh512 == NULL) in tmp_dh_cb()
963 dh512 = load_dh_file(keylength); in tmp_dh_cb()
964 if (dh512 == NULL) in tmp_dh_cb()
965 dh512 = load_dh_buffer(file_dh512, sizeof file_dh512); in tmp_dh_cb()
966 r = dh512; in tmp_dh_cb()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/libpq/
H A Dbe-secure-openssl.c954 static DH *dh512 = NULL; in tmp_dh_cb() local
962 if (dh512 == NULL) in tmp_dh_cb()
963 dh512 = load_dh_file(keylength); in tmp_dh_cb()
964 if (dh512 == NULL) in tmp_dh_cb()
965 dh512 = load_dh_buffer(file_dh512, sizeof file_dh512); in tmp_dh_cb()
966 r = dh512; in tmp_dh_cb()
/dports/security/wolfssl/wolfssl-5.1.0/certs/test/
H A Dinclude.am78 certs/test/dh512.der \
79 certs/test/dh512.pem \
/dports/security/sslproxy/SSLproxy-0.9.2/tests/check/pki/
H A DGNUmakefile24 dh: dh512.param dh1024.param dh2048.param dh4096.param
36 dh512.param:
/dports/security/sslsplit/sslsplit-0.5.5/extra/pki/
H A DGNUmakefile24 dh: dh512.param dh1024.param dh2048.param dh4096.param
36 dh512.param:
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/certs/test/
H A Dinclude.am78 certs/test/dh512.der \
79 certs/test/dh512.pem \
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/certs/test/
H A Dinclude.am78 certs/test/dh512.der \
79 certs/test/dh512.pem \
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/certs/test/
H A Dinclude.am78 certs/test/dh512.der \
79 certs/test/dh512.pem \
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/certs/test/
H A Dinclude.am78 certs/test/dh512.der \
79 certs/test/dh512.pem \
/dports/comms/conserver-com/conserver-8.2.4/conserver/
H A Dmain.c120 DH *dh512 = (DH *)0; variable
315 if (dh512 == (DH *)0) in TmpDHCallback()
316 dh512 = GetDH512(); in TmpDHCallback()
317 return dh512; in TmpDHCallback()
772 if (dh512 != (DH *)0) in DestroyDataStructures()
773 DH_free(dh512); in DestroyDataStructures()
/dports/lang/nim/nim-1.6.2/tests/untestable/
H A Dthttpclient_ssl_remotenetwork.nim68 ("https://dh512.badssl.com/", bad, "dh512"),
/dports/www/node10/node-v10.24.1/test/fixtures/keys/
H A DMakefile24 dh512.pem \
537 dh512.pem:
538 openssl dhparam -out dh512.pem 512
/dports/security/openssl-legacy-static/openssl-1.0.2u/doc/ssl/
H A DSSL_CTX_set_tmp_dh_callback.pod70 and dh512.pem contain old parameters that must not be used by

12