Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-1802

Ensure OpenSSL Registration is first.

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Blocker
    • 3.0.0.Beta24
    • None
    • Security
    • None

    Description

      The following in SecurityRealmResourceDefinition registers the provider: -

          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");
              }
          }
      

      It would be good to remove this however for now we can't guarantee Elytron is enabled so register it globally.

      Attachments

        Issue Links

          Activity

            People

              darran.lofthouse@redhat.com Darran Lofthouse
              sdouglas1@redhat.com Stuart Douglas
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: