Skip to content

Revert PKCS#11 support

Michael Catanzaro requested to merge mcatanzaro/pkcs11-revert into master

This reverts commit be1d6404 and related PKCS#11 commits.

There are three problems: (a) The glib-networking implementation normally works, but the test has been broken for a long time. I'm not comfortable with adding a major new feature without a working test. This is #104 (closed). (b) The WebKit implementation never landed. There is a working patch, but it hasn't been accepted upstream yet. This API isn't needed in GLib until WebKit is ready to start using it. https://bugs.webkit.org/show_bug.cgi?id=200805. (c) Similarly, even if the WebKit API was ready, that itself isn't useful until an application is ready to start using it, and the Epiphany level work never happened.

See #104 (closed)

Merge request reports