forked from wolfSSL/wolfssl
Merge pull request #83 from jspada/max-altname-buffer-len
Increased max AltName buffer size (for cert generation)
This commit is contained in:
@@ -77,7 +77,7 @@ enum Ctc_Encoding {
|
|||||||
enum Ctc_Misc {
|
enum Ctc_Misc {
|
||||||
CTC_NAME_SIZE = 64,
|
CTC_NAME_SIZE = 64,
|
||||||
CTC_DATE_SIZE = 32,
|
CTC_DATE_SIZE = 32,
|
||||||
CTC_MAX_ALT_SIZE = 8192, /* may be huge */
|
CTC_MAX_ALT_SIZE = 16384, /* may be huge */
|
||||||
CTC_SERIAL_SIZE = 8
|
CTC_SERIAL_SIZE = 8
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user