Re: [Openvpn-devel] [PATCH v2] Fix PolarSSL and --pkcs12 option issues

2011-11-08 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24/10/11 08:53, David Sommerseth wrote: > PolarSSL does not support PKCS#12 certificate/key bundles, but had a > typo where #ifdef USE_POLARSSL was used, and it should have been > #ifndef instead. > > Also added a few extra exclusions of PKCS#12

[Openvpn-devel] [PATCH v2] Fix PolarSSL and --pkcs12 option issues

2011-10-24 Thread David Sommerseth
PolarSSL does not support PKCS#12 certificate/key bundles, but had a typo where #ifdef USE_POLARSSL was used, and it should have been #ifndef instead. Also added a few extra exclusions of PKCS#12 messages where appropriate, to avoid confusing users. Signed-off-by: David Sommerseth --- options.c