Change in vdsm[master]: Implement SSL session cache

juan.hernandez at redhat.com juan.hernandez at redhat.com
Mon Oct 29 12:40:21 UTC 2012


Juan Hernandez has posted comments on this change.

Change subject: Implement SSL session cache
......................................................................


Patch Set 7:

Built a new version of RHEV-H including this patch and verified that this can be installed with RHEV-M 3.0: host registered, NFS storage created, VM created and spice session works.

Verified manually with openssl s_client that sessions are preserved:

  # openssl s_client -connect h0.example.com:54321 -cert /etc/pki/rhevm/certs/rhevm.cer -key /etc/pki/rhevm/keys/rhevm_id_rsa -sess_out session.txt </dev/null 2>/dev/null | grep Session-ID:
    Session-ID: B2A301345AAFD93E5402662F293D919AC176DB6A5AD7162F94E19E13B14EB9F4
  # openssl s_client -connect h0.example.com:54321 -cert /etc/pki/rhevm/certs/rhevm.cer -key /etc/pki/rhevm/keys/rhevm_id_rsa -sess_in session.txt </dev/null 2>/dev/null | grep Session-ID:
    Session-ID: B2A301345AAFD93E5402662F293D919AC176DB6A5AD7162F94E19E13B14EB9F4

The performance improvement has not yet been verified.

--
To view, visit http://gerrit.ovirt.org/8123
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ic75adee4070b415b8855af1f2ea289825496fbc1
Gerrit-PatchSet: 7
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernandez at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez at redhat.com>
Gerrit-Reviewer: Saggi Mizrahi <smizrahi at redhat.com>
Gerrit-Reviewer: Yaniv Bronhaim <ybronhei at redhat.com>
Gerrit-Reviewer: Yaniv Kaul <ykaul at redhat.com>


More information about the vdsm-patches mailing list