2
edits
m (→NSS (Network Security Services): Clean up wiki formatting) |
|||
Line 238: | Line 238: | ||
| Implement RFC7512 PKCS#11 URI support and system integration | | Implement RFC7512 PKCS#11 URI support and system integration | ||
| [https://tools.ietf.org/html/rfc7512 RFC7512] defines a URI standard for identifying PKCs#11 tokens and the objects therein. We need to implement a PK11_FindCertByURI() or similar function, and also make it possible to obtain/generate the URI for a given CERT and other objects which have been found/selected by other means. See [https://bugzilla.mozilla.org/show_bug.cgi?id=1162897 bug 1162897] for details. Also, NSS does not obey the system configuration for which PKCS#11 tokens to load, as described in [https://bugzilla.mozilla.org/show_bug.cgi?id=248722 bug 248722]. We should fix this too. | | [https://tools.ietf.org/html/rfc7512 RFC7512] defines a URI standard for identifying PKCs#11 tokens and the objects therein. We need to implement a PK11_FindCertByURI() or similar function, and also make it possible to obtain/generate the URI for a given CERT and other objects which have been found/selected by other means. See [https://bugzilla.mozilla.org/show_bug.cgi?id=1162897 bug 1162897] for details. Also, NSS does not obey the system configuration for which PKCS#11 tokens to load, as described in [https://bugzilla.mozilla.org/show_bug.cgi?id=248722 bug 248722]. We should fix this too. | ||
See dev-tech-crypto email at https://www.mail-archive.com/dev-tech-crypto@lists.mozilla.org/msg12493.html | |||
| C coding, familiarity with PKCS#11 preferable | | C coding, familiarity with PKCS#11 preferable | ||
| dwmw2 | | dwmw2 |
edits