Skip to content

Commit f2ae77b

Browse files
committed
cipher: raise MAX_AUTH_DATA to 4 KiB
Kerberos-GCM AAD (~1.8 KiB) overflowed the old 1 KiB cap, triggering GNUTLS_E_SHORT_MEMORY_BUFFER and Samba test failures. 4 KiB unblocks normal traffic; dynamic buffering can follow.
1 parent 13c29c1 commit f2ae77b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

wolfssl-gnutls-wrapper/src/wolfssl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ void __attribute__((constructor)) wolfssl_init(void) {
3232
}
3333

3434
#ifdef ENABLE_WOLFSSL
35+
/************************ Module functions *****************************/
3536

3637
/**
3738
* Module initialization

0 commit comments

Comments
 (0)