Closed
Description
Currently plugin manager requires registered plugin name passed to registerPluginFactory() to be string literal (or at least remain unchanged during module lifetime). This rule is violated for example in SRP authentication plugins with hashes stronger than SHA1 which works only because it's builtin plugin, i.e. a kind of luck.
Passed registered plugin name should be stored inside plugin manager.