Re: [Pki-devel] [PATCH] 779 Fixed problem reading HSM password from password file.

2016-06-24 Thread Christina Fu
Looks like might do it. If tested to work (borrow a vm from QE if you don't have one), ack. Christina On 06/24/2016 03:45 PM, Endi Sukma Dewata wrote: A new method get_token_password() has been added into PKIInstance Python class in order to read the token password correctly from

[Pki-devel] [pki-devel][PATCH] 0075-Generting-Symmetric-key-fails-with-key-generate-when.patch

2016-06-24 Thread John Magne
Generting Symmetric key fails with key-generate when --usages verify is passed Ticket #1114 Minor adjustment to the man page for the key management commands to say which usages are appropriate for sym keys and those appropriate for asym keys. From

[Pki-devel] [PATCH] 779 Fixed problem reading HSM password from password file.

2016-06-24 Thread Endi Sukma Dewata
A new method get_token_password() has been added into PKIInstance Python class in order to read the token password correctly from password.conf. If the token is an internal token, it will read the 'internal' password. If it is an HSM it will read the password for 'hardware-'. The codes that call

[Pki-devel] [PATCH] Normalize default softokn name

2016-06-24 Thread Matthew Harmsen
Please review the attached patch which addresses the following ticket: * PKI TRAC Ticket #2311 - When pki_token_name=Internal, consider normalizing it to "internal" A brief smoke test of this patch worked successfully. From