[ovs-dev] [PATCH] stream-ssl: Fix crash on NULL private key and valid certificate.

Ilya Maximets i.maximets at samsung.com
Fri Jun 28 09:35:51 UTC 2019


On 26.06.2019 21:29, Ben Pfaff wrote:
> On Tue, Jun 25, 2019 at 06:48:15PM +0300, Ilya Maximets wrote:
>> Running ovsdb-server with empty private-key and non-empty certificate
>> (or otherwise) causes crash:
>>
>>  # ovsdb-tool create ./etc/openvswitch/conf.db ./vswitch.ovsschema
>>  # ovsdb-server --remote=punix:./db.sock \
>>                 --remote=db:Open_vSwitch,Open_vSwitch,manager_options \
>>                 --private-key=db:Open_vSwitch,SSL,private_key \
>>                 --certificate=db:Open_vSwitch,SSL,certificate \
>>                 --bootstrap-ca-cert=db:Open_vSwitch,SSL,ca_cert
> 
> Good catch.  Thank you.
> 
> Acked-by: Ben Pfaff <blp at ovn.org>

Thanks! Applied to master and backported down to 2.5.

Best regards, Ilya Maximets.


More information about the dev mailing list