Uploaded image for project: 'WildFly OpenSSL'
  1. WildFly OpenSSL
  2. WFSSL-20

OpenSSLEngine JDK9 compatibility

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 1.0.9.Final
    • None
    • None

      JDK 9 introduced 4 new methods in SSLEngine for ALPN. We need to add them.

      public String getApplicationProtocol();
      public String getHandshakeApplicationProtocol();
      public void setHandshakeApplicationProtocolSelector(BiFunction<SSLEngine, List<String>, String> selector);
      public BiFunction<SSLEngine, List<String>, String> getHandshakeApplicationProtocolSelector();
      

              ttarrant@redhat.com Tristan Tarrant
              ttarrant@redhat.com Tristan Tarrant
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: