[Pki-devel] [PATCH] 0166 CMS.getLogMessage: escape format elements in arguments

2017-03-01 Thread Fraser Tweedale
Hi team, Please review attached patch that fixes an issue in CMS message formatting: if one of the message arguments contains '{' or '}', in subsequent logging this is interpreted as a FormatElement and parsing fails. Thanks, Fraser From 45c90767ff697209c4e46581f796807c0093f527 Mon Sep 17

[Pki-devel] [PATCH] 966 Refactored PKIInstance.load().

2017-03-01 Thread Endi Sukma Dewata
The code that loads the password.conf in PKIInstance.load() has been converted into a general purpose load_properties() method. A corresponding store_properties() method has been added as well. Pushed to master under trivial rule. -- Endi S. Dewata >From 7810a55d0b967ff5355312e952fc4c7314a45f35