diff options
author | Viktor Dukhovni <openssl-users@dukhovni.org> | 2021-08-30 21:09:43 +0200 |
---|---|---|
committer | Viktor Dukhovni <openssl-users@dukhovni.org> | 2021-09-03 06:11:53 +0200 |
commit | 305c77aa8211beefe9c4081a8ffea4280c9765fc (patch) | |
tree | e8fb4e18bff52e4a97f10e7e2b2b05b2691a2728 /test/danetest.c | |
parent | Prioritise DANE TLSA issuer certs over peer certs (diff) | |
download | openssl-305c77aa8211beefe9c4081a8ffea4280c9765fc.tar.xz openssl-305c77aa8211beefe9c4081a8ffea4280c9765fc.zip |
Test for DANE cross cert fix
Reviewed-by: Tomáš Mráz <tomas@openssl.org>
Diffstat (limited to 'test/danetest.c')
-rw-r--r-- | test/danetest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/danetest.c b/test/danetest.c index 6217e5470d..8af31aa34e 100644 --- a/test/danetest.c +++ b/test/danetest.c @@ -149,7 +149,7 @@ err: static char *read_to_eol(BIO *f) { - static char buf[1024]; + static char buf[4096]; int n; if (!BIO_gets(f, buf, sizeof(buf))) |