[SECNET RFC PATCH 0/5] Signature scheme interface proposal

Ian Jackson ijackson at chiark.greenend.org.uk
Sun Sep 29 14:47:16 BST 2019


I think this is roughly what the rest of my public key rollover and
provisioning machinery needs, at least as far as the code within
secnet goes.

I have not yet implemented this even for rsa1; nor have I yet tried
to compile anything that calls it.  I will carry on, but some review
would be good.

Thanks.

Ian Jackson (5):
  hash: Put hash state on the caller's stack
  hash: Provide and use hash_hash connvenience function
  sigpubkey/sigprivkey: Provide a hash_if
  sigpubkey/sigprivkey: Provide a dispose() method
  sigscheme: Interface for signature schemes

 md5.c    | 17 ++++++-----------
 rsa.c    | 30 ++++++++++++++----------------
 secnet.h | 47 ++++++++++++++++++++++++++++++++++++++++++-----
 sha1.c   | 17 ++++++-----------
 util.c   |  8 ++++++++
 util.h   |  3 +++
 6 files changed, 79 insertions(+), 43 deletions(-)

-- 
2.11.0




More information about the sgo-software-discuss mailing list