[PATCH] 630 Fixed PKCS12Export output.
by Endi Sukma Dewata
The PKCS12Export has been modified such that if an error occurs
in normal mode it will display the error message and in debug
mode it will display the full stack trace.
The code has also been refactored such that it can be reused as a
library in addition to command-line tool. The code will now throw
exceptions instead of exiting to the system.
https://fedorahosted.org/pki/ticket/1224
--
Endi S. Dewata
9 years, 5 months
[PATCH] 632 Fixed cert-find performance.
by Endi Sukma Dewata
The CertService.searchCerts() has been modified to use the VLV
properly to retrieve just the entries in the requested page, thus
reducing the response time and memory requirement.
Some classes have been modified to clean up the debugging logs.
--
Endi S. Dewata
9 years, 5 months
[PATCH] 629 Fixed NPE during key-retrieve.
by Endi Sukma Dewata
Keys archived through the KRA connector in CA have null data type
attribute which causes a NPE during retrieval using the key-retrieve
CLI. The SecurityDataRecoveryService has been modified to consider
null data type attribute as asymmetric key type.
The KeyRetrieveCLI and KeyService have been modified to generate
better debugging messages to help troubleshooting.
--
Endi S. Dewata
9 years, 5 months
[PATCH] pki-cfu-0084-Ticket-1459-Dogtag-clients-cannot-connect-when-CS-is.patch
by Christina Fu
These patches address the following ticket:
https://fedorahosted.org/pki/ticket/1459 Dogtag clients cannot connect
when CS is configured with ECC
the first patch is just to clean up the tabs in the constructor of the
file JSSConnection in preparation for code changes :
pki-cfu-0083-ecc-Console-1.-clean-up-the-tabs-in-the-JSSConnectio.patch
The second patch addresses the ECC ssl connection issue from the
- java console
- cli clients
- HttpClient
They have been tested to work with ECC ca.
thanks,
Christina
9 years, 5 months