summaryrefslogtreecommitdiffstats
path: root/pki/base/tps/src
Commit message (Collapse)AuthorAgeFilesLines
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-26263-61665/+0
| | | | | | | | | Previously the source code was located inside a pki folder. This folder was created during svn migration and is no longer needed. This folder has now been removed and the contents have been moved up one level. Ticket #131
* Bug 769739 - CC: self test verifySystemCertByNickname: certain failure will ↵Christina Fu2012-01-191-3/+6
| | | | | | not cause server to shutdown as expected There are two issues: 1. The variable, r, returned by verifySystemCertByTag() gets overwritten by the next return value in a while loop. The problem affects both java subsystems and TPS. 2. In the TPS system, within a while loop that calls verifySystemCertByNickname(), one condition does a "continue" without advancing to the next token, causing an infinite loop under that condition. Adding a PL_strtok_r(NULL, ",", &lasts); call resolves the issue.
* Fix update for bugzilla bug #735191.awnuk2011-09-271-1/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2227 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #735191.awnuk2011-09-233-4/+30
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2226 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #737184.awnuk2011-09-212-8/+20
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2216 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix bugzilla #730162 - TPS/TKS token enrollment failure in FIPS mode (hsm+NSS) .jmagne2011-09-162-21/+225
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2205 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla 730146 - SSL handshake picks non-FIPS ciphers in FIPS modecfu2011-08-262-0/+49
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2180 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix Bugzilla Bug# 725572 - Starting TPS subsystem with no pre-existing audit ↵jmagne2011-08-013-8/+54
| | | | | | log file does not write audit messages. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2089 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug#717813 - EV_AUDIT_LOG_SHUTDOWN audit log not generated for tps ↵vakwetu2011-06-303-65/+113
| | | | | | and ca on server shutdown git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2030 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla BZ 707095 - tps delete user operation should check for roles (not ↵vakwetu2011-05-241-13/+29
| | | | | | have them passed in) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2008 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* fix Bugzilla bug#696443 - ESC display renewal operation success for failed ↵jmagne2011-05-183-7/+20
| | | | | | renewal operation. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1999 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Possible Fix for Bugzilla Bug#696851 - TPS crashes that cause AuditVerify on ↵jmagne2011-04-161-1/+3
| | | | | | TPS audit logs - some of the signatures are failing. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1973 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla BZ#684259: incorrect group used for tps operatorsvakwetu2011-03-113-6/+6
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1895 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix Bugzilla Bug 681066 - TPS authentication crash when exercising audit log ↵jmagne2011-03-011-1/+1
| | | | | | message. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1873 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix Bugzilla Bug 680567 - CC doc: remove update.applet.directory audit ↵jmagne2011-02-263-4/+4
| | | | | | message from TPS doc. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1867 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix Bug 676152 - Token enrollment with symmetric key change over fails.jmagne2011-02-182-6/+53
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1855 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla BZ674396: TPS: some audit signatures failed to verifyvakwetu2011-02-151-0/+2
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1852 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix Bug 676152 - Token enrollment with symmetric key change over fails.jmagne2011-02-152-11/+79
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1851 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug 676678 - Missing audit log messages for Secure Channel Generation.jmagne2011-02-103-2/+52
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1841 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug 676421 - CC: Remove unused TPS interface calls and add audit ↵vakwetu2011-02-091-29/+29
| | | | | | logging git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1836 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug 669804 - on active token re-enroll, TPS does not revoke and ↵jmagne2011-02-012-2/+23
| | | | | | remove existing certs. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1803 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #606944 - Convert TPS to use ldap utilities and API from OpenLDAPmharmsen2011-01-275-30/+13
| | | | | | | instead of the Mozldap (CMake diffs et. al.) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1787 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bug 671522 - TPS AuditVerify failscfu2011-01-271-1/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1785 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla BZ 606944: Convert TPS to use ldap utilities and API from OpenLDAP ↵vakwetu2011-01-2214-726/+753
| | | | | | instead of the Mozldap git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1766 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bug 669055 - TPS server does not re-start when signedAudit logging is turned ONcfu2011-01-153-14/+36
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1736 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug 223319 - Certificate Status inconsistency between token db and CAvakwetu2011-01-144-9/+41
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1734 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bug 666902 - TPS needs to call CERT_VerifyCertificate() correctlycfu2011-01-121-26/+40
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1728 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* cmake: Fixed tps library versioning.asn2010-12-171-5/+2
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1647 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #586073 - Add new 'mod_revocator' runtime dependency to RA and TPSmharmsen2010-12-145-8/+26
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1624 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix Bugzilla Bug 512248 - Status mismatch for the encryption cert in tps ↵jmagne2010-12-102-2/+95
| | | | | | agent and CA when a temporary smart card is issued. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1616 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug 651001 - TPS does not create a password for entries in ldap. ↵vakwetu2010-12-081-1/+50
| | | | | | This violates STIG requirements git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1614 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug 223314 - AOL: Better activities logsvakwetu2010-12-086-86/+178
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1610 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bug 642357 - CC Feature- Self-Test plugins only check for validity - (TPS part)cfu2010-12-013-2/+256
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1594 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bug 647364 - CC: audit signing certs for JAVA subsystems fail CIMC cert ↵cfu2010-11-021-22/+55
| | | | | | | | | verification (expose updated cert verification function in JSS) - matching Java side to allow non-specification of certusage git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1463 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla BZ 646545 - TPS Agent tab: displays approve list parameter with ↵vakwetu2010-11-011-9/+51
| | | | | | last character chopped. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1454 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bug 642084 - CC feature: Key Management -provide signature verification ↵cfu2010-10-283-0/+153
| | | | | | functions (TPS subsystem) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1446 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* cmake: Added tps library and modules build.asn2010-10-196-0/+354
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1393 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix Bugzilla Bug #223313 - should do random generated IV param for symmetric ↵jmagne2010-10-153-10/+62
| | | | | | keys git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1354 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug 637824 - TPS UI: Profile state in CS.cfg is Pending Approval ↵vakwetu2010-10-017-16/+87
| | | | | | after agent approve and Enable git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1327 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug 574942 - TPS database has performance problems with a large ↵vakwetu2010-09-253-2/+248
| | | | | | number of tokens git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1317 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix Bugzilla Bug #558100 - - host challenge of the Secure Channel needs to ↵jmagne2010-09-152-5/+171
| | | | | | be generated on TKS instead of TPS. (changed '55810' to '558100' on 9/15/2010 by mharmsen). git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1298 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Additional fix for Bug 579790 - errors in ESC communications can leave ↵jmagne2010-08-311-1/+0
| | | | | | unusable tokens and inconsistent data in TPS. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1257 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix Bug 579790 - errors in ESC communications can leave unusable tokens and ↵jmagne2010-08-2712-991/+1141
| | | | | | inconsistent data in TPS. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1250 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix Bug 622535 - 64 bit host zlib uncompress operation fails when reading ↵jmagne2010-08-191-3/+5
| | | | | | data from token. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1229 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix Bug 547507 - Token renewal: certs on the token is deleted when one of ↵jmagne2010-08-193-17/+196
| | | | | | the certs on the token is outside renewal grace period. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1225 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #624847.awnuk2010-08-174-58/+92
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1207 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug 620925 - CC: auditor needs to be able to download audit logs in ↵vakwetu2010-08-172-2/+2
| | | | | | the java subsystems git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1201 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bugs: 607373 and 607374.awnuk2010-08-161-2/+0
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1194 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bugs: 607373 and 607374.awnuk2010-08-161-0/+82
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1189 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bugs: 607373 and 607374.awnuk2010-08-163-0/+564
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1188 c9f7a03b-bd48-0410-a16d-cbbf54688b0b