stream-ssl: Make it possible to avoid checking peer SSL certificate.
authorBen Pfaff <blp@nicira.com>
Wed, 24 Mar 2010 00:19:36 +0000 (17:19 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 12 Apr 2010 18:03:32 +0000 (11:03 -0700)
commitba104a1e39de45a2f33da0a132a17646da1ef931
treec06b66bae00b64a1eed65cd2fe069b09d96985dd
parent26ad129e69fc7c800630dbd541dc2dcc8150c3a4
stream-ssl: Make it possible to avoid checking peer SSL certificate.

In Citrix XenServer, the hosts have SSL private keys and certificates, but
those certificates are not signed by any certificate authority.  So we
must provide a way to avoid checking certificates against a CA if we want
other OVS tools to be able to talk to XenServer hosts over SSL.  This
commit makes that possible.
lib/ssl.man
lib/stream-ssl.c