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>
Sat, 7 Dec 2019 17:08:50 +0000 (17:08 +0000)
commita4c4e501136b26eb64efad94bc496e96a3c9bdf3
tree122fbe9590ac97b3e800271b0a2dccac5e516c86
parent4acb4ae279790fd8818707d7fe3a16b7c6ac80b3
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