[PATCH] pki-cfu-0036-ticket-1158-CMCRequest-does-not-support-internal-tok.patch
by Christina Fu
It seems the CMCRequest java tool initializes its token to be hardcoded
as "internal". In case when -h is not specified, it will attempt to do
getTokenByName and will get a token not found error.
I checked all the other java tools they initialize tokenname to be null,
and properly calls getInternalKeyStorageToken from jss CryptoManager.
This fix allows CMCRequest to now work with internal token.
Please review.
thanks,
Christina
10 years
[PATCH] Changes from Debian packaging
by Timo Aaltonen
Hi
Here are a couple of patches from Debian pki.git repo. First one fixes
some lintian warnings from the manpages, second one fixes some typos and
third one fixes debian specific jackson jar paths.
We carry some other patches too, but these are upstreamable right now.
The others would need adding some sort of platform support for the
various languages used (perl, shell, python, java, conffiles..), or just
let us carry them. Some patches are for the native stuff that's mostly
going away anyway.
--
t
10 years, 1 month
publically-accessible VM for DNP3 plugfest
by Fraser Tweedale
Hi all,
The DNP3 "Secure Smart-Grid" plugfest is coming up in a bit over a
week. I'll need to set up a public-accessible Dogtag instance,
running my development build with the IEC 62351-8 extension and DNP3
profile, for other parties to use during the event.
What is the recommended way to get a publically accessible host in
the RHEV lab or other infrastructure?
Cheers,
Fraser
10 years, 1 month
[PATCH] 231 - check for null values in GetConfigEntries
by Ade Lee
This is something that was encountered in IPA when pviktorin attempted
to clone an instance where the diectory manager password had been
removed from password.conf. Because IPA uses a client cert to connect to
the DB, the password is not needed.
The clone attempts to contact the master to get config entries from
CS.cfg etc. If the password is missing, it adds a null value to the XML
structure it returns, resulting in a NPE when the XML Object is
serialized. This exception is sadly swallowed up.
Needs a null check for the values ..
Please review,
Ade
10 years, 1 month
[PATCH] Rename pki-tps-tomcat to pki-tps
by Matthew Harmsen
Please review the attached patch which addresses the primary purpose of
the following ticket:
* PKI TRAC Ticket #1017 - Rename pki-tps-tomcat to pki-tps
<https://fedorahosted.org/pki/ticket/1017>
This patch has been tested to verify that CA, KRA, OCSP, TKS, and TPS
instances that were previously configured and tested would continue to
work under this newly renamed package (including testing by running a
new tpsclient).
10 years, 1 month