[PATCH] 616 Fixed selftests log message.
by Endi Sukma Dewata
The SelfTestSubsystem has been modified to display a 'successful'
message only if all tests have passed. If a test fails, it will
log a failure, subsequent tests will not be executed, and the
subsystem will shutdown immediately.
The runSelfTest() in various tests have been cleaned up to throw
the original exception to help troubleshooting. The unused
RAPresence test has been removed.
https://fedorahosted.org/pki/ticket/1249
--
Endi S. Dewata
9 years, 10 months
[PATCH] 0010..0013 DNP3/IECUserRoles extension support
by Fraser Tweedale
Here is the first (rough) cut of IEC 62351-8 (IECUserRoles)
extension support and a DNP3 profile that makes use of it. This is
to meet (some of) the PKI needs for the "Smart Grid" DNP3 Secure
Authentication v5 (SAv5) standard.
In brief, the SN and all the IECUserRoles params will be given in
profile inputs, and the key is taken from a CertReqInput.
There's still a bit of work to go - notably, some of the
IECUserRoles fields are unimplemented, and some of those that *are*
implemented are not yet read out of the profile input but rather are
hardcoded. The extension *does* appear on the certificate, so I
should get that all completed tomorrow.
Cheers,
Fraser
9 years, 10 months
[PATCH] 615 Fixed ProxyRealm for Tomcat 8.
by Endi Sukma Dewata
The Realm interface has changed in recent Tomcat 8 version. The
ProxyRealm class that implements it has been updated accordingly.
--
Endi S. Dewata
9 years, 10 months
[PATCH] 0042 Upgrade: add scriptlet to add profile schema
by Fraser Tweedale
Attached patch adds upgrade scriptlet to add the certprofile schema.
This must be in the next build.
Side note: future cleanup should probably now remove the profiles
attributeTypes and objectClass from the main schema.ldif, and the
install script updated to import all the various schema files. This
should make schema updates easier to do, and hard to forget! in the
future.
Thanks,
Fraser
9 years, 10 months