From Dan Kenigsberg <[email protected]>: Dan Kenigsberg has submitted this change and it was merged.
Change subject: ssl: client cert check for IPv4 mapped addresses ...................................................................... ssl: client cert check for IPv4 mapped addresses When we check the certificate it is possible that in the certificate we have IPv4 address and we use IPv4 mapped addresses (starting with ::FFFF/96). We need to make sure that this case in covered in ssutils#compare_names. Change-Id: Ic012664db7181ab703ec4de53a0ba7c225bb73f9 Signed-off-by: Piotr Kliczewski <[email protected]> --- M lib/vdsm/sslutils.py M tests/ssl_test.py 2 files changed, 39 insertions(+), 1 deletion(-) Approvals: Piotr Kliczewski: Verified Jenkins CI: Passed CI tests Dan Kenigsberg: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/76197 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic012664db7181ab703ec4de53a0ba7c225bb73f9 Gerrit-PatchSet: 14 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Edward Haas <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list -- [email protected] To unsubscribe send an email to [email protected]
