chiark / gitweb /
rsa: Provide dict context argument in load_ctx
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 13 Feb 2020 16:48:37 +0000 (16:48 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 15 Feb 2020 21:56:55 +0000 (21:56 +0000)
commit686e21aa2afbd14c3e59962f02a31c4dcd62e5d8
treebaff59b1e065bbf4be3095a56f5427950dc437ba
parentcfa89389d4ffbb8f28dcc15a3caa702fe9fc50fe
rsa: Provide dict context argument in load_ctx

This is going to be used to make the old rsa-public and rsa-private
names honour a "hash" dictionary key in the context.

The new generic privcache and keyset machinery will use a fixed hash
so does not pass the dictionary.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
rsa.c