[xmlsec] xmlsec tests use private keys in the clear

Wan-Teh Chang wtc@netscape.com
Tue, 3 Jun 2003 21:36:42 -0700


Aleksey Sanin wrote:

 > I would be really surprised if NSS has no way
 > to import private key in the keys db.

NSS has no way to import a private key in the clear.
The private key (outside the NSS boundary) must be
properly encrypted.  This is intentional to force
good key hygiene.

Wan-Teh