Skip to content
Snippets Groups Projects
  • Simon Tatham's avatar
    e563627d
    Pageant client: functions to send reencryption requests. · e563627d
    Simon Tatham authored
    The reencrypt-all request is unusual in its ability to be _partially_
    successful. To handle this I've introduced a new return status,
    PAGEANT_ACTION_WARNING. At the moment, users of this client code don't
    expect it to appear on any request, and I'll make them watch for it
    only in the case where I know a particular function can generate it.
    e563627d
    History
    Pageant client: functions to send reencryption requests.
    Simon Tatham authored
    The reencrypt-all request is unusual in its ability to be _partially_
    successful. To handle this I've introduced a new return status,
    PAGEANT_ACTION_WARNING. At the moment, users of this client code don't
    expect it to appear on any request, and I'll make them watch for it
    only in the case where I know a particular function can generate it.