Re: [ovs-dev] [PATCH v4 7/9] ovs-pki: generate x.509 v3 certificate

2018-08-01 Thread Ben Pfaff
On Tue, Jul 31, 2018 at 02:08:52PM -0700, Qiuyu Xiao wrote: > This patch modifies ovs-pki to generate x.509 version 3 certificate. > Compared with the x.509 v1 certificate generated by ovs-pki, version 3 > certificate adds subjectAltName field and sets its value the same as > common name (CN). The

[ovs-dev] [PATCH v4 7/9] ovs-pki: generate x.509 v3 certificate

2018-07-31 Thread Qiuyu Xiao
This patch modifies ovs-pki to generate x.509 version 3 certificate. Compared with the x.509 v1 certificate generated by ovs-pki, version 3 certificate adds subjectAltName field and sets its value the same as common name (CN). The main reason for this change is to enable strongSwan IKE daemon to ex