CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/13 00:53:10
Modified files:
usr.bin/ssh : ssh-agent.c sshkey-xmss.c sshkey.c sshkey.h
Log message:
fix shield/unshield for xmss keys:
- in ssh-agent we need to delay the call to shield
until we have received key specific options.
- when serializing xmss keys for shield we need to deal with
all optional components (e.g. state might not be loaded).
ok djm@
