From ba7fbd09604977c67d4a811123ba07ab6dbd3a1f Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 13 Mar 2013 21:49:50 +0100 Subject: test509: libcurl initialization with memory callbacks and actual usage --- tests/data/test509 | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 tests/data/test509 (limited to 'tests/data/test509') diff --git a/tests/data/test509 b/tests/data/test509 new file mode 100644 index 000000000..dfe9027c6 --- /dev/null +++ b/tests/data/test509 @@ -0,0 +1,36 @@ + +# +# Server-side + + + +# Client-side + + +none + +# tool is what to use instead of 'curl' + +lib509 + + + +initialization with memory callbacks and actual usage + + +nothing + + + +# +# Verify data after the test has been "shot" + + +seen custom_calloc() +seen custom_malloc() +seen custom_realloc() +seen custom_free() + + + + -- cgit v1.2.3