alexbrainman / sspi

Windows SSPI
BSD 3-Clause "New" or "Revised" License
84 stars 27 forks source link

sspi: avoid panic when decrypting messages larger than 2097152 bytes #9

Closed vanackere closed 3 years ago

vanackere commented 3 years ago

(I got the panic in real life when using this package for a LDAP / SASL negotiation)

alexbrainman commented 3 years ago

We don't want panics.

Thank you very much.

Alex