libsec: increase handshake message buffer size (MaxChunk) to 32K (thanks sl)
_sl → webfs doesn't like packetfire.org: '/mnt/web/body' 0 No status tls: local handshake message too long 30781 16384
This commit is contained in:
parent
5635ac3f68
commit
9e196fd0e2
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ enum {
|
|||
TLSFinishedLen = 12,
|
||||
SSL3FinishedLen = MD5dlen+SHA1dlen,
|
||||
MaxKeyData = 136, // amount of secret we may need
|
||||
MaxChunk = 1<<14,
|
||||
MaxChunk = 1<<15,
|
||||
RandomSize = 32,
|
||||
SidSize = 32,
|
||||
MasterSecretSize = 48,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue