Yes, I tried below steps, other than 'yum ps'.
On 06/21/2014 02:00 PM, Martin Bukatovič wrote: ...
You have probably figured this out already (you just needs to restart the tor daemon), but you may find the following handy (Fedora, CentOS, RHEL specific):
To find out if your openssl package has the fix:
rpm -q --changelog openssl | grep CVE-2014-0224
To check which processes are using old libraries, you can use ps plugin for yum (install package yum-plugin-ps to get it) which scripts the lsof trick which has been already mentioned. Usage is simple:
yum ps
Martin Bukatovic