[Pki-devel] [PATCH] 863 Reverted policy framework deprecation.

2016-11-03 Thread Endi Sukma Dewata
To reduce Eclipse warnings, classes and methods related to policy framework have been undeprecated. In the future the policy framework may be removed since it has already been replaced with the profile framework. https://fedorahosted.org/pki/ticket/6 -- Endi S. Dewata >From

[Pki-devel] [PATCH] 861 Replaced deprecated DefaultHttpClient.

2016-11-03 Thread Endi Sukma Dewata
The deprecated DefaultHttpClient in SubsystemClient, CRMFPopClient, and OCSPProcessor has been replaced with HttpClientBuilder. https://fedorahosted.org/pki/ticket/2531 Pushed to master under trivial/one-liner rule. -- Endi S. Dewata >From db58e6071f6bb57de006e6499c0a0c6a8c8e67bf Mon Sep 17

[Pki-devel] [PATCH] 860 Fixed resource leak in InhibitAnyPolicyExtension.

2016-11-03 Thread Endi Sukma Dewata
The InhibitAnyPolicyExtension has been modified to always close the DerOutputStream instance. The InhibitAnyPolicyExtDefault has been modified to wrap the original exception. https://fedorahosted.org/pki/ticket/2530 Pushed to master under trivial/one-liner rule. -- Endi S. Dewata >From

[Pki-devel] [PATCH] 859 Fixed resource leak in ExtendedKeyUsageExtension.

2016-11-03 Thread Endi Sukma Dewata
The ExtendedKeyUsageExtension has been modified to always close the DerOutputStream instance. The ExtendedKeyUsageExt has been modified to wrap the original exception. https://fedorahosted.org/pki/ticket/2530 Pushed to master under trivial/one-liner rule. -- Endi S. Dewata >From