I ran
,
code:apt-get install libssl1.0.0
on my 64-bit NAC appliances, and
code:lsof -nnP|grep libssl
shows the following processes that need to be restarted:
whoopsie 1015 whoopsie DEL REG 252,0 1044566 /lib/x86_64-linux-gnu/libssl.so.1.0.0
radiusd 4019 root DEL REG 252,0 1044566 /lib/x86_64-linux-gnu/libssl.so.1.0.0
postgres 6819 postgres DEL REG 252,0 1044566 /lib/x86_64-linux-gnu/libssl.so.1.0.0
squid 29654 nobody DEL REG 252,0 1044566 /lib/x86_64-linux-gnu/libssl.so.1.0.0
postgres 29795 postgres DEL REG 252,0 1044566 /lib/x86_64-linux-gnu/libssl.so.1.0.0
On the 64-bit Netsight appliance only whoopsie (whatever that is - some sort of crash handler?) uses libssl. Also on the NAC appliances I couldn't upgrade the actual
package due to a file conflict on
code:/etc/ssl/openssl.cnf
with the
package.