Re: [Openvpn-devel] [PATCH] Do not require CA when peer-fingerprint is used

2021-06-01 Thread Arne Schwabe
Am 24.05.21 um 20:45 schrieb selva.n...@gmail.com: > From: Selva Nair > > Fix --ca or --ca-path check when --pkcs11-id or --cryptoapicert > is used with --peer-fingerprint. > > The multiple --ca or --capath checks are consolidated into a function > Yes that change makes sense. Acked-By: Arne

[Openvpn-devel] [PATCH] Do not require CA when peer-fingerprint is used

2021-05-24 Thread selva . nair
From: Selva Nair Fix --ca or --ca-path check when --pkcs11-id or --cryptoapicert is used with --peer-fingerprint. The multiple --ca or --capath checks are consolidated into a function Signed-off-by: Selva Nair --- src/openvpn/options.c | 44 ++- 1 file