Prevent possible buffer overflows when using very large (>= 8192 bit) RSA keys.
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 3 Jun 2005 10:16:03 +0000 (10:16 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 3 Jun 2005 10:16:03 +0000 (10:16 +0000)
commite810545dc2ae158745624c1575b76c55f883c892
treed28af5132179c5e07f346af2e5b6dc484a938b63
parent02746165a21a4a495d0069526c9a2355110a5784
Prevent possible buffer overflows when using very large (>= 8192 bit) RSA keys.
Thanks to Tonnerre Lombard for noticing!
THANKS
src/protocol.h
src/protocol_auth.c
src/protocol_key.c