Symbol: DTLS1_2_VERSION
crypto/openssl/apps/s_client.c
1436
min_version = DTLS1_2_VERSION;
crypto/openssl/apps/s_client.c
1437
max_version = DTLS1_2_VERSION;
crypto/openssl/apps/s_server.c
1663
min_version = DTLS1_2_VERSION;
crypto/openssl/apps/s_server.c
1664
max_version = DTLS1_2_VERSION;
crypto/openssl/include/openssl/dtls1.h
30
#define DTLS_MAX_VERSION DTLS1_2_VERSION
crypto/openssl/providers/common/capabilities.c
50
/* 0 */ { OSSL_TLS_GROUP_ID_sect163k1, 80, TLS1_VERSION, TLS1_2_VERSION, DTLS1_VERSION, DTLS1_2_VERSION, 0 },
crypto/openssl/providers/common/capabilities.c
51
/* 1 */ { OSSL_TLS_GROUP_ID_sect163r1, 80, TLS1_VERSION, TLS1_2_VERSION, DTLS1_VERSION, DTLS1_2_VERSION, 0 },
crypto/openssl/providers/common/capabilities.c
52
/* 2 */ { OSSL_TLS_GROUP_ID_sect163r2, 80, TLS1_VERSION, TLS1_2_VERSION, DTLS1_VERSION, DTLS1_2_VERSION, 0 },
crypto/openssl/providers/common/capabilities.c
53
/* 3 */ { OSSL_TLS_GROUP_ID_sect193r1, 80, TLS1_VERSION, TLS1_2_VERSION, DTLS1_VERSION, DTLS1_2_VERSION, 0 },
crypto/openssl/providers/common/capabilities.c
54
/* 4 */ { OSSL_TLS_GROUP_ID_sect193r2, 80, TLS1_VERSION, TLS1_2_VERSION, DTLS1_VERSION, DTLS1_2_VERSION, 0 },
crypto/openssl/providers/common/capabilities.c
55
/* 5 */ { OSSL_TLS_GROUP_ID_sect233k1, 112, TLS1_VERSION, TLS1_2_VERSION, DTLS1_VERSION, DTLS1_2_VERSION, 0 },
crypto/openssl/providers/common/capabilities.c
56
/* 6 */ { OSSL_TLS_GROUP_ID_sect233r1, 112, TLS1_VERSION, TLS1_2_VERSION, DTLS1_VERSION, DTLS1_2_VERSION, 0 },
crypto/openssl/providers/common/capabilities.c
57
/* 7 */ { OSSL_TLS_GROUP_ID_sect239k1, 112, TLS1_VERSION, TLS1_2_VERSION, DTLS1_VERSION, DTLS1_2_VERSION, 0 },
crypto/openssl/providers/common/capabilities.c
58
/* 8 */ { OSSL_TLS_GROUP_ID_sect283k1, 128, TLS1_VERSION, TLS1_2_VERSION, DTLS1_VERSION, DTLS1_2_VERSION, 0 },
crypto/openssl/providers/common/capabilities.c
59
/* 9 */ { OSSL_TLS_GROUP_ID_sect283r1, 128, TLS1_VERSION, TLS1_2_VERSION, DTLS1_VERSION, DTLS1_2_VERSION, 0 },
crypto/openssl/providers/common/capabilities.c
60
/* 10 */ { OSSL_TLS_GROUP_ID_sect409k1, 192, TLS1_VERSION, TLS1_2_VERSION, DTLS1_VERSION, DTLS1_2_VERSION, 0 },
crypto/openssl/providers/common/capabilities.c
61
/* 11 */ { OSSL_TLS_GROUP_ID_sect409r1, 192, TLS1_VERSION, TLS1_2_VERSION, DTLS1_VERSION, DTLS1_2_VERSION, 0 },
crypto/openssl/providers/common/capabilities.c
62
/* 12 */ { OSSL_TLS_GROUP_ID_sect571k1, 256, TLS1_VERSION, TLS1_2_VERSION, DTLS1_VERSION, DTLS1_2_VERSION, 0 },
crypto/openssl/providers/common/capabilities.c
63
/* 13 */ { OSSL_TLS_GROUP_ID_sect571r1, 256, TLS1_VERSION, TLS1_2_VERSION, DTLS1_VERSION, DTLS1_2_VERSION, 0 },
crypto/openssl/providers/common/capabilities.c
64
/* 14 */ { OSSL_TLS_GROUP_ID_secp160k1, 80, TLS1_VERSION, TLS1_2_VERSION, DTLS1_VERSION, DTLS1_2_VERSION, 0 },
crypto/openssl/providers/common/capabilities.c
65
/* 15 */ { OSSL_TLS_GROUP_ID_secp160r1, 80, TLS1_VERSION, TLS1_2_VERSION, DTLS1_VERSION, DTLS1_2_VERSION, 0 },
crypto/openssl/providers/common/capabilities.c
66
/* 16 */ { OSSL_TLS_GROUP_ID_secp160r2, 80, TLS1_VERSION, TLS1_2_VERSION, DTLS1_VERSION, DTLS1_2_VERSION, 0 },
crypto/openssl/providers/common/capabilities.c
67
/* 17 */ { OSSL_TLS_GROUP_ID_secp192k1, 80, TLS1_VERSION, TLS1_2_VERSION, DTLS1_VERSION, DTLS1_2_VERSION, 0 },
crypto/openssl/providers/common/capabilities.c
68
/* 18 */ { OSSL_TLS_GROUP_ID_secp192r1, 80, TLS1_VERSION, TLS1_2_VERSION, DTLS1_VERSION, DTLS1_2_VERSION, 0 },
crypto/openssl/providers/common/capabilities.c
69
/* 19 */ { OSSL_TLS_GROUP_ID_secp224k1, 112, TLS1_VERSION, TLS1_2_VERSION, DTLS1_VERSION, DTLS1_2_VERSION, 0 },
crypto/openssl/providers/common/capabilities.c
70
/* 20 */ { OSSL_TLS_GROUP_ID_secp224r1, 112, TLS1_VERSION, TLS1_2_VERSION, DTLS1_VERSION, DTLS1_2_VERSION, 0 },
crypto/openssl/providers/common/capabilities.c
71
/* 21 */ { OSSL_TLS_GROUP_ID_secp256k1, 128, TLS1_VERSION, TLS1_2_VERSION, DTLS1_VERSION, DTLS1_2_VERSION, 0 },
crypto/openssl/providers/common/capabilities.c
75
/* 25 */ { OSSL_TLS_GROUP_ID_brainpoolP256r1, 128, TLS1_VERSION, TLS1_2_VERSION, DTLS1_VERSION, DTLS1_2_VERSION, 0 },
crypto/openssl/providers/common/capabilities.c
76
/* 26 */ { OSSL_TLS_GROUP_ID_brainpoolP384r1, 192, TLS1_VERSION, TLS1_2_VERSION, DTLS1_VERSION, DTLS1_2_VERSION, 0 },
crypto/openssl/providers/common/capabilities.c
77
/* 27 */ { OSSL_TLS_GROUP_ID_brainpoolP512r1, 256, TLS1_VERSION, TLS1_2_VERSION, DTLS1_VERSION, DTLS1_2_VERSION, 0 },
crypto/openssl/providers/implementations/ciphers/ciphercommon_block.c
156
case DTLS1_2_VERSION:
crypto/openssl/ssl/methods.c
123
IMPLEMENT_dtls1_meth_func(DTLS1_2_VERSION, 0, SSL_OP_NO_DTLSv1_2,
crypto/openssl/ssl/methods.c
143
IMPLEMENT_dtls1_meth_func(DTLS1_2_VERSION, 0, SSL_OP_NO_DTLSv1_2,
crypto/openssl/ssl/methods.c
167
IMPLEMENT_dtls1_meth_func(DTLS1_2_VERSION, 0, SSL_OP_NO_DTLSv1_2,
crypto/openssl/ssl/record/methods/dtls_meth.c
674
case DTLS1_2_VERSION:
crypto/openssl/ssl/record/methods/recmethod_local.h
401
|| (rl)->version == DTLS1_2_VERSION)
crypto/openssl/ssl/s3_lib.c
1008
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1009
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1026
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1027
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1044
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1045
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1062
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1063
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1080
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1081
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1098
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1099
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1118
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1138
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1157
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1175
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1194
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1214
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1233
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1251
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1270
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1290
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1309
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1327
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1344
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1345
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1362
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1363
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1380
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1381
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1398
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1399
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1416
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1417
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1434
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1435
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1452
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1453
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1470
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1471
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1490
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1508
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1526
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1546
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1565
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1583
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1602
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1621
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1639
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1658
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1677
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1695
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1712
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1713
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1730
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1731
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1748
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1749
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1766
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1767
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1784
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1785
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1802
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1803
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1821
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1839
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1858
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1876
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1895
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1913
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1932
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
194
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1950
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1969
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
1987
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2006
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2024
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2044
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2063
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2081
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2099
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2117
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
212
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2136
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2154
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2172
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2192
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2210
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2228
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2247
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2265
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2283
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2301
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2319
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
232
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2337
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2355
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2356
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2373
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2374
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2391
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2392
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2409
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2410
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2427
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2428
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2445
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2446
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2463
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2464
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2482
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2483
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
250
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2500
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2501
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2518
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2519
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2536
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2537
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2554
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2555
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2572
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2573
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2590
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2591
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2608
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2609
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2627
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2645
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2663
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
268
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2681
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2699
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2717
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2735
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2753
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2770
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2771
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2788
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2789
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2806
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2807
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2824
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2825
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2843
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
286
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2861
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2879
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2897
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2915
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2933
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2951
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
2969
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
305
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3140
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3158
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3176
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3194
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
323
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3395
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3396
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
341
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3413
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3414
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3431
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3432
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3449
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3450
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3467
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3468
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3485
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3486
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3503
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3504
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3521
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3522
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3539
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3540
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3557
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3558
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3575
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3576
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
359
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3593
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3594
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3611
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3612
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3629
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3630
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3647
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3648
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3665
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
3666
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
377
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
395
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
413
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
431
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
449
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
450
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
468
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
469
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
486
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
487
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
504
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
505
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
522
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
523
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
540
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
541
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
558
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
559
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
576
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
577
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
594
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
595
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
612
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
613
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
630
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
631
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
648
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
649
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
666
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
667
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
684
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
685
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
702
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
703
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
720
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
721
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
738
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
739
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
756
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
757
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
774
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
775
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
792
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
793
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
810
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
811
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
828
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
829
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
846
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
847
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
864
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
865
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
882
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
883
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
900
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
901
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
918
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
919
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
936
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
937
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
954
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
955
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
972
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
973
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
990
DTLS1_2_VERSION,
crypto/openssl/ssl/s3_lib.c
991
DTLS1_2_VERSION,
crypto/openssl/ssl/ssl_cert.c
1271
if (DTLS_VERSION_LT(nid, DTLS1_2_VERSION) && level > 0)
crypto/openssl/ssl/ssl_conf.c
324
{ "DTLSv1.2", DTLS1_2_VERSION }
crypto/openssl/ssl/ssl_lib.c
473
max_version = DTLS1_2_VERSION;
crypto/openssl/ssl/ssl_lib.c
475
if (max_version == DTLS1_2_VERSION)
crypto/openssl/ssl/ssl_lib.c
480
min_version = DTLS1_2_VERSION;
crypto/openssl/ssl/ssl_lib.c
489
|| (DTLS_VERSION_GE(min_version, DTLS1_2_VERSION)
crypto/openssl/ssl/ssl_lib.c
490
&& DTLS_VERSION_GE(DTLS1_2_VERSION, max_version))
crypto/openssl/ssl/ssl_lib.c
5055
case DTLS1_2_VERSION:
crypto/openssl/ssl/ssl_local.h
51
#define DTLS_MAX_VERSION_INTERNAL DTLS1_2_VERSION
crypto/openssl/ssl/ssl_sess.c
362
case DTLS1_2_VERSION:
crypto/openssl/ssl/statem/extensions_clnt.c
23
#if DTLS_MAX_VERSION_INTERNAL != DTLS1_2_VERSION
crypto/openssl/ssl/statem/extensions_clnt.c
341
if (DTLS_VERSION_LT(s->client_version, DTLS1_2_VERSION)
crypto/openssl/ssl/statem/extensions_clnt.c
343
&& DTLS_VERSION_LT(s->version, DTLS1_2_VERSION)))
crypto/openssl/ssl/statem/statem_clnt.c
193
#if DTLS_MAX_VERSION_INTERNAL != DTLS1_2_VERSION
crypto/openssl/ssl/statem/statem_lib.c
180
negotiated_minversion = SSL_CONNECTION_IS_DTLS(s) ? DTLS1_2_VERSION : TLS1_2_VERSION;
crypto/openssl/ssl/statem/statem_lib.c
1871
#if DTLS_MAX_VERSION_INTERNAL != DTLS1_2_VERSION
crypto/openssl/ssl/statem/statem_lib.c
1878
{ DTLS1_2_VERSION, dtlsv1_2_client_method, dtlsv1_2_server_method },
crypto/openssl/ssl/statem/statem_lib.c
1880
{ DTLS1_2_VERSION, NULL, NULL },
crypto/openssl/ssl/t1_lib.c
1986
TLS1_2_VERSION, 0, DTLS1_2_VERSION, 0 },
crypto/openssl/ssl/t1_lib.c
1991
TLS1_2_VERSION, 0, DTLS1_2_VERSION, 0 },
crypto/openssl/ssl/t1_lib.c
1996
TLS1_2_VERSION, 0, DTLS1_2_VERSION, 0 },
crypto/openssl/ssl/t1_lib.c
2002
TLS1_2_VERSION, 0, DTLS1_2_VERSION, 0 },
crypto/openssl/ssl/t1_lib.c
2007
TLS1_2_VERSION, 0, DTLS1_2_VERSION, 0 },
crypto/openssl/ssl/t1_lib.c
2013
TLS1_2_VERSION, TLS1_2_VERSION, DTLS1_2_VERSION, DTLS1_2_VERSION },
crypto/openssl/ssl/t1_lib.c
2018
TLS1_2_VERSION, TLS1_2_VERSION, DTLS1_2_VERSION, DTLS1_2_VERSION },
crypto/openssl/ssl/t1_lib.c
2043
TLS1_2_VERSION, 0, DTLS1_2_VERSION, 0 },
crypto/openssl/ssl/t1_lib.c
2048
TLS1_2_VERSION, 0, DTLS1_2_VERSION, 0 },
crypto/openssl/ssl/t1_lib.c
2053
TLS1_2_VERSION, 0, DTLS1_2_VERSION, 0 },
crypto/openssl/ssl/t1_lib.c
2059
TLS1_2_VERSION, 0, DTLS1_2_VERSION, 0 },
crypto/openssl/ssl/t1_lib.c
2064
TLS1_2_VERSION, 0, DTLS1_2_VERSION, 0 },
crypto/openssl/ssl/t1_lib.c
2069
TLS1_2_VERSION, 0, DTLS1_2_VERSION, 0 },
crypto/openssl/ssl/t1_lib.c
2075
TLS1_2_VERSION, 0, DTLS1_2_VERSION, 0 },
crypto/openssl/ssl/t1_lib.c
2080
TLS1_2_VERSION, 0, DTLS1_2_VERSION, 0 },
crypto/openssl/ssl/t1_lib.c
2085
TLS1_2_VERSION, 0, DTLS1_2_VERSION, 0 },
crypto/openssl/ssl/t1_lib.c
2091
TLS1_2_VERSION, TLS1_2_VERSION, DTLS1_2_VERSION, DTLS1_2_VERSION },
crypto/openssl/ssl/t1_lib.c
2096
TLS1_2_VERSION, TLS1_2_VERSION, DTLS1_2_VERSION, DTLS1_2_VERSION },
crypto/openssl/ssl/t1_lib.c
2102
TLS1_2_VERSION, TLS1_2_VERSION, DTLS1_2_VERSION, DTLS1_2_VERSION },
crypto/openssl/ssl/t1_lib.c
2107
TLS1_2_VERSION, TLS1_2_VERSION, DTLS1_2_VERSION, DTLS1_2_VERSION },
crypto/openssl/ssl/t1_lib.c
2112
TLS1_2_VERSION, TLS1_2_VERSION, DTLS1_2_VERSION, DTLS1_2_VERSION },
crypto/openssl/ssl/t1_lib.c
2117
TLS1_2_VERSION, TLS1_2_VERSION, DTLS1_2_VERSION, DTLS1_2_VERSION },
crypto/openssl/ssl/t1_lib.c
2122
TLS1_2_VERSION, TLS1_2_VERSION, DTLS1_2_VERSION, DTLS1_2_VERSION },
crypto/openssl/ssl/t1_lib.c
2131
TLS1_2_VERSION, TLS1_2_VERSION, DTLS1_2_VERSION, DTLS1_2_VERSION },
crypto/openssl/ssl/t1_lib.c
2138
TLS1_2_VERSION, TLS1_2_VERSION, DTLS1_2_VERSION, DTLS1_2_VERSION },
crypto/openssl/ssl/t1_lib.c
2145
TLS1_2_VERSION, TLS1_2_VERSION, DTLS1_2_VERSION, DTLS1_2_VERSION },
crypto/openssl/ssl/t1_lib.c
2151
TLS1_2_VERSION, TLS1_2_VERSION, DTLS1_2_VERSION, DTLS1_2_VERSION },
crypto/openssl/ssl/t1_lib.c
2157
TLS1_2_VERSION, TLS1_2_VERSION, DTLS1_2_VERSION, DTLS1_2_VERSION },
crypto/openssl/ssl/t1_lib.c
2166
TLS1_VERSION, TLS1_2_VERSION, DTLS1_VERSION, DTLS1_2_VERSION
crypto/openssl/ssl/t1_trce.c
72
{ DTLS1_2_VERSION, "DTLS 1.2" },
crypto/openssl/test/dtlstest.c
401
(DTLS1_2_VERSION >> 8) & 0xff, /* protocol version hi byte */
crypto/openssl/test/dtlstest.c
402
DTLS1_2_VERSION & 0xff, /* protocol version lo byte */
crypto/openssl/test/helpers/ssl_test_ctx.c
155
{ "DTLSv1.2", DTLS1_2_VERSION },
crypto/openssl/test/ssl_ctx_test.c
44
{ PROTO_TLS, DTLS1_VERSION, DTLS1_2_VERSION, 1, 1, 0, 0 },
crypto/openssl/test/ssl_ctx_test.c
49
{ PROTO_DTLS, DTLS1_VERSION, DTLS1_2_VERSION, 1, 1, DTLS1_VERSION, DTLS1_2_VERSION },
crypto/openssl/test/ssl_ctx_test.c
51
{ PROTO_DTLS, DTLS1_2_VERSION, DTLS1_2_VERSION, 1, 1, DTLS1_2_VERSION, DTLS1_2_VERSION },
crypto/openssl/test/ssl_ctx_test.c
57
{ PROTO_DTLS, DTLS1_2_VERSION, DTLS1_VERSION, 1, 1, DTLS1_2_VERSION, DTLS1_VERSION },
crypto/openssl/test/ssl_ctx_test.c
59
{ PROTO_DTLS, DTLS1_VERSION + 1, DTLS1_2_VERSION, 0, 1, 0, DTLS1_2_VERSION },
crypto/openssl/test/ssl_ctx_test.c
60
{ PROTO_DTLS, DTLS1_VERSION, DTLS1_2_VERSION - 1, 1, 0, DTLS1_VERSION, 0 },
crypto/openssl/test/ssl_ctx_test.c
69
{ PROTO_QUIC, DTLS1_VERSION, DTLS1_2_VERSION, 1, 1, 0, 0 },
crypto/openssl/test/ssl_old_test.c
1375
min_version = DTLS1_2_VERSION;
crypto/openssl/test/ssl_old_test.c
1376
max_version = DTLS1_2_VERSION;
crypto/openssl/test/ssl_old_test.c
822
{ "dtls1.2", DTLS1_2_VERSION }
crypto/openssl/test/sslapitest.c
11843
case DTLS1_2_VERSION:
crypto/openssl/test/sslapitest.c
11892
version = DTLS1_2_VERSION;
crypto/openssl/test/sslapitest.c
11914
if (version == DTLS1_VERSION || version == DTLS1_2_VERSION) {
crypto/openssl/test/sslapitest.c
11942
if (version == DTLS1_VERSION || version == DTLS1_2_VERSION) {
crypto/openssl/test/sslapitest.c
13354
max_proto = DTLS1_2_VERSION;
crypto/openssl/test/sslapitest.c
1611
prot = DTLS1_2_VERSION;