Send revocations automatically on deauth for instant kill, also fix some issues with the RP.
This commit is contained in:
parent
66dfc33de9
commit
5e6a4e5f5e
8 changed files with 47 additions and 8 deletions
|
@ -1422,8 +1422,8 @@ Membership::AddCredentialResult Network::addCredential(const Address &sentFrom,c
|
|||
outp.append((uint16_t)0); // no capabilities
|
||||
outp.append((uint16_t)0); // no tags
|
||||
outp.append((uint16_t)1); // one revocation!
|
||||
outp.append((uint16_t)0); // no certificates of ownership
|
||||
rev.serialize(outp);
|
||||
outp.append((uint16_t)0); // no certificates of ownership
|
||||
RR->sw->send(outp,true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue