## page was renamed from Software/DevelopmentTeam/Bug
'''Back to [[Software/DevelopmentTeam]]'''
----

= Scratchpad for Status of Bug#1417 =

== Overview ==

Replacement of <keygen>-Tag.

The deprecated <keygen>-Tag instructs the browser's keystorage to create a private/public key pair and returns the created public part in form of a certificate signing request as form based data to the server.

== Libraries ==

=== pkijs.org ===
[[https://pkijs.org/]]

Based on [[https://www.w3.org/TR/WebCryptoAPI/|WebCryptoAPI]], seems to be able to do what we need, but maybe storing the new key in the key storage is not possible without file export.

=== Forge ===

[[https://github.com/digitalbazaar/forge#pkcs10]]

Chromium only?


----
 . CategorySoftware
 . CategoryBugDetails