Développement #1443
Backport full support for password encrypted signing keys to lasso 2.2.2
Start date:
18 May 2012
Due date:
% Done:
0%
Estimated time:
Patch proposed:
Planning:
Description
The password must be passed from the server object to the nodes and to the respective loading API in openssl and xmlsec.
Files
History
Updated by Benjamin Dauvergne over 12 years ago
The backport as been pushed into the branch named rel-2-2-2-backport-key-with-password, tip of it is commit 1d1bba.
There is a minimal ABI breakage by addition of a field of signature « const char *private_key_password » to the structures LassoSamlp2RequestAbstract, LassoSamlp2StatusResponse and LassoSaml2Assertion but the effect should be nil on users of the python bindings especially as the library and binding code are going to be recompiled.
I also attach a patch upon lasso-2.2.2.tar.gz to this comment.