[PATCH] Allow separate certificate and private key for PKIConnection
by Standa Laznicka
Hello,
Attached is a patch which allows for separation of a client certificate
and a private key in PKIConnection.set_authentication_cert(). Since
python-requests allows for this separation, I think this should be
allowed here as well.
Have a nice day,
Standa
7 years, 10 months
[PATCH] 924 Fixed Ctrl-C handling in PKI CLI.
by Endi Sukma Dewata
The PKI CLI has been modified to catch KeyboardInterrupt and exit
cleanly without displaying the stack trace.
Pushed to master under trivial rule.
--
Endi S. Dewata
7 years, 10 months
[PATCH] 919 Merged /pki webapps.
by Endi Sukma Dewata
Previously the /pki webapp was only added if the theme was present
during installation, and there were separate webapps for /pki/admin
and /pki/js. If the theme was installed later, the /pki webapp had
to be configured manually.
To simplify the installation and to support other developments
(e.g. login banner), the /pki webapp will always be added during
installation regardless of theme, and the /pki/admin and /pki/js
webapps are merged into /pki webapp. When the theme package is
installed, it will create links in /pki webapp so the theme files
will become available without additional configuration.
An upgrade script has been added to merge the /pki webapp in
existing instances.
https://fedorahosted.org/pki/ticket/2582
--
Endi S. Dewata
7 years, 10 months
[PATCH] pki-cfu-0159-Ticket-1741-ECDSA-certs-Alg-IDs-contian-parameter-fi.patch
by Christina Fu
This patch addresses:
https://fedorahosted.org/pki/ticket/1741 ECDSA Certificates Generated by
Certificate System fail NIST validation test with parameter field.
Note: Since we do not support DSA, this patch does not attempt to
address that. Also, although we do not claim to support sha224, for
completeness, it has code to recognize sha224 oid and process it as such
to avoid the parameter field, but it does not offer it as part of the
hashing alg for signing algorithms, as that is not the purpose of this
ticket, and would cost more time if to be added.
thanks!
Christina
7 years, 11 months