Add a test for loading serverinfo data from memory
authorMatt Caswell <matt@openssl.org>
Thu, 4 May 2017 10:28:08 +0000 (11:28 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 4 May 2017 15:02:08 +0000 (16:02 +0100)
commit16afd71c1dbafad398fc0c40e90b06acccca29de
treeadf10be24de76aca35bbe40cda15c5f5f6a41e12
parentbade29da33155afc87ed5806c996efea7684666c
Add a test for loading serverinfo data from memory

The previous commit fixed a bug which occurs when serverinfo is loaded
from memory (not from a file). This adds a test for loading serverinfo
from memory.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3382)
test/sslapitest.c