|
Description
|
Private key files and PKCS#11 hint files are created with root-only read/write permissions. Before reading in these files, they should be checked for proper permissions. A file world-writable, for instance, could be a compromised key and should not be trusted.
The same is true for any input file for ipseckey(1m). Being readable by those other than root exposes the actual keys to the world.
|