summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Use $RANDOM instead of /dev/urandomNiranjan Mallapadi2014-11-101-6/+28
| | | | Modified statements where /dev/urandom is replaced with $RANDOM
* Add python scripts for ca profile cliNiranjan Mallapadi2014-11-101-0/+13
|
* Add python scripts for profile cli automationNiranjan Mallapadi2014-11-105-0/+1498
|
* Minor changes to key-recover and key-request-findNiranjan Mallapadi2014-11-102-30/+30
|
* Removed pki_client_database_password param from theAsha Akkiangady2014-11-072-21/+7
| | | | clone install script.
* KRA user-mod and user-cert cli commands and some fixes to ca groupRoshni Pattath2014-11-0620-25/+13557
|
* Removed the script to turn off firewall usingAsha Akkiangady2014-11-061-6/+1
| | | | service iptables off.
* Made changes in install script forAsha Akkiangady2014-11-053-53/+51
| | | | CLEINT_DIR and CLIENT_CERT_DB_DIR
* Modified quickinstall subca install scripts.Asha Akkiangady2014-11-054-54/+57
|
* CA user add,delete,find and user membershipAsha Akkiangady2014-11-0314-1675/+2056
| | | | | | tests updated with host and port in the input. All UTCA and i18n tests updated with the expected results.
* Fix ECC curve name typosFraser Tweedale2014-10-302-3/+3
| | | | | "nistp512" appears in a few places, but the curve name is "nistp521". Fix these references.
* Fixed incorrect Python API docs format.Endi S. Dewata2014-10-282-51/+55
| | | | | | | The Python API docs in some classes/methods have been fixed to remove the errors and warnings generated by python-sphinx. https://fedorahosted.org/pki/ticket/1157
* Updates to some python client classes for prettier API docs.Ade Lee2014-10-2710-42/+399
| | | | | Added missing .rst annotations and missing docstrings. Added log file for sphinx runs.
* Added Python Client API Docs to buildAde Lee2014-10-277-3/+480
| | | | | | | This patch builds HTML and man page builds for the python client API delivered in pki-base. Ticket 1157
* Fixed pylint failure on F21.Endi S. Dewata2014-10-271-2/+2
| | | | | The build failed on F21 due to stricter pylint requirements which generate new warnings. For now they are marked to be ignored.
* Updated JUnit JAR file name.Endi S. Dewata2014-10-273-3/+3
| | | | | | | The Eclipse classpath and the test scripts have been updated to use junit.jar instead of junit4.jar to support Fedora 20 and 21. https://fedorahosted.org/pki/ticket/1192
* Updated version to 10.2.1-0.1.Endi S. Dewata2014-10-279-14/+36
| | | | https://fedorahosted.org/pki/ticket/1191
* Bug1151147 issuerDN encoding correctionChristina Fu2014-10-238-9/+114
|
* Modified ca-user-del tests to include host/portAsha Akkiangady2014-10-174-387/+331
|
* Add a man page for profile CLI commands.Abhishek Koneru2014-10-153-0/+158
|
* pki ca-group testsRoshni Pattath2014-10-1020-1438/+8767
| | | | Added pki ca-group tests and host-port changes to pki group tests
* Updated KRA Python client library.Endi S. Dewata2014-10-094-46/+159
| | | | | | | | | | | | | | | The Python client library for KRA has been modified to simplify the usage. The NSSCryptoProvider's setup_database() and __init__() now take a password file parameter. The import_cert() now can take either cert binary/encoded data or CertData object. It also provides a default value for the trust attribute. The KRAClient now stores the crypto provider object. The KRA test has been updated to provide options to override the default test configuration (e.g. hostname, port). It also has been modified to use a temporary NSS database. The setup document has been updated to describe the process to run the test as root and as a regular user.
* Added CLI to import/export certificates with private keys.Endi S. Dewata2014-10-097-32/+582
| | | | | | | New CLI commands have been added to import/export certificates and private keys into/from the client security database. The CLI can also be used to generate the file needed by Python client library for client certificate authentication.
* Fixing upstream trac ticket 1150.Abhishek Koneru2014-10-092-4/+8
| | | | | | | In both sslget.c and revoker.c there is an incorrect equality check which compares the output of a comparision operator with a constant(SECFailure) which has a value of -1. The fix will print the correct SECFailure or SECSuccess value for the do_writes method.
* removed pki ca-group file location info from runtest.shRoshni Pattath2014-10-081-9/+0
|
* removed pki ca-group related file informationRoshni Pattath2014-10-082-90/+0
|
* host/port changes, pki ca-user-mod, pki ca-user-certRoshni Pattath2014-10-0813-1102/+8953
| | | | host/port changes to existing scripts and new scripts for pki ca-user-mod and pki ca-user-cert tests
* Fixes to spec file for RHEL buildAde Lee2014-10-011-0/+11
|
* Remove pylint from rhel buildAde Lee2014-10-011-1/+9
|
* Fixed uid with i18n tests to expect error message.Asha Akkiangady2014-10-012-530/+525
| | | | pki-ca-user-add tests updated with host and port.
* Incorrect status change in key-request-review.Abhishek Koneru2014-10-011-2/+2
| | | | | | Fix for ticket #1037. Corrected the issue caused due to incorrect operations performed for reject and cancel actions in key-request-review.
* Fix sub-CA installation with own security domainAde Lee2014-10-018-105/+216
| | | | | | | | | Installation code failed to anticipate installation of a subordinate CA that would host its own security domain. This patch includes changes to python installation code, java configuration servlet and changes to man pages. Ticket 1132
* spec file modificationsMatthew Harmsen2014-09-301-11/+20
| | | | - PKI TRAC Ticket #1130 - Add RHEL/CentOS conditionals to spec
* Remove 'pki-migrate' coderoot2014-09-30175-27999/+4
| | | | - PKI TRAC Ticket #1138 - Remove 'migrate' source code from master branch
* Remove 'pki-selinux' codeMatthew Harmsen2014-09-3014-1051/+10
| | | | - PKI TRAC Ticket #1139 - Remove 'selinux' code from 'master' branch
* Remove IPA theme component and old unused UI directoriesMatthew Harmsen2014-09-3036-4420/+41
| | | | | | - PKI TRAC Ticket #1136 - Remove ipa-pki-theme component - Remove 'ca-ui', 'kra-ui', 'ocsp-ui', 'ra-ui', 'tks-ui', and 'tps-ui' directories - Consolidate 'pki-core' packages
* Add pki ca-cert test to runtest and MakefileNiranjan Mallapadi2014-09-292-2/+115
|
* Add pki ca-cert-show automationNiranjan Mallapadi2014-09-291-0/+353
|
* Add pki ca-cert-revoke automationNiranjan Mallapadi2014-09-291-0/+943
|
* Add pki ca-cert-request-submit automationNiranjan Mallapadi2014-09-291-0/+930
|
* Add pki ca-cert-request-show automationNiranjan Mallapadi2014-09-291-0/+980
|
* Add pki ca-cert-request-review automationNiranjan Mallapadi2014-09-291-0/+5003
|
* Add pki ca-cert-request-profile-show automationNiranjan Mallapadi2014-09-291-0/+523
|
* Add pki ca-cert-request-profile-find automationNiranjan Mallapadi2014-09-291-0/+555
|
* Add pki-ca-cert-request-find automationNiranjan Mallapadi2014-09-291-0/+1095
|
* Add pki ca-cert-release-hold automationNiranjan Mallapadi2014-09-291-0/+646
|
* Add pki ca-cert-find automationNiranjan Mallapadi2014-09-291-0/+4309
|
* Add pki-ca-cert-hold automationNiranjan Mallapadi2014-09-291-0/+591
|
* Add pki ca-cert-cli config automationNiranjan Mallapadi2014-09-291-0/+77
|
* Minor changes to pki-kra-key-cli-archive-kra.shNiranjan Mallapadi2014-09-291-17/+17
|