#2524 Remove xenroll.dll from pki-core
Closed: Fixed None Opened 7 years ago by nkinder.

The PKI packages used by IdM include a DLL for browser-based certificate
enrollment on Windows clients called xenroll.dll. This is a deprecated DLL
that was removed in Vista and later Windows systems, but we still used it for
enrollment (and carried it in our packages). We have already moved our PKI
packages over to be able to use the replacement that is provided in Windows
itself (certenroll.dll). We should remove xenroll.dll from our packages since
it is no longer needed.

# for rpm in `rpm -qa | grep pki`; do
> echo $rpm
> rpm -ql $rpm | grep xenroll.dll
> done
pki-base-java-10.3.5-6.fc24.noarch
pki-base-10.3.5-6.fc24.noarch
pki-server-10.3.5-6.fc24.noarch
pki-symkey-10.3.5-6.fc24.x86_64
pki-base-python3-10.3.5-6.fc24.noarch
dogtag-pki-server-theme-10.3.5-1.fc24.noarch
bouncycastle-pkix-1.52-8.fc24.noarch
pki-tools-10.3.5-6.fc24.x86_64
pki-ca-10.3.5-6.fc24.noarch
/usr/share/pki/ca/webapps/ca/agent/xenroll.dll

# find . -name xenroll.dll
./base/ca/shared/webapps/ca/agent/xenroll.dll

# grep -ri xenroll.dll
Binary file .git/index matches
base/ca/shared/webapps/ca/admin/ca/EnrollSuccess.template:  CODEBASE="/xenroll.dll"
base/ca/shared/webapps/ca/admin/ca/ImportAdminCert.template:    codebase="xenroll.dll"
base/ca/shared/webapps/ca/admin/ca/ImportCert.template: CODEBASE="/xenroll.dll"
base/ca/shared/webapps/ca/admin/ca/ImportCert.template:    document.writeln("<OBJECT classid='clsid:127698e4-e730-4e5c-a2b1-21490a70c8a1' CODEBASE='/xenroll.dll' id='Enroll'></OBJECT>");
base/ca/shared/webapps/ca/admin/ca/adminEnroll.html:    CODEBASE="/xenroll.dll"
base/ca/shared/webapps/ca/agent/ca/EnrollSuccess.template:  CODEBASE="/xenroll.dll"
base/ca/shared/webapps/ca/agent/ca/ImportCert.template: CODEBASE="/xenroll.dll"
base/ca/shared/webapps/ca/agent/ca/ImportCert.template:    document.writeln("<OBJECT classid='clsid:127698e4-e730-4e5c-a2b1-21490a70c8a1' CODEBASE='/xenroll.dll' id='Enroll'></OBJECT>");
base/ca/shared/webapps/ca/agent/ca/displayBySerial.template:    CODEBASE="/xenroll.dll"
Binary file base/ca/shared/webapps/ca/agent/xenroll.dll matches
base/ca/shared/webapps/ca/ee/ca/AIMEnroll.html: CODEBASE="/ee/xenroll.dll"
base/ca/shared/webapps/ca/ee/ca/CertBasedDualEnroll.html:   CODEBASE="/ee/xenroll.dll"
base/ca/shared/webapps/ca/ee/ca/CertBasedEncryptionEnroll.html: CODEBASE="/ee/xenroll.dll"
base/ca/shared/webapps/ca/ee/ca/CertBasedSingleEnroll.html: CODEBASE="/ee/xenroll.dll"
base/ca/shared/webapps/ca/ee/ca/DirPinUserEnroll.html:  CODEBASE="/xenroll.dll"
base/ca/shared/webapps/ca/ee/ca/DirUserEnroll.html: CODEBASE="/xenroll.dll"
base/ca/shared/webapps/ca/ee/ca/EnrollSuccess.template: CODEBASE="/xenroll.dll"
base/ca/shared/webapps/ca/ee/ca/ImportAdminCert.template:    codebase="xenroll.dll"
base/ca/shared/webapps/ca/ee/ca/ImportCert.template:    CODEBASE="/xenroll.dll"
base/ca/shared/webapps/ca/ee/ca/ImportCert.template:    document.writeln("<OBJECT classid='clsid:127698e4-e730-4e5c-a2b1-21490a70c8a1' CODEBASE='/xenroll.dll' id='Enroll'></OBJECT>");
base/ca/shared/webapps/ca/ee/ca/ManObjSignEnroll.html:  CODEBASE="/xenroll.dll"
base/ca/shared/webapps/ca/ee/ca/ManUserEnroll.html: CODEBASE="/xenroll.dll"
base/ca/shared/webapps/ca/ee/ca/PortalEnrollment.html:  CODEBASE="/xenroll.dll"
base/ca/shared/webapps/ca/ee/ca/ProfileSelect.template:      document.writeln("<OBJECT classid='clsid:127698e4-e730-4e5c-a2b1-21490a70c8a1' CODEBASE='/xenroll.dll' id='Enroll'></OBJECT>");
base/ca/shared/webapps/ca/ee/ca/RenewalSuccess.template:    CODEBASE="/xenroll.dll"
base/ca/shared/webapps/ca/ee/ca/displayBySerial.template:   CODEBASE="/xenroll.dll"
base/server/share/webapps/pki/admin/console/config/wizard.vm:    codebase="xenroll.dll"

Per PKI Bug Council of 10/25/2016: 10.3 - major

Per PKI Bug Council of 11/29/2016: 10.3 - critical

Committed on master branch:

commit 6cf7cec3c559786b90dcca298a2d7c6c570eac35

Author: Matthew Harmsen <mharmsen@redhat.com>
Date:   Fri Dec 9 15:29:50 2016 -0700

    Removed all references to 'xenroll.dll'

    - PKI TRAC Ticket #2524 - Remove xenroll.dll from pki-core

Metadata Update from @nkinder:
- Issue assigned to mharmsen
- Issue set to the milestone: 10.4.0

7 years ago

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/2644

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Login to comment on this ticket.

Metadata