C:\OpenSSL\bin>openssl s_server -accept 5011 -dtls1 -debug Loading 'screen' into random state - done
Using default temp DH parameters Using default temp ECDH parameters ACCEPT read from 0xced570 [0x1ac2c80] (18437 bytes => 107 (0x6B)) 0000 - 16 fe ff 00 00 00 00 00-00 00 00 00 5e 01 00 00 ............^... 0010 - 52 00 00 00 00 00 00 00-52 fe ff 4b 51 9b f8 5d R.......R..KQ..] 0020 - f1 b0 87 51 80 0f 19 9a-cd f5 80 30 57 b6 85 22 ...Q.......0W.." 0030 - 96 85 72 23 a1 cf 32 71-bc 59 cc 00 00 00 24 00 ..r#..2q.Y....$. 0040 - 39 00 38 00 35 00 16 00-13 00 0a 00 33 00 32 00 9.8.5.......3.2. 0050 - 2f 00 07 00 15 00 12 00-09 00 14 00 11 00 08 00 /............... 0060 - 06 00 ff 01 00 00 04 00-23 ........# 006b - <SPACES/NULS> write to 0xced570 [0x1a919a8] (48 bytes => 48 (0x30)) 0000 - 16 fe ff 00 00 00 00 00-00 00 00 00 23 03 00 00 ............#... 0010 - 17 00 00 00 00 00 00 00-17 fe ff 14 80 aa 61 6c ..............al 0020 - 49 c8 1b 05 11 ed 93 f4-07 ac 94 3c d2 f1 10 25 I..........<...% read from 0xced570 [0x1ac2c80] (18437 bytes => 127 (0x7F)) 0000 - 16 fe ff 00 00 00 00 00-00 00 01 00 72 01 00 00 ............r... 0010 - 66 00 01 00 00 00 00 00-66 fe ff 4b 51 9b f8 5d f.......f..KQ..] 0020 - f1 b0 87 51 80 0f 19 9a-cd f5 80 30 57 b6 85 22 ...Q.......0W.." 0030 - 96 85 72 23 a1 cf 32 71-bc 59 cc 00 14 80 aa 61 ..r#..2q.Y.....a 0040 - 6c 49 c8 1b 05 11 ed 93-f4 07 ac 94 3c d2 f1 10 lI..........<... 0050 - 25 00 24 00 39 00 38 00-35 00 16 00 13 00 0a 00 %.$.9.8.5....... 0060 - 33 00 32 00 2f 00 07 00-15 00 12 00 09 00 14 00 3.2./........... 0070 - 11 00 08 00 06 00 ff 01-00 00 04 00 23 ............# 007f - <SPACES/NULS> write to 0xced570 [0x1a919a8] (15 bytes => 15 (0xF)) 0000 - 15 fe ff 00 00 00 00 00-00 00 01 00 02 02 28 ..............( ERROR 6032:error:140A1144:SSL routines:SSL_BYTES_TO_CIPHER_LIST:scsv received when renegotiating:.\ssl\ssl_lib.c:1354:shutting down SSL CONNECTION CLOSED ACCEPT
I am getting a "ssl handshake failure" when attempting to test DTLS with the latest available snapshot of 0.9.8. I've attached debug dumps of s_server and s_client showing the errors. Compiled with ml & VS2008 on Vista SP2I am getting a "ssl handshake failure" when attempting to test DTLS with the latest available snapshot of 0.9.8. I've attached debug dumps of s_server and s_client showing the errors.
Compiled with ml & VS2008 on Vista SP2
C:\OpenSSL\bin>openssl s_client -connect localhost:5011 -dtls1 -debug Loading 'screen' into random state - done CONNECTED(00000114) write to 0x1c4d448 [0x1b0f8f0] (107 bytes => 107 (0x6B)) 0000 - 16 fe ff 00 00 00 00 00-00 00 00 00 5e 01 00 00 ............^... 0010 - 52 00 00 00 00 00 00 00-52 fe ff 4b 51 9b f8 5d R.......R..KQ..] 0020 - f1 b0 87 51 80 0f 19 9a-cd f5 80 30 57 b6 85 22 ...Q.......0W.." 0030 - 96 85 72 23 a1 cf 32 71-bc 59 cc 00 00 00 24 00 ..r#..2q.Y....$. 0040 - 39 00 38 00 35 00 16 00-13 00 0a 00 33 00 32 00 9.8.5.......3.2. 0050 - 2f 00 07 00 15 00 12 00-09 00 14 00 11 00 08 00 /............... 0060 - 06 00 ff 01 00 00 04 00-23 ........# 006b - <SPACES/NULS> read from 0x1c4d448 [0x1b0b0e0] (18437 bytes => 48 (0x30)) 0000 - 16 fe ff 00 00 00 00 00-00 00 00 00 23 03 00 00 ............#... 0010 - 17 00 00 00 00 00 00 00-17 fe ff 14 80 aa 61 6c ..............al 0020 - 49 c8 1b 05 11 ed 93 f4-07 ac 94 3c d2 f1 10 25 I..........<...% write to 0x1c4d448 [0x1b15278] (127 bytes => 127 (0x7F)) 0000 - 16 fe ff 00 00 00 00 00-00 00 01 00 72 01 00 00 ............r... 0010 - 66 00 01 00 00 00 00 00-66 fe ff 4b 51 9b f8 5d f.......f..KQ..] 0020 - f1 b0 87 51 80 0f 19 9a-cd f5 80 30 57 b6 85 22 ...Q.......0W.." 0030 - 96 85 72 23 a1 cf 32 71-bc 59 cc 00 14 80 aa 61 ..r#..2q.Y.....a 0040 - 6c 49 c8 1b 05 11 ed 93-f4 07 ac 94 3c d2 f1 10 lI..........<... 0050 - 25 00 24 00 39 00 38 00-35 00 16 00 13 00 0a 00 %.$.9.8.5....... 0060 - 33 00 32 00 2f 00 07 00-15 00 12 00 09 00 14 00 3.2./........... 0070 - 11 00 08 00 06 00 ff 01-00 00 04 00 23 ............# 007f - <SPACES/NULS> read from 0x1c4d448 [0x1b0b0e0] (18437 bytes => 15 (0xF)) 0000 - 15 fe ff 00 00 00 00 00-00 00 01 00 02 02 28 ..............( 3432:error:14102410:SSL routines:DTLS1_READ_BYTES:sslv3 alert handshake failure:.\ssl\d1_pkt.c:1020:SSL alert number 40 3432:error:1410C0E5:SSL routines:DTLS1_WRITE_APP_DATA_BYTES:ssl handshake failure:.\ssl\d1_pkt.c:1231:
