Displaying 2 results from an estimated 2 matches for "handhake".
Did you mean:
handshake
2018 Dec 10
1
Re: certificate pinning
...as we have only one location for server certificate, but
this requires some modifications in mitmproxy, as for example tls in web
browsers always include this SNI extensions.
Are there maybe other big differences in tls implementation in libvirt or
maybe some assumptions that are taken during tls handhake process?
пн, 10 дек. 2018 г. в 13:25, Daniel P. Berrangé <berrange@redhat.com>:
> On Mon, Dec 10, 2018 at 01:22:32PM +0300, Anastasiya Ruzhanskaya wrote:
> > And how libvirt checks that it trusts the CA? Just simply inspects the
> > cacert.pem file? Or it has some information...
2018 Dec 10
2
Re: certificate pinning
And how libvirt checks that it trusts the CA? Just simply inspects the
cacert.pem file? Or it has some information inside about by which CA were
signed client and server certificates and then compares against stored
values? I mean can I just concatenate after signing or I need to combine
two CAs before generating libvirt's client and server certificates?
пн, 10 дек. 2018 г. в 13:11, Daniel P.