summaryrefslogtreecommitdiffstats
path: root/dogtag
Commit message (Collapse)AuthorAgeFilesLines
* Removal of version numbers from jar file namesMatthew Harmsen2012-10-291-11/+1
| | | | * TRAC Ticket #350 - Dogtag 10: Remove version numbers from PKI jar files . . .
* time based searchesAndrew Wnuk2012-09-207-412/+254
| | | | | | | This patch removes "fixed" year from time based searches for agent and EE interfaces. It also unifies time selection between search and revocation templates. Bug 854420.
* subsequent OCSPs and DRM connector protectionAndrew Wnuk2012-08-201-1/+11
| | | | | | | | | This patch corrects process of attaching OCSP subsystem to CA. It improves handling of adding subsequent OCSP subsystems to CA. This patch also prevents DRM connector to be overwritten by subsequent DRM installations. Bug 804179.
* https://fedorahosted.org/pki/ticket/238Christina Fu2012-08-161-28/+97
| | | | TPS installation wizard: SizePanel needs to support ECC curve selection
* Updated the remaining build scripts.Endi Sukma Dewata2012-08-151-12/+29
| | | | | | | The remaining build scripts have been updated to automatically find the source codes. Ticket #62
* certificate import for IEAndrew Wnuk2012-08-062-21/+119
| | | | | | This patch corrects certificate import for IE Bug: 845387.
* certificate import for IEAndrew Wnuk2012-08-031-4/+30
| | | | | | This patch corrects certificate import for IE Bug: 845387.
* ECC enrollments for IEAndrew Wnuk2012-08-021-13/+81
| | | | | | This patch enables ECC enrollments for IE. Bug: 748514.
* elimination of CA crashAndrew Wnuk2012-07-241-7/+7
| | | | | | This patch eliminates CA crash caused by default Android browser. Bug: 819123.
* Bug 823618 - TPS installation wizard (ECC): admin certificate panel needs to ↵Christina Fu2012-05-271-1/+11
| | | | | | support ECC This patch allows TPS administrators to enroll for EC cert during installation wizard. It follows the same implementation as the Java subsystems and defaults to nistp256
* Removed obsolete installation servletsAde Lee2012-05-025-648/+0
|
* Bug 640046 - TPS installation wizard: unsupported module not logged in with ↵Christina Fu2012-05-011-1/+5
| | | | | | | password in password.conf The issue was missing code to log into unsupported token that was not loged in. The patch added the code to allow login to unsupported token.
* pki-ui changes for Bug 745278 - [RFE] ECC encryption keys cannot be archivedChristina Fu2012-04-056-17/+30
|
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-26749-0/+114094
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