Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6990459

Overhead of loading certificates

    XMLWordPrintable

Details

    Description

      If we need to validate certificate then we are loading several different certificate stores including browser certificate stores. We are spending 50-100ms to do so. Actual loading logic is either direct call to keystore.load() (and these account for 30-60ms) or we instantiate certificates one by one from byte streams. However, even in later case most of the work is spent instantiating certificates.

      Most of these certificates are not needed (we really need at most one) and it will help a lot if they can be cheaply instantiated.

      Attachments

        Issue Links

          Activity

            People

              mullan Sean Mullan
              ksoshals Kirill Soshalskiy (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: