解释OpenSSL调试消息

时间:2014-11-10 07:22:32

标签: debugging openssl

我运行了一个openssl服务器:

openssl s_server -accept 2000 -cert ~/sss/server.crt -key ~/sss/server.key -debug

我运行了一个openssl客户端:

openssl s_client -connect localhost:2000

然后,从客户端,我发送了'hello'文本。

服务器回复:

read from 0x7fc359415ed0 [0x7fc35980fe03] (5 bytes => 5 (0x5))
0000 - 17 03 01                                          ...
0005 -
read from 0x7fc359415ed0 [0x7fc35980fe08] (32 bytes => 32 (0x20))
0000 - 0a d1 ab 77 96 cd af 46-a0 26 11 f5 34 3b 77 39   ...w...F.&..4;w9
0010 - 8f 44 26 f7 f5 87 46 74-22 5f 27 34 f1 61 7f cb   .D&...Ft"_'4.a..
read from 0x7fc359415ed0 [0x7fc35980fe03] (5 bytes => 5 (0x5))
0000 - 17 03 01                                          ...
0005 - 
read from 0x7fc359415ed0 [0x7fc35980fe08] (32 bytes => 32 (0x20))
0000 - e3 14 00 18 82 95 d9 aa-9a 70 7e 75 b2 21 26 91   .........p~u.!&.
0010 - eb fe 3d ac 9e 24 73 08-39 9b cd ab d0 99 cc 71   ..=..$s.9......q

每个内存地址引用什么? 0x7fc359415ed0等

0 个答案:

没有答案