Searched refs:SSL (Results 1 - 25 of 40) sorted by relevance

12

/forgerock/web-agents-v4/source/
H A Dnet_client_ssl.c148 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
172 #define SSL_new (* (SSL * (*)(SSL_CTX *)) ssl_sw[12].ptr)
174 #define SSL_CTX_set_msg_callback (* (void (*)(SSL_CTX *, void (*callback)(int, int, int, const void *, size_t, SSL *, void *))) ssl_sw[14].ptr)
175 #define SSL_set_connect_state (* (void (*)(SSL *)) ssl_sw[15].ptr)
176 #define SSL_do_handshake (* (int (*)(SSL *)) ssl_sw[16].ptr)
177 #define SSL_get_error (* (int (*)(SSL *, int)) ssl_sw[17].ptr)
178 #define SSL_read (* (int (*)(SSL *, void *, int)) ssl_sw[18].ptr)
179 #define SSL_write (* (int (*)(SSL *, const void *,int)) ssl_sw[19].ptr)
180 #define SSL_connect (* (int (*)(SSL *)) ssl_sw[20].ptr)
181 #define SSL_shutdown (* (int (*)(SSL *)) ssl_s
[all...]
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/resources/
H A DServerConnection.properties46 cnt-svr-connect-ssl-fail=SSL/TLS connection failed. Unable to find valid certification path.
H A DServerConnection_de.properties46 cnt-svr-connect-ssl-fail=SSL-Verbindung fehlgeschlagen. G\u00fcltiger Zertifizierungspfad konnte nicht gefunden werden.
H A DServerConnection_es.properties46 cnt-svr-connect-ssl-fail=La conexi\u00f3n SSL ha fallado. No se puede encontrar una ruta de certificaci\u00f3n v\u00e1lida.
H A DServerConnection_fr.properties46 cnt-svr-connect-ssl-fail=\u00c9chec de la connexion SSL. Impossible de trouver un chemin de certification valide.
H A DServerConnection_zh.properties46 cnt-svr-connect-ssl-fail=SSL \u8fde\u63a5\u5931\u8d25\u3002\u627e\u4e0d\u5230\u6709\u6548\u7684\u8bc1\u4e66\u8def\u5f84\u3002
H A DServerConnection_zh_TW.properties46 cnt-svr-connect-ssl-fail=SSL \u9023\u7dda\u5931\u6557\u3002\u627e\u4e0d\u5230\u6709\u6548\u6191\u8b49\u8def\u5f91\u3002
H A DServerConnection_ko.properties46 cnt-svr-connect-ssl-fail=SSL \uc5f0\uacb0\uc5d0 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c \uc778\uc99d \uacbd\ub85c\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
H A DServerConnection_ja.properties46 cnt-svr-connect-ssl-fail=SSL \u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u6709\u52b9\u306a\u8a3c\u660e\u66f8\u30d1\u30b9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/fullStack/
H A DREADME.md75 If you are using SSL (as in the above HTTPS example) then you will need to make sure that the SSL certificate is trusted by OpenIDM. If your LDAP server's SSL certificate has not been provided by a well-known certificate authority, you may need to import this ssl certificate into OpenIDM's truststore. See the "[Accessing the Security Management Service](http://openidm.forgerock.org/doc/integrators-guide/index.html#security-management-service)" section of the Integrator's guide for more details.
102 If you are using SSL, change the "ssl" property here to true; you will also need to make sure the port is the correct SSL port. Just as with OpenAM's SSL certificate, the SSL certificate used by OpenDJ needs to be trusted by OpenIDM. Follow the same process used to trust the OpenAM SSL certificate in order to trust the OpenDJ certificate.
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLConstants.java634 * SSL
918 public static final String SSL = "SSL"; field in class:SAMLConstants
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DSAMLPropertyTemplate.java94 "<property><label name=\"lblAuthenticationType\" defaultValue=\"saml.profile.trustedPartners.authenticationType.label\" labelFor=\"" + SAMLConstants.AUTHTYPE + "\" /><cc name=\"" + SAMLConstants.AUTHTYPE + "\" tagclass=\"com.sun.web.ui.taglib.html.CCRadioButtonTag\"><option label=\"saml.profile.trustedPartners.authenticationType.option.none\" value=\"" + SAMLConstants.NOAUTH + "\" /><option label=\"saml.profile.trustedPartners.authenticationType.option.basic\" value=\"" + SAMLConstants.BASICAUTH + "\" /><option label=\"saml.profile.trustedPartners.authenticationType.option.ssl\" value=\"" + SAMLConstants.SSL + "\" /><option label=\"saml.profile.trustedPartners.authenticationType.option.sslWithBasic\" value=\"" + SAMLConstants.SSLWITHBASICAUTH + "\" /></cc><fieldhelp name=\"helpAuthenticationType\" defaultValue=\"saml.profile.trustedPartners.authenticationType.help\" /></property>");
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DSAMLPropertyTemplate.java94 "<property><label name=\"lblAuthenticationType\" defaultValue=\"saml.profile.trustedPartners.authenticationType.label\" labelFor=\"" + SAMLConstants.AUTHTYPE + "\" /><cc name=\"" + SAMLConstants.AUTHTYPE + "\" tagclass=\"com.sun.web.ui.taglib.html.CCRadioButtonTag\"><option label=\"saml.profile.trustedPartners.authenticationType.option.none\" value=\"" + SAMLConstants.NOAUTH + "\" /><option label=\"saml.profile.trustedPartners.authenticationType.option.basic\" value=\"" + SAMLConstants.BASICAUTH + "\" /><option label=\"saml.profile.trustedPartners.authenticationType.option.ssl\" value=\"" + SAMLConstants.SSL + "\" /><option label=\"saml.profile.trustedPartners.authenticationType.option.sslWithBasic\" value=\"" + SAMLConstants.SSLWITHBASICAUTH + "\" /></cc><fieldhelp name=\"helpAuthenticationType\" defaultValue=\"saml.profile.trustedPartners.authenticationType.help\" /></property>");
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLConstants.java634 * SSL
918 public static final String SSL = "SSL"; field in class:SAMLConstants
/forgerock/opendj-b2.6/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java107 // The trust store to use for the SSL or STARTTLS connection
137 LDAP(1, INFO_LDAP_CONN_PROMPT_SECURITY_LDAP.get()), SSL(2, enum constant in enum:LDAPConnectionConsoleInteraction.Protocols
324 * @param canUseSSL whether we can propose to connect using SSL or not.
437 defaultProtocol = Protocols.SSL;
450 if (!canUseSSL && p.equals(Protocols.SSL))
474 if (result.getValue().equals(Protocols.SSL.getChoice()))
1311 * Indicates whether or not a connection should use SSL based on
1314 * @return boolean where true means use SSL
1730 * of SSL and there is a problem initializing the SSL connectio
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java106 // The trust store to use for the SSL or STARTTLS connection
136 LDAP(1, INFO_LDAP_CONN_PROMPT_SECURITY_LDAP.get()), SSL(2, enum constant in enum:LDAPConnectionConsoleInteraction.Protocols
323 * @param canUseSSL whether we can propose to connect using SSL or not.
436 defaultProtocol = Protocols.SSL;
449 if (!canUseSSL && p.equals(Protocols.SSL))
473 if (result.getValue().equals(Protocols.SSL.getChoice()))
1310 * Indicates whether or not a connection should use SSL based on
1313 * @return boolean where true means use SSL
1729 * of SSL and there is a problem initializing the SSL connectio
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java107 // The trust store to use for the SSL or STARTTLS connection
137 LDAP(1, INFO_LDAP_CONN_PROMPT_SECURITY_LDAP.get()), SSL(2, enum constant in enum:LDAPConnectionConsoleInteraction.Protocols
324 * @param canUseSSL whether we can propose to connect using SSL or not.
437 defaultProtocol = Protocols.SSL;
450 if (!canUseSSL && p.equals(Protocols.SSL))
474 if (result.getValue().equals(Protocols.SSL.getChoice()))
1311 * Indicates whether or not a connection should use SSL based on
1314 * @return boolean where true means use SSL
1730 * of SSL and there is a problem initializing the SSL connectio
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java107 // The trust store to use for the SSL or STARTTLS connection
137 LDAP(1, INFO_LDAP_CONN_PROMPT_SECURITY_LDAP.get()), SSL(2, enum constant in enum:LDAPConnectionConsoleInteraction.Protocols
324 * @param canUseSSL whether we can propose to connect using SSL or not.
437 defaultProtocol = Protocols.SSL;
450 if (!canUseSSL && p.equals(Protocols.SSL))
474 if (result.getValue().equals(Protocols.SSL.getChoice()))
1311 * Indicates whether or not a connection should use SSL based on
1314 * @return boolean where true means use SSL
1730 * of SSL and there is a problem initializing the SSL connectio
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java106 // The trust store to use for the SSL or STARTTLS connection
136 LDAP(1, INFO_LDAP_CONN_PROMPT_SECURITY_LDAP.get()), SSL(2, enum constant in enum:LDAPConnectionConsoleInteraction.Protocols
323 * @param canUseSSL whether we can propose to connect using SSL or not.
436 defaultProtocol = Protocols.SSL;
449 if (!canUseSSL && p.equals(Protocols.SSL))
473 if (result.getValue().equals(Protocols.SSL.getChoice()))
1310 * Indicates whether or not a connection should use SSL based on
1313 * @return boolean where true means use SSL
1729 * of SSL and there is a problem initializing the SSL connectio
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java105 /** The trust store to use for the SSL or STARTTLS connection. */
209 SSL(2, INFO_LDAP_CONN_PROMPT_SECURITY_USE_SSL.get()), enum constant in enum:LDAPConnectionConsoleInteraction.Protocols
480 defaultProtocol = Protocols.SSL;
513 if (result.getValue().equals(Protocols.SSL.getChoice()))
1321 * Indicates whether or not a connection should use SSL based on this
1324 * @return boolean where true means use SSL
1718 * if this interaction has specified the use of SSL and there is a
1719 * problem initializing the SSL connection factory
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DIFSConstants.java244 * SSL with basic authentication
252 * SSL
254 public static final String SSL = "SSL"; field in interface:IFSConstants
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSOAPService.java531 authtype.equalsIgnoreCase(IFSConstants.SSL))
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DIFSConstants.java244 * SSL with basic authentication
252 * SSL
254 public static final String SSL = "SSL"; field in interface:IFSConstants
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSOAPService.java531 authtype.equalsIgnoreCase(IFSConstants.SSL))
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DSAMLClient.java435 || authtype.equalsIgnoreCase(SAMLConstants.SSL)) {

Completed in 379 milliseconds

12