commit | 3681b118ec78e1052bec2b271eed8ed3c707b37a | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sat Feb 07 17:14:21 2009 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sat Feb 07 17:14:21 2009 +0000 |
tree | d808bdf26abc7f8167197270ba6e916c0a8aff83 | |
parent | 2da561c2a17b6d32cd24fc73956536905343ce3f [diff] [blame] |
- Enlarged debug buffer to facilitate long certificate values and filenames
diff --git a/library/x509parse.c b/library/x509parse.c index 8029bc5..83e5247 100644 --- a/library/x509parse.c +++ b/library/x509parse.c
@@ -1402,7 +1402,7 @@ { int i, n; char *p, *end; - static char buf[512]; + static char buf[1024]; p = buf; end = buf + sizeof( buf ) - 1;