# # # patch "README.encapsulation" # from [485029c5b411db1f2969d61377d5ba1d39fa4cd9] # to [80eaaa88dafaf7825a965dd22192c17e38486120] # ============================================================ --- README.encapsulation 485029c5b411db1f2969d61377d5ba1d39fa4cd9 +++ README.encapsulation 80eaaa88dafaf7825a965dd22192c17e38486120 @@ -199,3 +199,25 @@ keys.cc: app.opts.ssh_sign app.keys... app.agent + app.signers + app.lua.hook_persist_phrase_ok() + needs: check_signature() + + check_signature(): + app.verifiers + app.lua.hook_persist_phrase_ok + + encrypt_rsa(): + (takes 'lua' argument, but doesn't use it??) + + decrypt_rsa(): + needs: get_private_key() + + require_password(): + needs: priv_key_exists() + app.keys.get_key_dir() + needs: load_key_pair() + app.lua.hook_persist_phrase_ok() + needs: make_signature() + needs: check_signature() +