You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I call client.wrap(HUGE_BUFFER) or client.unwrap(HUGE_BUFFER), where HUGE_BUFFER > max_buffer, it should raise an exception. The caller should probably call wrap() or unwrap() in a loop based on client._chosen_mech.max_buffer.
The text was updated successfully, but these errors were encountered:
Is a buffer size negotiated in the plain algorithm? You only need to call wrap() or unwrap() if qop=auth-int or auth-conf, which it won't be for the plain mechanism.
If I call client.wrap(HUGE_BUFFER) or client.unwrap(HUGE_BUFFER), where HUGE_BUFFER > max_buffer, it should raise an exception. The caller should probably call wrap() or unwrap() in a loop based on
client._chosen_mech.max_buffer
.The text was updated successfully, but these errors were encountered: