[dovecot/core | refs/heads/master] c802e1c2: doveadm: server-connection - Remove redundant ssl verification

noreply at dovecot.org noreply at dovecot.org
Mon Feb 25 19:30:08 EET 2019


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: c802e1c2caad66abd49eb81f0cb36c43a4a6a570
      https://github.com/dovecot/core/commit/c802e1c2caad66abd49eb81f0cb36c43a4a6a570
  Author: Aki Tuomi <aki.tuomi at open-xchange.com>
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
    M src/doveadm/server-connection.c

  Log Message:
  -----------
  doveadm: server-connection - Remove redundant ssl verification

Certificate validation is done by lib-ssl-iostream already,
don't do it here again.

Fixes ssl_client_require_valid_cert=no for doveadm sync

  Commit: ce1ac695767bd27e8015d6c439a0011db1d86d35
      https://github.com/dovecot/core/commit/ce1ac695767bd27e8015d6c439a0011db1d86d35
  Author: Aki Tuomi <aki.tuomi at open-xchange.com>
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
    M src/doveadm/doveadm-settings.c
    M src/doveadm/doveadm-settings.h
    M src/doveadm/doveadm.c
    M src/doveadm/main.c

  Log Message:
  -----------
  doveadm: Make sure SSL settings are always available

  Commit: 8685f9cf0aa6d1eb9ae29cb1a8fbb486949d2a41
      https://github.com/dovecot/core/commit/8685f9cf0aa6d1eb9ae29cb1a8fbb486949d2a41
  Author: Aki Tuomi <aki.tuomi at open-xchange.com>
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
    M src/lib-ssl-iostream/iostream-ssl.h

  Log Message:
  -----------
  lib-ssl-iostream: Add comment about using ssl_iostream_check_cert_validity

  Commit: 2e5b624ef10b9c47088f99aec75e74453c12d770
      https://github.com/dovecot/core/commit/2e5b624ef10b9c47088f99aec75e74453c12d770
  Author: Aki Tuomi <aki.tuomi at open-xchange.com>
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
    M src/lib-ssl-iostream/iostream-ssl.h

  Log Message:
  -----------
  lib-ssl-iostream: Add comment about verifying certs in callbacks

  Commit: 2dea2f87f63898cacf84378cfc324d9c4af804b9
      https://github.com/dovecot/core/commit/2dea2f87f63898cacf84378cfc324d9c4af804b9
  Author: Aki Tuomi <aki.tuomi at open-xchange.com>
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
    M src/lib-ssl-iostream/iostream-openssl.c

  Log Message:
  -----------
  lib-ssl-iostream: Call ssl_iostream_check_cert_validity as default

Unless callback is specified, call ssl_iostream_check_cert_validity
instead of ssl_iostream_cert_match_name to make sure we perform
same checks consistently.

  Patch: https://github.com/dovecot/core/compare/62d81fc29421...c802e1c2caad.patch


More information about the dovecot-cvs mailing list