Detecting Crypto backend

2021-01-21 Thread rachit chokshi
Hello Kerberos, We recently switched crypto backend to openssl in our Kerberos software, but having a hard time finding evidence of the new backend actually being used. Any pointers on how to find out current backend used by an installation? Thanks, Rachit ___

Re: Detecting Crypto backend

2021-01-21 Thread Greg Hudson
On 1/21/21 12:12 PM, rachit chokshi wrote: > Any pointers on how to find out current backend used by an installation? We don't have an interrogation mechanism and the runtime behavior is to mostly indistinguishable, but on Linux or similar you can use OS mechanisms. ldd on libk5crypto.so.3.1 shou