mbed TLS version used = 2.8.0
I have adapted ssl_server.c to run on my development board. It sets up a TCP server that listens on port 4433 and is reachable through the local ip 192.168.2.2
I run the ssl_client.c from my development machine with ip 192.168.2.1, so client and server are not on the same host.
When the first encrypted message is sent by the client, I get a bad mac error on the server. I don’t know why this is happening, the master key and derived data are the same. I have attached the debug logs, would be great if someone could shed a light on this issue.
Server log
ssl_tls.c:6659: => handshake
ssl_srv.c:3976: server state: 0
ssl_tls.c:2454: => flush output
ssl_tls.c:2466: <= flush output
ssl_srv.c:3976: server state: 1
ssl_tls.c:2454: => flush output
ssl_tls.c:2466: <= flush output
ssl_srv.c:1198: => parse client hello
ssl_tls.c:2246: => fetch input
ssl_tls.c:2404: in_left: 0, nb_want: 5
ssl_tls.c:2428: in_left: 0, nb_want: 5
ssl_tls.c:2429: ssl->f_recv(_timeout)() returned 5 (-0xfffffffb)
ssl_tls.c:2441: <= fetch input
ssl_srv.c:1230: dumping ‘record header’ (5 bytes)
ssl_srv.c:1230: 0000: 16 03 01 01 8f …
ssl_srv.c:1242: client hello v3, message type: 22
ssl_srv.c:1251: client hello v3, message len.: 399
ssl_srv.c:1254: client hello v3, protocol version: [3:1]
ssl_tls.c:2246: => fetch input
ssl_tls.c:2404: in_left: 5, nb_want: 404
ssl_tls.c:2428: in_left: 5, nb_want: 404
ssl_tls.c:2429: ssl->f_recv(_timeout)() returned 399 (-0xfffffe71)
ssl_tls.c:2441: <= fetch input
ssl_srv.c:1336: dumping ‘record contents’ (399 bytes)
ssl_srv.c:1336: 0000: 01 00 01 8b 03 03 5c 38 71 1a 96 98 f0 55 f1 35 …\8q…U.5
ssl_srv.c:1336: 0010: 1f cc b5 c3 4e 78 2b 6e 71 e9 d2 89 6e 03 b2 38 …Nx+nq…n…8
ssl_srv.c:1336: 0020: 8e 7f 8f eb 39 bf 00 01 06 c0 2c c0 30 00 9f c0 …9…,.0…
ssl_srv.c:1336: 0030: ad c0 9f c0 24 c0 28 00 6b c0 0a c0 14 00 39 c0 …$.(.k…9.
ssl_srv.c:1336: 0040: af c0 a3 c0 87 c0 8b c0 7d c0 73 c0 77 00 c4 00 …}.s.w…
ssl_srv.c:1336: 0050: 88 c0 2b c0 2f 00 9e c0 ac c0 9e c0 23 c0 27 00 …+./…#.'.
ssl_srv.c:1336: 0060: 67 c0 09 c0 13 00 33 c0 ae c0 a2 c0 86 c0 8a c0 g…3…
ssl_srv.c:1336: 0070: 7c c0 72 c0 76 00 be 00 45 c0 08 c0 12 00 16 00 |.r.v…E…
ssl_srv.c:1337: 0080: ab c0 a7 c0 38 00 b3 c0 36 00 91 c0 91 c0 9b c0 …8…6…
ssl_srv.c:1336: 0090: 97 c0 ab 00 aa c0 a6 c0 37 00 b2 c0 35 00 90 c0 …7…5…
ssl_srv.c:1336: 00a0: 90 c0 96 c0 9a c0 aa c0 34 00 8f 00 9d c0 9d 00 …4…
ssl_srv.c:1336: 00b0: 3d 00 35 c0 32 c0 2a c0 0f c0 2e c0 26 c0 05 c0 =.5.2.…&…
ssl_srv.c:1336: 00c0: a1 c0 7b 00 c0 00 84 c0 8d c0 79 c0 89 c0 75 00 …{…y…u.
ssl_srv.c:1336: 00d0: 9c c0 9c 00 3c 00 2f c0 31 c0 29 c0 0e c0 2d c0 …<./.1.)…-.
ssl_srv.c:1336: 00e0: 25 c0 04 c0 a0 c0 7a 00 ba 00 41 c0 8c c0 78 c0 %…z…A…x.
ssl_srv.c:1336: 00f0: 88 c0 74 00 0a c0 0d c0 03 00 ad 00 b7 00 95 c0 …t…
ssl_srv.c:1336: 0100: 93 c0 99 00 ac 00 b6 00 94 c0 92 c0 98 00 93 00 …
ssl_srv.c:1336: 0110: a9 c0 a5 00 af 00 8d c0 8f c0 95 c0 a9 00 a8 c0 …
ssl_srv.c:1336: 0120: a4 00 ae 00 8c c0 8e c0 94 c0 a8 00 8b 00 ff 01 …
ssl_srv.c:1336: 0130: 00 00 5c 00 00 00 10 00 0e 00 00 0b 31 39 32 2e ….…192.
ssl_srv.c:1336: 0140: 31 36 38 2e 32 2e 32 00 0d 00 16 00 14 06 03 06 168.2.2…
ssl_srv.c:1336: 0150: 01 05 03 05 01 04 03 04 01 03 03 03 01 02 03 02 …
ssl_srv.c:1336: 0160: 01 00 0a 00 18 00 16 00 19 00 1c 00 18 00 1b 00 …
ssl_srv.c:1336: 0170: 17 00 16 00 1a 00 15 00 14 00 13 00 12 00 0b 00 …
ssl_srv.c:1336: 0180: 02 01 00 00 16 00 00 00 17 00 00 00 23 00 00 …#…
ssl_srv.c:1354: client hello v3, handshake type: 1
ssl_srv.c:1363: client hello v3, handshake len.: 395
ssl_srv.c:1452: dumping ‘client hello, version’ (2 bytes)
ssl_srv.c:1452: 0000: 03 03 …
ssl_srv.c:1483: dumping ‘client hello, random bytes’ (32 bytes)
ssl_srv.c:1483: 0000: 5c 38 71 1a 96 98 f0 55 f1 35 1f cc b5 c3 4e 78 \8q…U.5…Nx
ssl_srv.c:1483: 0010: 2b 6e 71 e9 d2 89 6e 03 b2 38 8e 7f 8f eb 39 bf +nq…n…8…9.
ssl_srv.c:1501: dumping ‘client hello, session id’ (0 bytes)
ssl_srv.c:1586: dumping ‘client hello, ciphersuitelist’ (262 bytes)
ssl_srv.c:1586: 0000: c0 2c c0 30 00 9f c0 ad c0 9f c0 24 c0 28 00 6b .,.0…$.(.k
ssl_srv.c:1586: 0010: c0 0a c0 14 00 39 c0 af c0 a3 c0 87 c0 8b c0 7d …9…}
ssl_srv.c:1586: 0020: c0 73 c0 77 00 c4 00 88 c0 2b c0 2f 00 9e c0 ac .s.w…+./…
ssl_srv.c:1586: 0030: c0 9e c0 23 c0 27 00 67 c0 09 c0 13 00 33 c0 ae …#.'.g…3…
ssl_srv.c:1586: 0040: c0 a2 c0 86 c0 8a c0 7c c0 72 c0 76 00 be 00 45 …|.r.v…E
ssl_srv.c:1586: 0050: c0 08 c0 12 00 16 00 ab c0 a7 c0 38 00 b3 c0 36 …8…6
ssl_srv.c:1586: 0060: 00 91 c0 91 c0 9b c0 97 c0 ab 00 aa c0 a6 c0 37 …7
ssl_srv.c:1586: 0070: 00 b2 c0 35 00 90 c0 90 c0 96 c0 9a c0 aa c0 34 …5…4
ssl_srv.c:1586: 0080: 00 8f 00 9d c0 9d 00 3d 00 35 c0 32 c0 2a c0 0f …=.5.2.…
ssl_srv.c:1586: 0090: c0 2e c0 26 c0 05 c0 a1 c0 7b 00 c0 00 84 c0 8d …&…{…
ssl_srv.c:1586: 00a0: c0 79 c0 89 c0 75 00 9c c0 9c 00 3c 00 2f c0 31 .y…u…<./.1
ssl_srv.c:1586: 00b0: c0 29 c0 0e c0 2d c0 25 c0 04 c0 a0 c0 7a 00 ba .)…-.%…z…
ssl_srv.c:1586: 00c0: 00 41 c0 8c c0 78 c0 88 c0 74 00 0a c0 0d c0 03 .A…x…t…
ssl_srv.c:1586: 00d0: 00 ad 00 b7 00 95 c0 93 c0 99 00 ac 00 b6 00 94 …
ssl_srv.c:1586: 00e0: c0 92 c0 98 00 93 00 a9 c0 a5 00 af 00 8d c0 8f …
ssl_srv.c:1586: 00f0: c0 95 c0 a9 00 a8 c0 a4 00 ae 00 8c c0 8e c0 94 …
ssl_srv.c:1586: 0100: c0 a8 00 8b 00 ff …
ssl_srv.c:1606: dumping ‘client hello, compression’ (1 bytes)
ssl_srv.c:1606: 0000: 00 .
ssl_srv.c:1661: dumping ‘client hello extensions’ (92 bytes)
ssl_srv.c:1661: 0000: 00 00 00 10 00 0e 00 00 0b 31 39 32 2e 31 36 38 …192.168
ssl_srv.c:1661: 0010: 2e 32 2e 32 00 0d 00 16 00 14 06 03 06 01 05 03 .2.2…
ssl_srv.c:1661: 0020: 05 01 04 03 04 01 03 03 03 01 02 03 02 01 00 0a …
ssl_srv.c:1661: 0030: 00 18 00 16 00 19 00 1c 00 18 00 1b 00 17 00 16 …
ssl_srv.c:1661: 0040: 00 1a 00 15 00 14 00 13 00 12 00 0b 00 02 01 00 …
ssl_srv.c:1661: 0050: 00 16 00 00 00 17 00 00 00 23 00 00 …#…
ssl_srv.c:1681: found ServerName extension
ssl_srv.c:1705: found signature_algorithms extension
ssl_srv.c: 258: client hello v3, signature_algorithm ext: match sig 4 and hash 8
ssl_srv.c: 258: client hello v3, signature_algorithm ext: match sig 1 and hash 8
ssl_srv.c: 258: client hello v3, signature_algorithm ext: match sig 4 and hash 7
ssl_srv.c: 258: client hello v3, signature_algorithm ext: match sig 1 and hash 7
ssl_srv.c: 258: client hello v3, signature_algorithm ext: match sig 4 and hash 6
ssl_srv.c: 258: client hello v3, signature_algorithm ext: match sig 1 and hash 6
ssl_srv.c: 258: client hello v3, signature_algorithm ext: match sig 4 and hash 5
ssl_srv.c: 258: client hello v3, signature_algorithm ext: match sig 1 and hash 5
ssl_srv.c: 258: client hello v3, signature_algorithm ext: match sig 4 and hash 4
ssl_srv.c: 258: client hello v3, signature_algorithm ext: match sig 1 and hash 4
ssl_srv.c:1719: found supported elliptic curves extension
ssl_srv.c:1727: found supported point formats extension
ssl_srv.c: 362: point format selected: 0
ssl_srv.c:1769: found encrypt then mac extension
ssl_srv.c:1779: found extended master secret extension
ssl_srv.c:1789: found session ticket extension
ssl_srv.c:1877: received TLS_EMPTY_RENEGOTIATION_INFO
ssl_srv.c: 807: trying ciphersuite: TLS-ECDHE-ECDSA-WITH-AES-256-GCM-SHA384
ssl_srv.c: 705: ciphersuite requires certificate
ssl_srv.c: 716: candidate certificate chain, certificate #1:
ssl_srv.c: 716: cert. version : 3
ssl_srv.c: 716: serial number : 02
ssl_srv.c: 716: issuer name : C=NL, O=PolarSSL, CN=PolarSSL Test CA
ssl_srv.c: 716: subject name : C=NL, O=PolarSSL, CN=localhost
ssl_srv.c: 716: issued on : 2011-02-12 14:44:06
ssl_srv.c: 716: expires on : 2021-02-12 14:44:06
ssl_srv.c: 716: signed using : RSA with SHA1
ssl_srv.c: 716: RSA key size : 2048 bits
ssl_srv.c: 716: basic constraints : CA=false
ssl_srv.c: 716: value of ‘crt->rsa.N’ (2048 bits) is:
ssl_srv.c: 716: c1 4d a3 dd e7 cd 1d d1 04 d7 49 72 b8 99 ac 0e
ssl_srv.c: 716: 78 e4 3a 3c 4a cf 3a 13 16 d0 5a e4 cd a3 00 88
ssl_srv.c: 716: a7 ee 1e 6b 96 a7 52 b4 90 ef 2d 72 7a 3e 24 9a
ssl_srv.c: 716: fc b6 34 ac 24 f5 77 e0 26 64 8c 9c b0 28 7d a1
ssl_srv.c: 716: da ea 8c e6 c9 1c 96 bc fe c1 04 52 b3 36 d4 a3
ssl_srv.c: 716: fa e1 b1 76 d8 90 c1 61 b4 66 52 36 a2 26 53 aa
ssl_srv.c: 716: ab 74 5e 07 7d 19 82 db 2a d8 1f a0 d9 0d 1c 2d
ssl_srv.c: 716: 49 66 f7 5b 25 73 46 e8 0b 8a 4f 69 0c b5 00 90
ssl_srv.c: 716: e1 da 82 10 66 7d ae 54 2b 8b 65 79 91 a1 e2 61
ssl_srv.c: 716: c3 cd 40 49 08 ee 68 0c f1 8b 86 d2 46 bf d0 b8
ssl_srv.c: 716: aa 11 03 1e 7f 56 a8 1a 1e 44 18 0f 0f 85 8b da
ssl_srv.c: 716: 8b 44 5e e2 18 c6 62 2f c7 66 8d fa 5d d8 7d f3
ssl_srv.c: 716: 27 89 29 01 c5 90 0e 3f 27 f1 30 c8 4a 0e ef d6
ssl_srv.c: 716: de c7 c7 27 6b c7 05 3d 7a c4 02 3c 9a 1d 3e 0f
ssl_srv.c: 716: e8 34 98 5b cb 73 4b 52 96 d8 11 a2 2c 80 88 69
ssl_srv.c: 716: 39 5a d3 0f b0 de 59 2f 11 c7 f7 ea 12 01 30 97
ssl_srv.c: 716: value of ‘crt->rsa.E’ (17 bits) is:
ssl_srv.c: 716: 01 00 01
ssl_srv.c: 716: candidate certificate chain, certificate #2:
ssl_srv.c: 716: cert. version : 3
ssl_srv.c: 716: serial number : 00
ssl_srv.c: 716: issuer name : C=NL, O=PolarSSL, CN=PolarSSL Test CA
ssl_srv.c: 716: subject name : C=NL, O=PolarSSL, CN=PolarSSL Test CA
ssl_srv.c: 716: issued on : 2011-02-12 14:44:00
ssl_srv.c: 716: expires on : 2021-02-12 14:44:00
ssl_srv.c: 716: signed using : RSA with SHA1
ssl_srv.c: 716: RSA key size : 2048 bits
ssl_srv.c: 716: basic constraints : CA=true
ssl_srv.c: 716: value of ‘crt->rsa.N’ (2048 bits) is:
ssl_srv.c: 716: c0 df 37 fc 17 bb e0 96 9d 3f 86 de 96 32 7d 44
ssl_srv.c: 716: a5 16 a0 cd 21 f1 99 d4 ec ea cb 7c 18 58 08 94
ssl_srv.c: 716: a5 ec 9b c5 8b df 1a 1e 99 38 99 87 1e 7b c0 8d
ssl_srv.c: 716: 39 df 38 5d 70 78 07 d3 9e d9 93 e8 b9 72 51 c5
ssl_srv.c: 716: ce a3 30 52 a9 f2 e7 40 70 14 cb 44 a2 72 0b c2
ssl_srv.c: 716: e5 40 f9 3e e5 a6 0e b3 f9 ec 4a 63 c0 b8 29 00
ssl_srv.c: 716: 74 9c 57 3b a8 a5 04 90 71 f1 bd 83 d9 3f d6 a5
ssl_srv.c: 716: e2 3c 2a 8f ef 27 60 c3 c6 9f cb ba ec 60 7d b7
ssl_srv.c: 716: e6 84 32 be 4f fb 58 26 22 03 5b d4 b4 d5 fb f5
ssl_srv.c: 716: e3 96 2e 70 c0 e4 2e bd fc 2e ee e2 41 55 c0 34
ssl_srv.c: 716: 2e 7d 24 72 69 cb 47 b1 14 40 83 7d 67 f4 86 f6
ssl_srv.c: 716: 31 ab f1 79 a4 b2 b5 2e 12 f9 84 17 f0 62 6f 27
ssl_srv.c: 716: 3e 13 58 b1 54 0d 21 9a 73 37 a1 30 cf 6f 92 dc
ssl_srv.c: 716: f6 e9 fc ac db 2e 28 d1 7e 02 4b 23 a0 15 f2 38
ssl_srv.c: 716: 65 64 09 ea 0c 6e 8e 1b 17 a0 71 c8 b3 9b c9 ab
ssl_srv.c: 716: e9 c3 f2 cf 87 96 8f 80 02 32 9e 99 58 6f a2 d5
ssl_srv.c: 716: value of ‘crt->rsa.E’ (17 bits) is:
ssl_srv.c: 716: 01 00 01
ssl_srv.c: 716: candidate certificate chain, certificate #3:
ssl_srv.c: 716: cert. version : 3
ssl_srv.c: 716: serial number : 00
ssl_srv.c: 716: issuer name : C=NL, O=PolarSSL, CN=PolarSSL Test CA
ssl_srv.c: 716: subject name : C=NL, O=PolarSSL, CN=PolarSSL Test CA
ssl_srv.c: 716: issued on : 2017-05-04 16:57:01
ssl_srv.c: 716: expires on : 2027-05-05 16:57:01
ssl_srv.c: 716: signed using : RSA with SHA-256
ssl_srv.c: 716: RSA key size : 2048 bits
ssl_srv.c: 716: basic constraints : CA=true
ssl_srv.c: 716: value of ‘crt->rsa.N’ (2048 bits) is:
ssl_srv.c: 716: c0 df 37 fc 17 bb e0 96 9d 3f 86 de 96 32 7d 44
ssl_srv.c: 716: a5 16 a0 cd 21 f1 99 d4 ec ea cb 7c 18 58 08 94
ssl_srv.c: 716: a5 ec 9b c5 8b df 1a 1e 99 38 99 87 1e 7b c0 8d
ssl_srv.c: 716: 39 df 38 5d 70 78 07 d3 9e d9 93 e8 b9 72 51 c5
ssl_srv.c: 716: ce a3 30 52 a9 f2 e7 40 70 14 cb 44 a2 72 0b c2
ssl_srv.c: 716: e5 40 f9 3e e5 a6 0e b3 f9 ec 4a 63 c0 b8 29 00
ssl_srv.c: 716: 74 9c 57 3b a8 a5 04 90 71 f1 bd 83 d9 3f d6 a5
ssl_srv.c: 716: e2 3c 2a 8f ef 27 60 c3 c6 9f cb ba ec 60 7d b7
ssl_srv.c: 716: e6 84 32 be 4f fb 58 26 22 03 5b d4 b4 d5 fb f5
ssl_srv.c: 716: e3 96 2e 70 c0 e4 2e bd fc 2e ee e2 41 55 c0 34
ssl_srv.c: 716: 2e 7d 24 72 69 cb 47 b1 14 40 83 7d 67 f4 86 f6
ssl_srv.c: 716: 31 ab f1 79 a4 b2 b5 2e 12 f9 84 17 f0 62 6f 27
ssl_srv.c: 716: 3e 13 58 b1 54 0d 21 9a 73 37 a1 30 cf 6f 92 dc
ssl_srv.c: 716: f6 e9 fc ac db 2e 28 d1 7e 02 4b 23 a0 15 f2 38
ssl_srv.c: 716: 65 64 09 ea 0c 6e 8e 1b 17 a0 71 c8 b3 9b c9 ab
ssl_srv.c: 716: e9 c3 f2 cf 87 96 8f 80 02 32 9e 99 58 6f a2 d5
ssl_srv.c: 716: value of ‘crt->rsa.E’ (17 bits) is:
ssl_srv.c: 716: 01 00 01
ssl_srv.c: 716: candidate certificate chain, certificate #4:
ssl_srv.c: 716: cert. version : 3
ssl_srv.c: 716: serial number : C1:43:E2:7E:62:43:CC:E8
ssl_srv.c: 716: issuer name : C=NL, O=PolarSSL, CN=Polarssl Test EC CA
ssl_srv.c: 716: subject name : C=NL, O=PolarSSL, CN=Polarssl Test EC CA
ssl_srv.c: 716: issued on : 2013-09-24 15:49:48
ssl_srv.c: 716: expires on : 2023-09-22 15:49:48
ssl_srv.c: 716: signed using : ECDSA with SHA256
ssl_srv.c: 716: EC key size : 384 bits
ssl_srv.c: 716: basic constraints : CA=true
ssl_srv.c: 716: value of ‘crt->eckey.Q(X)’ (384 bits) is:
ssl_srv.c: 716: c3 da 2b 34 41 37 58 2f 87 56 fe fc 89 ba 29 43
ssl_srv.c: 716: 4b 4e e0 6e c3 0e 57 53 33 39 58 d4 52 b4 91 95
ssl_srv.c: 716: 39 0b 23 df 5f 17 24 62 48 fc 1a 95 29 ce 2c 2d
ssl_srv.c: 716: value of ‘crt->eckey.Q(Y)’ (384 bits) is:
ssl_srv.c: 716: 87 c2 88 52 80 af d6 6a ab 21 dd b8 d3 1c 6e 58
ssl_srv.c: 716: b8 ca e8 b2 69 8e f3 41 ad 29 c3 b4 5f 75 a7 47
ssl_srv.c: 716: 6f d5 19 29 55 69 9a 53 3b 20 b4 66 16 60 33 1e
ssl_srv.c: 720: certificate mismatch: key type
ssl_srv.c: 896: ciphersuite mismatch: no suitable certificate
ssl_srv.c: 807: trying ciphersuite: TLS-ECDHE-RSA-WITH-AES-256-GCM-SHA384
ssl_srv.c: 705: ciphersuite requires certificate
ssl_srv.c: 716: candidate certificate chain, certificate #1:
ssl_srv.c: 716: cert. version : 3
ssl_srv.c: 716: serial number : 02
ssl_srv.c: 716: issuer name : C=NL, O=PolarSSL, CN=PolarSSL Test CA
ssl_srv.c: 716: subject name : C=NL, O=PolarSSL, CN=localhost
ssl_srv.c: 716: issued on : 2011-02-12 14:44:06
ssl_srv.c: 716: expires on : 2021-02-12 14:44:06
ssl_srv.c: 716: signed using : RSA with SHA1
ssl_srv.c: 716: RSA key size : 2048 bits
ssl_srv.c: 716: basic constraints : CA=false
ssl_srv.c: 716: value of ‘crt->rsa.N’ (2048 bits) is:
ssl_srv.c: 716: c1 4d a3 dd e7 cd 1d d1 04 d7 49 72 b8 99 ac 0e
ssl_srv.c: 716: 78 e4 3a 3c 4a cf 3a 13 16 d0 5a e4 cd a3 00 88
ssl_srv.c: 716: a7 ee 1e 6b 96 a7 52 b4 90 ef 2d 72 7a 3e 24 9a
ssl_srv.c: 716: fc b6 34 ac 24 f5 77 e0 26 64 8c 9c b0 28 7d a1
ssl_srv.c: 716: da ea 8c e6 c9 1c 96 bc fe c1 04 52 b3 36 d4 a3
ssl_srv.c: 716: fa e1 b1 76 d8 90 c1 61 b4 66 52 36 a2 26 53 aa
ssl_srv.c: 716: ab 74 5e 07 7d 19 82 db 2a d8 1f a0 d9 0d 1c 2d
ssl_srv.c: 716: 49 66 f7 5b 25 73 46 e8 0b 8a 4f 69 0c b5 00 90
ssl_srv.c: 716: e1 da 82 10 66 7d ae 54 2b 8b 65 79 91 a1 e2 61
ssl_srv.c: 716: c3 cd 40 49 08 ee 68 0c f1 8b 86 d2 46 bf d0 b8
ssl_srv.c: 716: aa 11 03 1e 7f 56 a8 1a 1e 44 18 0f 0f 85 8b da
ssl_srv.c: 716: 8b 44 5e e2 18 c6 62 2f c7 66 8d fa 5d d8 7d f3
ssl_srv.c: 716: 27 89 29 01 c5 90 0e 3f 27 f1 30 c8 4a 0e ef d6
ssl_srv.c: 716: de c7 c7 27 6b c7 05 3d 7a c4 02 3c 9a 1d 3e 0f
ssl_srv.c: 716: e8 34 98 5b cb 73 4b 52 96 d8 11 a2 2c 80 88 69
ssl_srv.c: 716: 39 5a d3 0f b0 de 59 2f 11 c7 f7 ea 12 01 30 97
ssl_srv.c: 716: value of ‘crt->rsa.E’ (17 bits) is:
ssl_srv.c: 716: 01 00 01
ssl_srv.c: 716: candidate certificate chain, certificate #2:
ssl_srv.c: 716: cert. version : 3
ssl_srv.c: 716: serial number : 00
ssl_srv.c: 716: issuer name : C=NL, O=PolarSSL, CN=PolarSSL Test CA
ssl_srv.c: 716: subject name : C=NL, O=PolarSSL, CN=PolarSSL Test CA
ssl_srv.c: 716: issued on : 2011-02-12 14:44:00
ssl_srv.c: 716: expires on : 2021-02-12 14:44:00
ssl_srv.c: 716: signed using : RSA with SHA1
ssl_srv.c: 716: RSA key size : 2048 bits
ssl_srv.c: 716: basic constraints : CA=true
ssl_srv.c: 716: value of ‘crt->rsa.N’ (2048 bits) is:
ssl_srv.c: 716: c0 df 37 fc 17 bb e0 96 9d 3f 86 de 96 32 7d 44
ssl_srv.c: 716: a5 16 a0 cd 21 f1 99 d4 ec ea cb 7c 18 58 08 94
ssl_srv.c: 716: a5 ec 9b c5 8b df 1a 1e 99 38 99 87 1e 7b c0 8d
ssl_srv.c: 716: 39 df 38 5d 70 78 07 d3 9e d9 93 e8 b9 72 51 c5
ssl_srv.c: 716: ce a3 30 52 a9 f2 e7 40 70 14 cb 44 a2 72 0b c2
ssl_srv.c: 716: e5 40 f9 3e e5 a6 0e b3 f9 ec 4a 63 c0 b8 29 00
ssl_srv.c: 716: 74 9c 57 3b a8 a5 04 90 71 f1 bd 83 d9 3f d6 a5
ssl_srv.c: 716: e2 3c 2a 8f ef 27 60 c3 c6 9f cb ba ec 60 7d b7
ssl_srv.c: 716: e6 84 32 be 4f fb 58 26 22 03 5b d4 b4 d5 fb f5
ssl_srv.c: 716: e3 96 2e 70 c0 e4 2e bd fc 2e ee e2 41 55 c0 34
ssl_srv.c: 716: 2e 7d 24 72 69 cb 47 b1 14 40 83 7d 67 f4 86 f6
ssl_srv.c: 716: 31 ab f1 79 a4 b2 b5 2e 12 f9 84 17 f0 62 6f 27
ssl_srv.c: 716: 3e 13 58 b1 54 0d 21 9a 73 37 a1 30 cf 6f 92 dc
ssl_srv.c: 716: f6 e9 fc ac db 2e 28 d1 7e 02 4b 23 a0 15 f2 38
ssl_srv.c: 716: 65 64 09 ea 0c 6e 8e 1b 17 a0 71 c8 b3 9b c9 ab
ssl_srv.c: 716: e9 c3 f2 cf 87 96 8f 80 02 32 9e 99 58 6f a2 d5
ssl_srv.c: 716: value of ‘crt->rsa.E’ (17 bits) is:
ssl_srv.c: 716: 01 00 01
ssl_srv.c: 716: candidate certificate chain, certificate #3:
ssl_srv.c: 716: cert. version : 3
ssl_srv.c: 716: serial number : 00
ssl_srv.c: 716: issuer name : C=NL, O=PolarSSL, CN=PolarSSL Test CA
ssl_srv.c: 716: subject name : C=NL, O=PolarSSL, CN=PolarSSL Test CA
ssl_srv.c: 716: issued on : 2017-05-04 16:57:01
ssl_srv.c: 716: expires on : 2027-05-05 16:57:01
ssl_srv.c: 716: signed using : RSA with SHA-256
ssl_srv.c: 716: RSA key size : 2048 bits
ssl_srv.c: 716: basic constraints : CA=true
ssl_srv.c: 716: value of ‘crt->rsa.N’ (2048 bits) is:
ssl_srv.c: 716: c0 df 37 fc 17 bb e0 96 9d 3f 86 de 96 32 7d 44
ssl_srv.c: 716: a5 16 a0 cd 21 f1 99 d4 ec ea cb 7c 18 58 08 94
ssl_srv.c: 716: a5 ec 9b c5 8b df 1a 1e 99 38 99 87 1e 7b c0 8d
ssl_srv.c: 716: 39 df 38 5d 70 78 07 d3 9e d9 93 e8 b9 72 51 c5
ssl_srv.c: 716: ce a3 30 52 a9 f2 e7 40 70 14 cb 44 a2 72 0b c2
ssl_srv.c: 716: e5 40 f9 3e e5 a6 0e b3 f9 ec 4a 63 c0 b8 29 00
ssl_srv.c: 716: 74 9c 57 3b a8 a5 04 90 71 f1 bd 83 d9 3f d6 a5
ssl_srv.c: 716: e2 3c 2a 8f ef 27 60 c3 c6 9f cb ba ec 60 7d b7
ssl_srv.c: 716: e6 84 32 be 4f fb 58 26 22 03 5b d4 b4 d5 fb f5
ssl_srv.c: 716: e3 96 2e 70 c0 e4 2e bd fc 2e ee e2 41 55 c0 34
ssl_srv.c: 716: 2e 7d 24 72 69 cb 47 b1 14 40 83 7d 67 f4 86 f6
ssl_srv.c: 716: 31 ab f1 79 a4 b2 b5 2e 12 f9 84 17 f0 62 6f 27
ssl_srv.c: 716: 3e 13 58 b1 54 0d 21 9a 73 37 a1 30 cf 6f 92 dc
ssl_srv.c: 716: f6 e9 fc ac db 2e 28 d1 7e 02 4b 23 a0 15 f2 38
ssl_srv.c: 716: 65 64 09 ea 0c 6e 8e 1b 17 a0 71 c8 b3 9b c9 ab
ssl_srv.c: 716: e9 c3 f2 cf 87 96 8f 80 02 32 9e 99 58 6f a2 d5
ssl_srv.c: 716: value of ‘crt->rsa.E’ (17 bits) is:
ssl_srv.c: 716: 01 00 01
ssl_srv.c: 716: candidate certificate chain, certificate #4:
ssl_srv.c: 716: cert. version : 3
ssl_srv.c: 716: serial number : C1:43:E2:7E:62:43:CC:E8
ssl_srv.c: 716: issuer name : C=NL, O=PolarSSL, CN=Polarssl Test EC CA
ssl_srv.c: 716: subject name : C=NL, O=PolarSSL, CN=Polarssl Test EC CA
ssl_srv.c: 716: issued on : 2013-09-24 15:49:48
ssl_srv.c: 716: expires on : 2023-09-22 15:49:48
ssl_srv.c: 716: signed using : ECDSA with SHA256
ssl_srv.c: 716: EC key size : 384 bits
ssl_srv.c: 716: basic constraints : CA=true
ssl_srv.c: 716: value of ‘crt->eckey.Q(X)’ (384 bits) is:
ssl_srv.c: 716: c3 da 2b 34 41 37 58 2f 87 56 fe fc 89 ba 29 43
ssl_srv.c: 716: 4b 4e e0 6e c3 0e 57 53 33 39 58 d4 52 b4 91 95
ssl_srv.c: 716: 39 0b 23 df 5f 17 24 62 48 fc 1a 95 29 ce 2c 2d
ssl_srv.c: 716: value of ‘crt->eckey.Q(Y)’ (384 bits) is:
ssl_srv.c: 716: 87 c2 88 52 80 af d6 6a ab 21 dd b8 d3 1c 6e 58
ssl_srv.c: 716: b8 ca e8 b2 69 8e f3 41 ad 29 c3 b4 5f 75 a7 47
ssl_srv.c: 716: 6f d5 19 29 55 69 9a 53 3b 20 b4 66 16 60 33 1e
ssl_srv.c: 778: selected certificate chain, certificate #1:
ssl_srv.c: 778: cert. version : 3
ssl_srv.c: 778: serial number : 02
ssl_srv.c: 778: issuer name : C=NL, O=PolarSSL, CN=PolarSSL Test CA
ssl_srv.c: 778: subject name : C=NL, O=PolarSSL, CN=localhost
ssl_srv.c: 778: issued on : 2011-02-12 14:44:06
ssl_srv.c: 778: expires on : 2021-02-12 14:44:06
ssl_srv.c: 778: signed using : RSA with SHA1
ssl_srv.c: 778: RSA key size : 2048 bits
ssl_srv.c: 778: basic constraints : CA=false
ssl_srv.c: 778: value of ‘crt->rsa.N’ (2048 bits) is:
ssl_srv.c: 778: c1 4d a3 dd e7 cd 1d d1 04 d7 49 72 b8 99 ac 0e
ssl_srv.c: 778: 78 e4 3a 3c 4a cf 3a 13 16 d0 5a e4 cd a3 00 88
ssl_srv.c: 778: a7 ee 1e 6b 96 a7 52 b4 90 ef 2d 72 7a 3e 24 9a
ssl_srv.c: 778: fc b6 34 ac 24 f5 77 e0 26 64 8c 9c b0 28 7d a1
ssl_srv.c: 778: da ea 8c e6 c9 1c 96 bc fe c1 04 52 b3 36 d4 a3
ssl_srv.c: 778: fa e1 b1 76 d8 90 c1 61 b4 66 52 36 a2 26 53 aa
ssl_srv.c: 778: ab 74 5e 07 7d 19 82 db 2a d8 1f a0 d9 0d 1c 2d
ssl_srv.c: 778: 49 66 f7 5b 25 73 46 e8 0b 8a 4f 69 0c b5 00 90
ssl_srv.c: 778: e1 da 82 10 66 7d ae 54 2b 8b 65 79 91 a1 e2 61
ssl_srv.c: 778: c3 cd 40 49 08 ee 68 0c f1 8b 86 d2 46 bf d0 b8
ssl_srv.c: 778: aa 11 03 1e 7f 56 a8 1a 1e 44 18 0f 0f 85 8b da
ssl_srv.c: 778: 8b 44 5e e2 18 c6 62 2f c7 66 8d fa 5d d8 7d f3
ssl_srv.c: 778: 27 89 29 01 c5 90 0e 3f 27 f1 30 c8 4a 0e ef d6
ssl_srv.c: 778: de c7 c7 27 6b c7 05 3d 7a c4 02 3c 9a 1d 3e 0f
ssl_srv.c: 778: e8 34 98 5b cb 73 4b 52 96 d8 11 a2 2c 80 88 69
ssl_srv.c: 778: 39 5a d3 0f b0 de 59 2f 11 c7 f7 ea 12 01 30 97
ssl_srv.c: 778: value of ‘crt->rsa.E’ (17 bits) is:
ssl_srv.c: 778: 01 00 01
ssl_srv.c: 778: selected certificate chain, certificate #2:
ssl_srv.c: 778: cert. version : 3
ssl_srv.c: 778: serial number : 00
ssl_srv.c: 778: issuer name : C=NL, O=PolarSSL, CN=PolarSSL Test CA
ssl_srv.c: 778: subject name : C=NL, O=PolarSSL, CN=PolarSSL Test CA
ssl_srv.c: 778: issued on : 2011-02-12 14:44:00
ssl_srv.c: 778: expires on : 2021-02-12 14:44:00
ssl_srv.c: 778: signed using : RSA with SHA1
ssl_srv.c: 778: RSA key size : 2048 bits
ssl_srv.c: 778: basic constraints : CA=true
ssl_srv.c: 778: value of ‘crt->rsa.N’ (2048 bits) is:
ssl_srv.c: 778: c0 df 37 fc 17 bb e0 96 9d 3f 86 de 96 32 7d 44
ssl_srv.c: 778: a5 16 a0 cd 21 f1 99 d4 ec ea cb 7c 18 58 08 94
ssl_srv.c: 778: a5 ec 9b c5 8b df 1a 1e 99 38 99 87 1e 7b c0 8d
ssl_srv.c: 778: 39 df 38 5d 70 78 07 d3 9e d9 93 e8 b9 72 51 c5
ssl_srv.c: 778: ce a3 30 52 a9 f2 e7 40 70 14 cb 44 a2 72 0b c2
ssl_srv.c: 778: e5 40 f9 3e e5 a6 0e b3 f9 ec 4a 63 c0 b8 29 00
ssl_srv.c: 778: 74 9c 57 3b a8 a5 04 90 71 f1 bd 83 d9 3f d6 a5
ssl_srv.c: 778: e2 3c 2a 8f ef 27 60 c3 c6 9f cb ba ec 60 7d b7
ssl_srv.c: 778: e6 84 32 be 4f fb 58 26 22 03 5b d4 b4 d5 fb f5
ssl_srv.c: 778: e3 96 2e 70 c0 e4 2e bd fc 2e ee e2 41 55 c0 34
ssl_srv.c: 778: 2e 7d 24 72 69 cb 47 b1 14 40 83 7d 67 f4 86 f6
ssl_srv.c: 778: 31 ab f1 79 a4 b2 b5 2e 12 f9 84 17 f0 62 6f 27
ssl_srv.c: 778: 3e 13 58 b1 54 0d 21 9a 73 37 a1 30 cf 6f 92 dc
ssl_srv.c: 778: f6 e9 fc ac db 2e 28 d1 7e 02 4b 23 a0 15 f2 38
ssl_srv.c: 778: 65 64 09 ea 0c 6e 8e 1b 17 a0 71 c8 b3 9b c9 ab
ssl_srv.c: 778: e9 c3 f2 cf 87 96 8f 80 02 32 9e 99 58 6f a2 d5
ssl_srv.c: 778: value of ‘crt->rsa.E’ (17 bits) is:
ssl_srv.c: 778: 01 00 01
ssl_srv.c: 778: selected certificate chain, certificate #3:
ssl_srv.c: 778: cert. version : 3
ssl_srv.c: 778: serial number : 00
ssl_srv.c: 778: issuer name : C=NL, O=PolarSSL, CN=PolarSSL Test CA
ssl_srv.c: 778: subject name : C=NL, O=PolarSSL, CN=PolarSSL Test CA
ssl_srv.c: 778: issued on : 2017-05-04 16:57:01
ssl_srv.c: 778: expires on : 2027-05-05 16:57:01
ssl_srv.c: 778: signed using : RSA with SHA-256
ssl_srv.c: 778: RSA key size : 2048 bits
ssl_srv.c: 778: basic constraints : CA=true
ssl_srv.c: 778: value of ‘crt->rsa.N’ (2048 bits) is:
ssl_srv.c: 778: c0 df 37 fc 17 bb e0 96 9d 3f 86 de 96 32 7d 44
ssl_srv.c: 778: a5 16 a0 cd 21 f1 99 d4 ec ea cb 7c 18 58 08 94
ssl_srv.c: 778: a5 ec 9b c5 8b df 1a 1e 99 38 99 87 1e 7b c0 8d
ssl_srv.c: 778: 39 df 38 5d 70 78 07 d3 9e d9 93 e8 b9 72 51 c5
ssl_srv.c: 778: ce a3 30 52 a9 f2 e7 40 70 14 cb 44 a2 72 0b c2
ssl_srv.c: 778: e5 40 f9 3e e5 a6 0e b3 f9 ec 4a 63 c0 b8 29 00
ssl_srv.c: 778: 74 9c 57 3b a8 a5 04 90 71 f1 bd 83 d9 3f d6 a5
ssl_srv.c: 778: e2 3c 2a 8f ef 27 60 c3 c6 9f cb ba ec 60 7d b7
ssl_srv.c: 778: e6 84 32 be 4f fb 58 26 22 03 5b d4 b4 d5 fb f5
ssl_srv.c: 778: e3 96 2e 70 c0 e4 2e bd fc 2e ee e2 41 55 c0 34
ssl_srv.c: 778: 2e 7d 24 72 69 cb 47 b1 14 40 83 7d 67 f4 86 f6
ssl_srv.c: 778: 31 ab f1 79 a4 b2 b5 2e 12 f9 84 17 f0 62 6f 27