add some more tls wip code
This commit is contained in:
8
fmt_tls_serverhellodone.c
Normal file
8
fmt_tls_serverhellodone.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "tinytls.h"
|
||||
#include <string.h>
|
||||
|
||||
size_t fmt_tls_serverhellodone(char* dest) {
|
||||
if (dest)
|
||||
memcpy(dest,"\x16\x03\x03\x00\x04\x0e\x00\x00",9);
|
||||
return 9;
|
||||
}
|
||||
Reference in New Issue
Block a user