Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added rangeUnit property to certificate profiles. | Endi S. Dewata | 2014-12-15 | 13 | -55/+213 | |
| | | | | | | | | | A new optional property has been added to certificate profiles to specify the range unit. The default range unit is 'day'. The code has been modified to use the Calendar API to calculate the end of validity range based on the range unit. https://fedorahosted.org/pki/ticket/1226 | |||||
* | Modified RHEL Source URL to prevent potential collisions with Fedora releases | Matthew Harmsen | 2014-12-12 | 3 | -3/+3 | |
| | | | | - PKI TRAC #1211 - New release overwrites old source tarball | |||||
* | Cleaned up clone installation code. | Endi S. Dewata | 2014-12-12 | 1 | -107/+97 | |
| | | | | | The code in ConfigurationUtils has been cleaned up and reformatted to improve readability. | |||||
* | Fixed problem importing renewed system certificate. | Endi S. Dewata | 2014-12-12 | 2 | -51/+144 | |
| | | | | | | | | | | | | Previously during clone installation if the PKCS12 file contains both expired and renewed certificates the code might incorrectly import the expired certificate instead of the renewed one, thus failing the installation. The code has been fixed to validate the certificates in the PKCS12 file such that only the valid ones will be imported into the clone. https://fedorahosted.org/pki/ticket/1093 | |||||
* | comment lines which add cer to TEMP NSS DB | Niranjan Mallapadi | 2014-12-08 | 1 | -21/+21 | |
| | | | | | | Modify generate_new_cert function to comment out the lines which add the CA signing cert and user/server cert to Temp NSS DB | |||||
* | Add CA Legacy profile tests | Niranjan Mallapadi | 2014-12-08 | 3 | -0/+1825 | |
| | ||||||
* | CLI user-add and ca-user-add tests modified | Asha Akkiangady | 2014-12-06 | 15 | -71/+700 | |
| | | | | | to have random strings generated with openssl rand and $RANDOM. | |||||
* | Some updates to the script for certutil | Roshni Pattath | 2014-12-05 | 1 | -4/+530 | |
| | ||||||
* | Changed the CA Host parameter | Roshni Pattath | 2014-12-05 | 21 | -574/+28 | |
| | ||||||
* | Fix BasicConstraints min/max path length check | Fraser Tweedale | 2014-12-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | The BasicConstraintsExtConstraint min/max path length validity check ensures that the max length is greater than the min length, however, when a negative value is used to represent "no max", the check fails. Only compare the min and max length if the max length is non-negative. Ticket #1035 | |||||
* | Spec file changes to support the following issues: | Matthew Harmsen | 2014-12-04 | 3 | -10/+28 | |
| | | | | | | | - Ticket 1198 Bugzilla 1158410 add TLS range support to server.xml by default (cfu) - PKI Trac Ticket #1211 - New release overwrites old source tarball (mharmsen) - TLS Compliance | |||||
* | Fix spec file to address the following ticket: | Matthew Harmsen | 2014-12-04 | 1 | -2/+10 | |
| | | | | - PKI Trac Ticket #1211 - New release overwrites old source tarball | |||||
* | Remove legacy multilib JNI_JAR_DIR logic | Matthew Harmsen | 2014-12-04 | 6 | -6/+7 | |
| | | | | | | | | | | | | | | | | * Bugzilla Bug #1165351 - Errata TPS test fails due to dependent packages not found (cherry picked from commit d7a0807b7493fc3d86900ee4aaf8199efd824907) Conflicts: base/java-tools/templates/pki_java_command_wrapper.in base/java-tools/templates/pretty_print_cert_command_wrapper.in base/java-tools/templates/pretty_print_crl_command_wrapper.in base/server/python/pki/server/deployment/pkiparser.py base/server/scripts/operations (cherry picked from commit c8d73ade2c651fd5ca01226c89d5d19828bfc9b7) | |||||
* | Removed reference to files that are not added to git | Roshni Pattath | 2014-12-04 | 2 | -3/+0 | |
| | ||||||
* | KRA group test scripts and CI changes | Roshni Pattath | 2014-12-04 | 60 | -3068/+14775 | |
| | ||||||
* | Changes to Makefile and runtest.sh | Roshni Pattath | 2014-12-03 | 2 | -58/+120 | |
| | | | | Included files relating to bug verification | |||||
* | RHEL 7.1 bug verification automation | Roshni Pattath | 2014-12-03 | 7 | -0/+927 | |
| | ||||||
* | Minor changes to pki-ca-cert-cli-release & revoke | Niranjan Mallapadi | 2014-12-01 | 2 | -54/+54 | |
| | ||||||
* | Add minor fixes to cert-release-hold and revoke | Niranjan Mallapadi | 2014-12-01 | 2 | -57/+57 | |
| | | | | | | In pki cert-revoke, comment the SUBCA test, because when jobs are ran in parallel, this can go for a very big loop. | |||||
* | Minor fixes to pki-cert.sh | Niranjan Mallapadi | 2014-12-01 | 1 | -2/+2 | |
| | ||||||
* | Minor fixes to pki-cert-cli-lib.sh | Niranjan Mallapadi | 2014-12-01 | 1 | -0/+1 | |
| | ||||||
* | Modify ca profile cli's tests with minor changes | Niranjan Mallapadi | 2014-12-01 | 5 | -9/+8 | |
| | ||||||
* | emove /dev/urandom from kra-key-cli | Niranjan Mallapadi | 2014-11-26 | 11 | -270/+270 | |
| | ||||||
* | Remove /dev/urandom from key-cli | Niranjan Mallapadi | 2014-11-26 | 12 | -271/+271 | |
| | ||||||
* | Remove /dev/urandom from ca-cert-cli | Niranjan Mallapadi | 2014-11-26 | 12 | -35/+34 | |
| | | | | | Replace /dev/urandom for junk characters with openssl rand and user $RANDOM for random integer values | |||||
* | Replace /dev/urandom with openssl rand | Niranjan Mallapadi | 2014-11-26 | 12 | -34/+33 | |
| | ||||||
* | Improvements for KeyClient.archive_encrypted_data(). | Endi S. Dewata | 2014-11-25 | 1 | -26/+41 | |
| | | | | | | | | | The archive_encrypted_data() in KeyClient has been modified to have a default value for the algorithm OID and to take a nonce IV object instead of the base-64 encoded value. https://fedorahosted.org/pki/ticket/1155 https://fedorahosted.org/pki/ticket/1156 | |||||
* | Removed profile input/output IDs from CLI output. | Endi S. Dewata | 2014-11-25 | 2 | -4/+26 | |
| | | | | | | | | | | | | The current profile inputs/outputs do not have meaningful IDs (e.g. i1, i2, o1) and are not used by the client so they should not be displayed in the CLI output. In the future the IDs should be renamed into something meaningful (e.g. keygen, sn, cert) and the inputs/outputs should be retrieved by ID. New methods have been added to retrieve by ID. https://fedorahosted.org/pki/ticket/1147 | |||||
* | Ticket 1198 Bugzilla 1158410 add TLS range support (spec file jss tomcatjss ↵ | Christina Fu | 2014-11-24 | 2 | -4/+4 | |
| | | | | dependencies) | |||||
* | Ticket 1198 Bugzilla 1158410 add TLS range support to server.xml by default ↵ | Christina Fu | 2014-11-24 | 9 | -12/+178 | |
| | | | | and upgrade | |||||
* | Ticket 1206 (java console) TLS range support: code change needed for cs when ↵ | Christina Fu | 2014-11-24 | 1 | -36/+17 | |
| | | | | acting as client | |||||
* | Modify importP12FileNew function to check NSS DB | Niranjan Mallapadi | 2014-11-24 | 1 | -3/+9 | |
| | | | | | We first verify if the /opt/rhqa_pki/certsdb_dir exits if it exits, we do not run client-init | |||||
* | Remove --password from group-add-member, cert-add | Niranjan Mallapadi | 2014-11-24 | 1 | -13/+11 | |
| | | | | | --password option has been removed from pki group-add-member, user-cert-add commands | |||||
* | Added check for installation to exit if CA | Asha Akkiangady | 2014-11-21 | 5 | -32/+62 | |
| | | | | | | install fails. env.sh client_database_dir param included for every CA install. | |||||
* | bugzilla 871171 (client-side code) Provide Tomcat support for TLS v1.1 and ↵ | Christina Fu | 2014-11-21 | 4 | -103/+44 | |
| | | | | TLS v1.2 | |||||
* | Add pki ca-profile-tests in runtest and Makefile | Niranjan Mallapadi | 2014-11-10 | 2 | -1/+79 | |
| | ||||||
* | Add pki ca-profile config automation | Niranjan Mallapadi | 2014-11-10 | 1 | -0/+75 | |
| | ||||||
* | Add pki ca-profile-del automation | Niranjan Mallapadi | 2014-11-10 | 1 | -0/+477 | |
| | ||||||
* | Add pki ca-profile-disable Automation | Niranjan Mallapadi | 2014-11-10 | 1 | -0/+510 | |
| | ||||||
* | Add pki ca-profile-enable Automation | Niranjan Mallapadi | 2014-11-10 | 1 | -0/+534 | |
| | ||||||
* | Add pki ca-profile-show Automation | Niranjan Mallapadi | 2014-11-10 | 1 | -0/+459 | |
| | ||||||
* | Add pki ca-profile-find Automation | Niranjan Mallapadi | 2014-11-10 | 1 | -0/+453 | |
| | ||||||
* | Add pki ca-profile-mod Automation | Niranjan Mallapadi | 2014-11-10 | 1 | -0/+1541 | |
| | ||||||
* | Add pki ca-profile-add Automation | Niranjan Mallapadi | 2014-11-10 | 1 | -0/+1707 | |
| | ||||||
* | Use $RANDOM instead of /dev/urandom | Niranjan Mallapadi | 2014-11-10 | 1 | -6/+28 | |
| | | | | Modified statements where /dev/urandom is replaced with $RANDOM | |||||
* | Add python scripts for ca profile cli | Niranjan Mallapadi | 2014-11-10 | 1 | -0/+13 | |
| | ||||||
* | Add python scripts for profile cli automation | Niranjan Mallapadi | 2014-11-10 | 5 | -0/+1498 | |
| | ||||||
* | Minor changes to key-recover and key-request-find | Niranjan Mallapadi | 2014-11-10 | 2 | -30/+30 | |
| | ||||||
* | Removed pki_client_database_password param from the | Asha Akkiangady | 2014-11-07 | 2 | -21/+7 | |
| | | | | clone install script. | |||||
* | KRA user-mod and user-cert cli commands and some fixes to ca group | Roshni Pattath | 2014-11-06 | 20 | -25/+13557 | |
| |