1. 25 Mar, 2016 1 commit
  2. 30 Nov, 2015 1 commit
  3. 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
      OF-946: Openfire should allow for more than one set of keystores. · 97f7cf3f
      Guus der Kinderen authored
      This commit:
      - Refactors SSL-related code to reduce complexity and deprecate unused code
      - Adds factory methods to obtain SSL/TLS engine / contexts, to replace all
        code duplication that was going on before.
      97f7cf3f