Re: [strongSwan] ipsec.secrets loading p12 file fail due to no CRED_CONTAINER during enumeration

2019-02-06 Thread Tobias Brunner
Hi Peter, > By adding the ! to force loading it, confirms failure to load this plugin. What failure? What's logged? If there are missing plugin features, you may have to load other plugins (you can increase the log level for lib to see more messages by the plugin loader). > 2) strongswan.conf

Re: [strongSwan] ipsec.secrets loading p12 file fail due to no CRED_CONTAINER during enumeration

2019-02-05 Thread Peter Hsiang
esday, February 5, 2019 12:12 AM To: Peter Hsiang; users@lists.strongswan.org Subject: Re: [strongSwan] ipsec.secrets loading p12 file fail due to no CRED_CONTAINER during enumeration Hi Peter, > Any idea why there is no pkcs12 in the log message? https://wiki.strongswan.org/projects/strongs

Re: [strongSwan] ipsec.secrets loading p12 file fail due to no CRED_CONTAINER during enumeration

2019-02-05 Thread Tobias Brunner
Hi Peter, > Any idea why there is no pkcs12 in the log message? https://wiki.strongswan.org/projects/strongswan/wiki/FAQ#Plugin-is-missing Regards, Tobias

[strongSwan] ipsec.secrets loading p12 file fail due to no CRED_CONTAINER during enumeration

2019-02-04 Thread Peter Hsiang
Hi, 1) I am loading a .p12 file from ipsec.secrets, but in credential_factory.c create(), the enumerator type and subtype goes through a list of CRED_PRIVATE_KEY, CRED_PUBLIC_KEY, and CRED_CERTIFICATE, but there is no CRED_CONTAINER that it is looking for. What could be causing the enumerator