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 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?


Software/DevelopmentTeam/Bug1417 (last edited 2019-09-10 21:58:17 by BernhardFröhlich)