Closed (fixed)
Project:
Pubkey Encrypt
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2016 at 16:12 UTC
Updated:
14 Jul 2016 at 22:38 UTC
Jump to comment: Most recent
Currently the module is generating Public/Private key pairs by leveraging the OpenSSL library. The logic of Public/Private keys generation should be abstracted into a pluggable system instead of being hard-coded into the module. In this way, one would be able to easily configure the module to use any other library for Public/Private keys generation just by providing a plugin implementation.
Comments
Comment #2
talhaparacha commentedPostponed until a working prototype of the module is ready.
Comment #3
talhaparacha commentedComment #4
talhaparacha commentedDone in https://github.com/d8-contrib-modules/pubkey_encrypt/pull/6.