projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9725bda
)
Produce PEM we would consume.
author
Ben Laurie
<ben@links.org>
Wed, 25 Sep 2013 12:55:06 +0000
(13:55 +0100)
committer
Ben Laurie
<ben@links.org>
Wed, 25 Sep 2013 12:57:36 +0000
(13:57 +0100)
apps/s_client.c
patch
|
blob
|
history
diff --git
a/apps/s_client.c
b/apps/s_client.c
index 9efea79aaf58100e34b2247d78b4c57672d86cbb..36edaef01e2d833892461e9029aefc6f95448479 100644
(file)
--- a/
apps/s_client.c
+++ b/
apps/s_client.c
@@
-592,7
+592,8
@@
static int serverinfo_cli_cb(SSL* s, unsigned short ext_type,
ext_buf[3] = inlen & 0xFF;
memcpy(ext_buf+4, in, inlen);
- BIO_snprintf(pem_name, sizeof(pem_name), "SERVER_INFO %d", ext_type);
+ BIO_snprintf(pem_name, sizeof(pem_name), "SERVERINFO FOR EXTENSION %d",
+ ext_type);
PEM_write_bio(bio_c_out, pem_name, "", ext_buf, 4 + inlen);
return 1;
}