From Fedora Project Wiki
(minor tweaks)
No edit summary
Line 31: Line 31:
Currently, there are several PKCS#11 modules available in Fedora. Some of them provide the same functionality as the others. Currently, the majority of the work around smart cards is done in the OpenSC project supporting all the major cards we are interested to have in Fedora. On the other side, there is no significant development efforts in Coolkey project, which is currently used by default in some applications (NSS).
Currently, there are several PKCS#11 modules available in Fedora. Some of them provide the same functionality as the others. Currently, the majority of the work around smart cards is done in the OpenSC project supporting all the major cards we are interested to have in Fedora. On the other side, there is no significant development efforts in Coolkey project, which is currently used by default in some applications (NSS).


The provided libraries are PKCS#11 libraries, so existing applications should not depend directly on either package. The transition should be smooth as the change of the path in the configurations, if any. The only exceptions are NSS (Coolkey installs its module to the NSS database), [https://admin.fedoraproject.org/pkgdb/package/esc ESC] and [https://admin.fedoraproject.org/pkgdb/package/rpms/pesign/ pesign] (explicit requires should be [https://bugzilla.redhat.com/show_bug.cgi?id=1349073 removed]).
The provided libraries are dynamically loaded PKCS#11 libraries, so existing applications should not depend directly on either package. The transition should be smooth as the change of the path in the configurations, if any. The only exceptions are NSS (Coolkey installs its module to the NSS database), [https://admin.fedoraproject.org/pkgdb/package/esc ESC] and [https://admin.fedoraproject.org/pkgdb/package/rpms/pesign/ pesign] (explicit requires should be [https://bugzilla.redhat.com/show_bug.cgi?id=1349073 removed]).


  $ dnf repoquery --whatrequires coolkey
  $ dnf repoquery --whatrequires coolkey
Line 40: Line 40:
* Get rid of explicit requires (pesign, esc)
* Get rid of explicit requires (pesign, esc)
* Switch the default PKCS#11 module in applications from Coolkey to OpenSC (NSS, ESC, pesign, ...?)
* Switch the default PKCS#11 module in applications from Coolkey to OpenSC (NSS, ESC, pesign, ...?)
* Retire the Coolkey package from Fedora (estimated in Fedora 27)
* Retire the Coolkey package from Fedora (estimated in Fedora 27+)


During last months we worked with NSS to implement and test missing features in OpenSC to follow CoolKey driver and specification behavior.
During last months we worked with NSS to implement and test missing features in OpenSC to follow CoolKey driver and specification behavior.
Line 47: Line 47:
<!-- What is the benefit to the platform?  If this is a major capability update, what has changed?  If this is a new functionality, what capabilities does it bring? Why will Fedora become a better distribution or project because of this proposal?-->
<!-- What is the benefit to the platform?  If this is a major capability update, what has changed?  If this is a new functionality, what capabilities does it bring? Why will Fedora become a better distribution or project because of this proposal?-->


Having multiple PKCS#11 provider libraries can be confusing for users especially when used over proxy, such as p11-kit. In this case the tokens could show up multiple times.
Having multiple PKCS#11 provider libraries can be confusing for users especially when used over proxy, such as p11-kit. In this case the tokens could show up multiple times with different functionality.


There is no significant development going on in Coolkey anymore, unlike with OpenSC, which has very active upstream, both delivering new drivers for new cards frequently and fixing problems promptly.
There is no significant development going on in Coolkey anymore, unlike with OpenSC, which has very active upstream, both delivering new drivers for new cards frequently and fixing reported problems promptly.


== Scope ==
== Scope ==
Line 66: Line 66:
* Make sure you have installed the packages below:
* Make sure you have installed the packages below:
** <code>opensc</code>, <code>coolkey</code> and <code>nss</code>
** <code>opensc</code>, <code>coolkey</code> and <code>nss</code>
* The command <code>modutil -list -dbdir /etc/pki/nssdb</code> should list <code>CoolKey PKCS #11 Module</code>
* The command <code>modutil -list -dbdir /etc/pki/nssdb</code>
** should not list <code>CoolKey PKCS #11 Module</code>
** should list <code>OpenSC PKCS #11 Module</code>
* Any of your application using Smart Cards/PKCS#11 should work with <code>/usr/lib64/pkcs11/opensc-pkcs11.so</code> PKCS#11 module instead of <code>/usr/lib64/pkcs11/libcoolkeypk11.so</code>
* Any of your application using Smart Cards/PKCS#11 should work with <code>/usr/lib64/pkcs11/opensc-pkcs11.so</code> PKCS#11 module instead of <code>/usr/lib64/pkcs11/libcoolkeypk11.so</code>


