1. 28 Nov, 2015 2 commits
  2. 25 Nov, 2015 2 commits
    • Guus der Kinderen's avatar
      OF-946: Centralize connection configuration. · e58d590b
      Guus der Kinderen authored
      This commit (which is compilable, but breaks some important
      functionality - work in progess) aims to centralize the configuration
      for connections. "Connections" are used in a broad sense here, and
      includes socket-based (TLS and legacy-mode SSL) client connections,
      BOSH-based client connections, component connections, connectionmanager
      (multiplexer) connections, but also connections to the admin panel.
      e58d590b
    • Guus der Kinderen's avatar
      938c0f26
  3. 19 Nov, 2015 1 commit
    • Guus der Kinderen's avatar
      OF-953: Old JSP libraries should be upgraded. · 67baf287
      Guus der Kinderen authored
      By replacing Jetty 6.x era libraries with 9.x-based variants, JSP support
      will be brought back up-to-date. Additionally, Openfire will no longer
      have a mix of dependencies from various versions of Jetty. This commit
      contains a number of changes that go hand-in-hand:
      - Replaces JAR files
      - Applies uniformity to the buildscript where JSPC is executed
      - Replaces JSTL 1.0 taglibs with later versions
      - Adds a simple logger to the build process (to stop it from complaining)
      67baf287
  4. 13 Oct, 2015 1 commit
  5. 17 Apr, 2015 1 commit
    • Guus der Kinderen's avatar
      OF-892: basic certificate management support in admin panel. · f37d4b7d
      Guus der Kinderen authored
      Mutual authentication support depends on certificates being available in the client
      truststore. Openfire does not ship with any by default, and does not provide any tools
      to manage certificates in any of the truststores. This commit adds basic support, which
      allows a user to add, remove and review certificates in any of the keystores that are
      available in Openfire.
      f37d4b7d