Searched refs:ciphers (Results 1 - 25 of 31) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/https/
H A DHttpsClient.java74 * for anonymous ciphers.)
380 //Disable SSL2 and SSL3 ciphers
387 int ciphers[] =
389 for (int i = 0; i < ciphers.length; ++i) {
390 if (SSLSocket.isFipsCipherSuite(ciphers[i])) {
392 SSLSocket.setCipherPreferenceDefault(ciphers[i], true);
394 ciphers[i])) {
396 SSLSocket.setCipherPreferenceDefault(ciphers[i], false);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTLSByteChannelTestCase.java462 * Checks that all the IANA registered ciphers are supported by
500 * Ensures that there is no overlapping in the DES ciphers strings and that
518 List<String> ciphers =
520 for (int i = 0; i < ciphers.size(); i++)
524 String s1 = ciphers.get(i);
525 String s2 = ciphers.get(j);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTLSByteChannelTestCase.java461 * Checks that all the IANA registered ciphers are supported by
499 * Ensures that there is no overlapping in the DES ciphers strings and that
517 List<String> ciphers =
519 for (int i = 0; i < ciphers.size(); i++)
523 String s1 = ciphers.get(i);
524 String s2 = ciphers.get(j);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTLSByteChannelTestCase.java462 * Checks that all the IANA registered ciphers are supported by
500 * Ensures that there is no overlapping in the DES ciphers strings and that
518 List<String> ciphers =
520 for (int i = 0; i < ciphers.size(); i++)
524 String s1 = ciphers.get(i);
525 String s2 = ciphers.get(j);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTLSByteChannelTestCase.java461 * Checks that all the IANA registered ciphers are supported by
499 * Ensures that there is no overlapping in the DES ciphers strings and that
517 List<String> ciphers =
519 for (int i = 0; i < ciphers.size(); i++)
523 String s1 = ciphers.get(i);
524 String s2 = ciphers.get(j);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTLSByteChannelTestCase.java462 * Checks that all the IANA registered ciphers are supported by
500 * Ensures that there is no overlapping in the DES ciphers strings and that
518 List<String> ciphers =
520 for (int i = 0; i < ciphers.size(); i++)
524 String s1 = ciphers.get(i);
525 String s2 = ciphers.get(j);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DTLSByteChannelTestCase.java462 * Checks that all the IANA registered ciphers are supported by
497 * Ensures that there is no overlapping in the DES ciphers strings and that
515 List<String> ciphers = new ArrayList<>(TLSByteChannel.CIPHER_MAP.keySet());
516 for (int i = 0; i < ciphers.size(); i++)
520 String s1 = ciphers.get(i);
521 String s2 = ciphers.get(j);
/forgerock/web-agents-v4/source/
H A Dnet_client.h33 char *ciphers; member in struct:__anon84
H A Dconfig.h81 char *ciphers; member in struct:__anon77
262 #define AM_AGENTS_CONFIG_CIPHERS "com.forgerock.agents.config.ciphers"
H A Dnet_client.c284 options->ciphers = ISVALID(conf->ciphers) ? strdup(conf->ciphers) : NULL;
309 AM_FREE(options->ciphers, options->cert_ca_file, options->server_id, options->notif_url,
316 options->ciphers = NULL;
H A Dnet_client_ssl.c656 if (n->options != NULL && ISVALID(n->options->ciphers)) {
657 if (!SSL_CTX_set_cipher_list(n->ssl.ssl_context, n->options->ciphers)) {
660 thisfunc, n->options->ciphers);
H A Dconfig_file.c439 parse_config_value(instance_id, line, AM_AGENTS_CONFIG_CIPHERS, CONF_STRING, NULL, &conf->ciphers, NULL);
622 c->cert_key_pass, c->cert_file, c->cert_ca_file, c->ciphers,
H A Dadmin.c564 if (ISVALID(net_options.ciphers)) {
565 tmp = net_options.ciphers;
2351 net_options.ciphers = strdup(env);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/
H A DHTTPConnectionHandler.java843 final Set<String> ciphers = config.getSSLCipherSuite();
844 if (!ciphers.isEmpty())
846 configurator.setEnabledCipherSuites(ciphers.toArray(new String[ciphers.size()]));
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/http/
H A DHTTPConnectionHandler.java1015 final Set<String> ciphers = config.getSSLCipherSuite();
1016 if (!ciphers.isEmpty())
1018 String[] array = ciphers.toArray(new String[ciphers.size()]);
/forgerock/opendj2/src/server/org/opends/server/protocols/http/
H A DHTTPConnectionHandler.java994 final Set<String> ciphers = config.getSSLCipherSuite();
995 if (!ciphers.isEmpty())
997 String[] array = ciphers.toArray(new String[ciphers.size()]);
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/
H A DHTTPConnectionHandler.java1017 final Set<String> ciphers = config.getSSLCipherSuite();
1018 if (!ciphers.isEmpty())
1020 String[] array = ciphers.toArray(new String[ciphers.size()]);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/http/
H A DHTTPConnectionHandler.java1015 final Set<String> ciphers = config.getSSLCipherSuite();
1016 if (!ciphers.isEmpty())
1018 String[] array = ciphers.toArray(new String[ciphers.size()]);
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/http/
H A DHTTPConnectionHandler.java994 final Set<String> ciphers = config.getSSLCipherSuite();
995 if (!ciphers.isEmpty())
997 String[] array = ciphers.toArray(new String[ciphers.size()]);
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java1426 final Set<String> ciphers = config.getSSLCipherSuite();
1427 if (!ciphers.isEmpty())
1429 sslEngine.setEnabledCipherSuites(ciphers.toArray(new String[0]));
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java1425 final Set<String> ciphers = config.getSSLCipherSuite();
1426 if (!ciphers.isEmpty())
1428 sslEngine.setEnabledCipherSuites(ciphers.toArray(new String[0]));
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java1426 final Set<String> ciphers = config.getSSLCipherSuite();
1427 if (!ciphers.isEmpty())
1429 sslEngine.setEnabledCipherSuites(ciphers.toArray(new String[0]));
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java1426 final Set<String> ciphers = config.getSSLCipherSuite();
1427 if (!ciphers.isEmpty())
1429 sslEngine.setEnabledCipherSuites(ciphers.toArray(new String[0]));
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java1425 final Set<String> ciphers = config.getSSLCipherSuite();
1426 if (!ciphers.isEmpty())
1428 sslEngine.setEnabledCipherSuites(ciphers.toArray(new String[0]));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java1359 final Set<String> ciphers = config.getSSLCipherSuite();
1360 if (!ciphers.isEmpty())
1362 sslEngine.setEnabledCipherSuites(ciphers.toArray(new String[0]));

Completed in 109 milliseconds

12