[OpenSIPS-Devel] [OpenSIPS/opensips] 487947: rest_client: Add possibility to force TLS client c...

Liviu Chircu liviu at opensips.org
Wed Mar 28 10:26:39 EDT 2018


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 48794722e99d563f7045b816eb6d654ca5f54702
      https://github.com/OpenSIPS/opensips/commit/48794722e99d563f7045b816eb6d654ca5f54702
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
    M modules/db_mysql/db_mysql.c
    M modules/db_mysql/my_con.c
    M modules/rest_client/rest_client.c
    M modules/rest_client/rest_methods.c
    M modules/rest_client/rest_methods.h
    M modules/tls_mgm/api.h
    M modules/tls_mgm/tls_params.c

  Log Message:
  -----------
  rest_client: Add possibility to force TLS client certs

Individual TLS client cert/key pairs may be forced for each
HTTPS transfer by calling rest_init_client_tls(tls_client_domain)
beforehand.

The default behavior remains the same: libcurl will fully take care of
client certificates when HTTPS is employed.

Fixes #1260




More information about the Devel mailing list