[jboss-jira] [JBoss JIRA] (WFCORE-1802) Integrate OpenSSL Provider registration with Elytron

Darran Lofthouse (JIRA) issues at jboss.org
Fri Sep 30 09:42:00 EDT 2016


     [ https://issues.jboss.org/browse/WFCORE-1802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Darran Lofthouse updated WFCORE-1802:
-------------------------------------
    Description: 
We need to remove the following block from SecurityRealmResourceDefinition: -

{code}
    static {
        //register the Openssl Provider, if possible
        //not really sure if this is the best place for it
        try {
            OpenSSLProvider.register();
            DomainManagementLogger.ROOT_LOGGER.registeredOpenSSLProvider();
        } catch (Throwable t){
            DomainManagementLogger.ROOT_LOGGER.debugf(t, "Failed to register OpenSSL provider");
        }
    }
{code}

Registration will then be possible within the Elytron subsystem configuration.


> Integrate OpenSSL Provider registration with Elytron
> ----------------------------------------------------
>
>                 Key: WFCORE-1802
>                 URL: https://issues.jboss.org/browse/WFCORE-1802
>             Project: WildFly Core
>          Issue Type: Task
>            Reporter: Stuart Douglas
>            Assignee: Darran Lofthouse
>            Priority: Blocker
>             Fix For: 3.0.0.Alpha10
>
>
> We need to remove the following block from SecurityRealmResourceDefinition: -
> {code}
>     static {
>         //register the Openssl Provider, if possible
>         //not really sure if this is the best place for it
>         try {
>             OpenSSLProvider.register();
>             DomainManagementLogger.ROOT_LOGGER.registeredOpenSSLProvider();
>         } catch (Throwable t){
>             DomainManagementLogger.ROOT_LOGGER.debugf(t, "Failed to register OpenSSL provider");
>         }
>     }
> {code}
> Registration will then be possible within the Elytron subsystem configuration.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list