Line 75: Line 77:


== Dependencies ==
== Dependencies ==
The dependency on Coolkeey package should be dropped or changed to OpenSC.
The dependency on Coolkey package should be dropped or changed to OpenSC.


<!-- What other packages (RPMs) depend on this package?  Are there changes outside the developers' control on which completion of this change depends?  In other words, completion of another change owned by someone else and might cause you to not be able to finish on time or that you would need to coordinate?  Other upstream projects like the kernel (if this is not a kernel change)? -->
<!-- What other packages (RPMs) depend on this package?  Are there changes outside the developers' control on which completion of this change depends?  In other words, completion of another change owned by someone else and might cause you to not be able to finish on time or that you would need to coordinate?  Other upstream projects like the kernel (if this is not a kernel change)? -->

Revision as of 10:17, 2 February 2017

Replace Coolkey with OpenSC

Summary

There are more PKCS#11 libraries supporting the same smart cards in the system. For the next releases, we would like to promote OpenSC as a default PKCS#11 provided to the place where Coolkey driver is used these days, which will extend a list of supported smart cards and make use of the most of the OpenSC.

Owner

  • Name: Jakub Jelen
  • Email: jjelen@redhat.com
  • Release notes owner:

Current status

  • Targeted release: Fedora 26
  • Last updated: 2017-02-02
  • Tracker bug: <will be assigned by the Wrangler>

Detailed Description

Currently, there are several PKCS#11 modules available in Fedora. Some of them provide the same functionality as the others. Currently, the majority of the work around smart cards is done in the OpenSC project supporting all the major cards we are interested to have in Fedora. On the other side, there is no significant development efforts in Coolkey project, which is currently used by default in some applications (NSS).

The provided libraries are dynamically loaded PKCS#11 libraries, so existing applications should not depend directly on either package. The transition should be smooth as the change of the path in the configurations, if any. The only exceptions are NSS (Coolkey installs its module to the NSS database), ESC and pesign (explicit requires should be removed).

$ dnf repoquery --whatrequires coolkey
esc-0:1.1.0-30.fc25.x86_64
pesign-0:0.112-4.fc25.x86_64

We would like to

  • Get rid of explicit requires (pesign, esc)
  • Switch the default PKCS#11 module in applications from Coolkey to OpenSC (NSS, ESC, pesign, ...?)
  • Retire the Coolkey package from Fedora (estimated in Fedora 27+)

During last months we worked with NSS to implement and test missing features in OpenSC to follow CoolKey driver and specification behavior.

Benefit to Fedora

Having multiple PKCS#11 provider libraries can be confusing for users especially when used over proxy, such as p11-kit. In this case the tokens could show up multiple times with different functionality.

There is no significant development going on in Coolkey anymore, unlike with OpenSC, which has very active upstream, both delivering new drivers for new cards frequently and fixing reported problems promptly.

Scope

  • Proposal owners:

For Fedora 26, we want to switch all applications to OpenSC and leave Coolkey as a backup. We will unregister coolkey from NSS database and register OpenSC instead.

For Fedora 27, we would like to retire coolkey package, if there will not show up any problem with the transition in previous phase.

Upgrade/compatibility impact

Previously installed Fedora will have Coolkey registered in NSS database (if installed). The upgrade path needs to ensure that the coolkey will be removed from database and OpenSC installed instead (explicit requires Coolkey -> OpenSC?).

All the cards supported by Coolkey should be supported by OpenSC by now (CAC patch pending).

How To Test

  • Make sure you have installed the packages below:
    • opensc, coolkey and nss
  • The command modutil -list -dbdir /etc/pki/nssdb
    • should not list CoolKey PKCS #11 Module
    • should list OpenSC PKCS #11 Module
  • Any of your application using Smart Cards/PKCS#11 should work with /usr/lib64/pkcs11/opensc-pkcs11.so PKCS#11 module instead of /usr/lib64/pkcs11/libcoolkeypk11.so

User Experience

N/A (not a System Wide Change)

Dependencies

The dependency on Coolkey package should be dropped or changed to OpenSC.


N/A (not a System Wide Change)

Contingency Plan

  • Contingency mechanism: (What to do? Who will do it?) N/A (not a System Wide Change)
  • Contingency deadline: N/A (not a System Wide Change)
  • Blocks release? N/A (not a System Wide Change), Yes/No
  • Blocks product? product

Documentation

N/A (not a System Wide Change)

Release Notes