PPAP integration

This commit is contained in:
2026-07-16 19:36:30 +03:00
parent ba64a0c95a
commit 4cd9f928ff
36 changed files with 6586 additions and 656 deletions
@@ -15,6 +15,7 @@ namespace Esiur.Net.Packets
// Actions
Handshake = 0x80,
FinalHandshake = 0x81,
KeyRotation = 0x82,
// Acks
Denied = 0x40, // no reason, terminate connection
@@ -33,6 +34,7 @@ namespace Esiur.Net.Packets
ErrorRetry = 0xC3,
IndicationEstablished = 0xC8,
KeyRotationEstablished = 0xC9,
IAuthPlain = 0xD0,
IAuthHashed = 0xD1,