[OpenSIPS-Devel] [OpenSIPS/opensips] 5009fc: tls_mgm: load actual files from db not paths to fi...

Bogdan-Andrei Iancu bogdan at opensips.org
Thu Mar 16 09:43:34 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 5009fc2e7d8caac676725ad1b2327cc04d4cdddb
      https://github.com/OpenSIPS/opensips/commit/5009fc2e7d8caac676725ad1b2327cc04d4cdddb
  Author: Cerghit Ionel <ionel.cerghit at gmail.com>
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  Changed paths:
    M modules/tls_mgm/tls_domain.c
    M modules/tls_mgm/tls_domain.h
    M modules/tls_mgm/tls_helper.h
    M modules/tls_mgm/tls_mgm.c
    M modules/tls_mgm/tls_params.c
    M modules/tls_mgm/tls_params.h
    M scripts/mysql/tls_mgm-create.sql

  Log Message:
  -----------
  tls_mgm: load actual files from db not paths to files

the certificate, private_key, ca_list and dh_params columns from database
now need to contain the actual files to be used by tls, path to files are no
longer supported for this columns
domains can be set either by database or by script but not both at the same time
to avoid errors
default domains can be now loaded from database (their type needs to be different from
client and server type)


  Commit: 7b983e0dce85bbdcfef1dfd93fc08edeed93105c
      https://github.com/OpenSIPS/opensips/commit/7b983e0dce85bbdcfef1dfd93fc08edeed93105c
  Author: Bogdan-Andrei Iancu <bogdan at opensips.org>
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  Changed paths:
    M db/schema/tls_mgm.xml
    M modules/tls_mgm/README
    M modules/tls_mgm/doc/tls_mgm_admin.xml
    M modules/tls_mgm/tls_config.c
    M modules/tls_mgm/tls_config.h
    M modules/tls_mgm/tls_domain.c
    M modules/tls_mgm/tls_domain.h
    M modules/tls_mgm/tls_params.c
    M modules/tls_mgm/tls_params.h

  Log Message:
  -----------
  Some fixes and cleanup in the new TLS code


  Commit: 4d4ec4f18079ad268d527ca6e309eae19f1a4e77
      https://github.com/OpenSIPS/opensips/commit/4d4ec4f18079ad268d527ca6e309eae19f1a4e77
  Author: Bogdan-Andrei Iancu <bogdan at opensips.org>
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  Changed paths:
    M scripts/db_berkeley/opensips/tls_mgm
    M scripts/db_berkeley/opensips/version
    M scripts/dbtext/opensips/tls_mgm
    M scripts/dbtext/opensips/version
    M scripts/mysql/tls_mgm-create.sql
    M scripts/oracle/tls_mgm-create.sql
    M scripts/pi_http/pi_framework.xml
    M scripts/pi_http/tls_mgm-mod
    M scripts/pi_http/tls_mgm-table
    M scripts/postgres/tls_mgm-create.sql
    M scripts/sqlite/tls_mgm-create.sql

  Log Message:
  -----------
  Regenerate DB schema (TLS_MGM changes)


Compare: https://github.com/OpenSIPS/opensips/compare/d954818905ec...4d4ec4f18079


More information about the Devel mailing list