Skip to content
Snippets Groups Projects
Commit e766f07f authored by deuce's avatar deuce
Browse files

This patch fixes the "Server provided a broken/invalid certificate"

messages (at least up to 4k attributes).

I'll tie it into the build with the incoming Cryptlib update, but I want
it to be a separate commit since it fixes a long-standing issue while the
rest of the update commit will just unbreak new broken bits.
parent b815aaf7
No related branches found
No related tags found
No related merge requests found
--- ../tmp2/misc/consts.h 2019-02-22 19:36:36.000000000 -0500
+++ misc/consts.h 2019-06-03 18:05:43.345982000 -0400
@@ -226,7 +226,7 @@
creating things like certs containing MPEGs of themselves playing with
their cat */
-#define MAX_ATTRIBUTE_SIZE 1024
+#define MAX_ATTRIBUTE_SIZE 4096
/* Some objects contain internal buffers used to process data whose size can
be specified by the user, the following is the minimum and maximum size
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment