chiark / gitweb /
sigpubkey/sigprivkey: Provide a dispose() method
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 29 Sep 2019 13:21:31 +0000 (14:21 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 30 Dec 2019 13:15:49 +0000 (13:15 +0000)
commitcd8a1c31b9aab10493806953a077c4a75fb91104
treec4f31bff43596bb5abd01ca75ad269a338b517e4
parent1957436bba0bcd420f88ae9fa1126ad4574b0c53
sigpubkey/sigprivkey: Provide a dispose() method

This is needed allow the site code to load and unload keys
dynamically.

This is just the interface, with no implemntation and no callers,
split out like this for early review.

The two xxx's will be fixed rather later in
  "rsa1: Provide dispose functions"
(but, obviously, before we add any callers).

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