mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
- Test SSL information
This commit is contained in:
@ -33,14 +33,8 @@
|
|||||||
#include "polarssl/havege.h"
|
#include "polarssl/havege.h"
|
||||||
|
|
||||||
#define SERVER_PORT 443
|
#define SERVER_PORT 443
|
||||||
/*
|
|
||||||
#define SERVER_NAME "localhost"
|
#define SERVER_NAME "localhost"
|
||||||
#define GET_REQUEST "GET / HTTP/1.0\r\n\r\n"
|
#define GET_REQUEST "GET / HTTP/1.0\r\n\r\n"
|
||||||
*/
|
|
||||||
#define SERVER_NAME "mijn.postbank.nl"
|
|
||||||
#define GET_REQUEST \
|
|
||||||
"GET /hello/ HTTP/1.1\r\n" \
|
|
||||||
"Host: mijn.postbank.nl\r\n\r\n"
|
|
||||||
|
|
||||||
#define DEBUG_LEVEL 4
|
#define DEBUG_LEVEL 4
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user