[twsocket] TX509Base.LoadFromP12File

2017-07-30 Thread FSPAPA INCA Team
Hi, I am using ICS to make a TLS connection using a client certificate in .p12 format. This can be done by calling LoadFromFile on the SslCertX509 field of TSslContext, which in turn calls TX509Base.LoadFromP12File. I suspect that there is a bug in the handling of the IncludePKey parameter of

Re: [twsocket] TX509Base.LoadFromP12File

2017-07-31 Thread FSPAPA INCA Team
> Changing (IncludePKey = croTry) to (IncludePKey >= croTry) will give you a > quick fix. > > I'll update SVN late this week. That's great - thanks Angus! Regards, Steve Not