aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/openssl/.yandex_meta/devtools.copyrights.report
blob: 73066c4f492242841f0442f410d8d60f169876a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
# File format ($ symbol means the beginning of a line):
#
# $ # this message
# $ # =======================
# $     # comments (all commentaries should starts with some number of spaces and # symbol)
# ${action} {license id} {license text hash}
# $BELONGS ./ya/make/file/relative/path/1/ya.make ./ya/make/2/ya.make
# ${all_file_action} filename
# $ # user commentaries (many lines)
# $ generated description - files with this license, license text... (some number of lines that starts with some number of spaces, do not modify)
# ${action} {license spdx} {license text hash}
# $BELONGS ./ya/make/file/relative/path/3/ya.make
# ${all_file_action} filename
# $    #    user commentaries
# $ generated description
# $ ...
#
# You can modify action, all_file_action and add commentaries
# Available actions:
# keep - keep license in contrib and use in credits
# skip - skip license
# remove - remove all files with this license
# rename - save license text/links into licenses texts file, but not store SPDX into LINCENSE macro. You should store correct license id into devtools.license.spdx.txt file
#
# {all file action} records will be generated when license text contains filename that exists on filesystem (in contrib directory)
# We suppose that that files can contain some license info
# Available all file actions:
# FILE_IGNORE - ignore file (do nothing)
# FILE_INCLUDE - include all file data into licenses text file
# =======================

KEEP     COPYRIGHT_SERVICE_LABEL 008a9f0145bd008b4949a19c89dba982
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright (C) 2017 National Security Research Institute. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/aria/aria.c [12:12]
        include/crypto/aria.h [11:11]

KEEP     COPYRIGHT_SERVICE_LABEL 00ad392f3f1df46d62c8937a8f749c19
BELONGS apps/ya.make crypto/ya.make ya.make
    License text:
         * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        apps/dhparam.c [2:2]
        apps/dsa.c [2:2]
        apps/dsaparam.c [2:2]
        apps/gendsa.c [2:2]
        apps/genrsa.c [2:2]
        apps/rsa.c [2:2]
        apps/s_client.c [2:2]
        apps/speed.c [2:2]
        apps/x509.c [2:2]
        crypto/asn1/asn1_err.c [2:3]
        crypto/bio/b_print.c [2:2]
        crypto/bio/bss_acpt.c [2:2]
        crypto/bio/bss_conn.c [2:2]
        crypto/bio/bss_fd.c [2:2]
        crypto/bio/bss_sock.c [2:2]
        crypto/bn/bn_gcd.c [2:2]
        crypto/bn/bn_lib.c [2:2]
        crypto/bn/bn_local.h [2:2]
        crypto/bn/bn_mpi.c [2:2]
        crypto/bn/bn_prime.c [2:2]
        crypto/dh/dh_gen.c [2:2]
        crypto/ec/ec_err.c [2:3]
        crypto/evp/bio_ok.c [2:2]
        crypto/evp/encode.c [2:2]
        crypto/ex_data.c [2:2]
        crypto/hmac/hmac.c [2:2]
        crypto/hmac/hmac_local.h [2:2]
        crypto/pem/pem_all.c [2:2]
        crypto/pem/pem_err.c [2:3]
        crypto/pem/pem_lib.c [2:2]
        crypto/pem/pem_pkey.c [2:2]
        crypto/rand/rand_err.c [2:3]
        crypto/rand/rand_local.h [2:2]
        crypto/rand/randfile.c [2:2]
        crypto/x509/x509_att.c [2:2]
        crypto/x509/x509_err.c [2:3]
        crypto/x509/x509_req.c [2:2]
        crypto/x509/x509_txt.c [2:2]
        crypto/x509/x_crl.c [2:2]
        crypto/x509/x_pubkey.c [2:2]
        e_os.h [2:2]
        include/openssl/asn1err.h [2:3]
        include/openssl/bio.h [2:2]
        include/openssl/bn.h [2:2]
        include/openssl/ecerr.h [2:3]
        include/openssl/lhash.h [2:2]
        include/openssl/pemerr.h [2:3]
        include/openssl/randerr.h [2:3]
        include/openssl/ssl.h [2:2]
        include/openssl/ssl3.h [2:2]
        include/openssl/x509.h [2:2]
        include/openssl/x509_vfy.h [2:2]
        include/openssl/x509err.h [2:3]
        ssl/ssl_rsa.c [2:2]
        ssl/ssl_sess.c [2:2]
        ssl/statem/statem_lib.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 0169b343573768be858d1b637c4c8e6c
BELONGS crypto/ya.make
    License text:
         * Copyright 1999-2017 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/asn1/a_mbstr.c [2:2]
        crypto/bio/bss_bio.c [2:2]
        crypto/pkcs7/pk7_mime.c [2:2]
        crypto/rsa/rsa_chk.c [2:2]
        crypto/x509v3/ext_dat.h [2:2]
        crypto/x509v3/standard_exts.h [2:2]
        crypto/x509v3/v3_info.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 02d45de65a7fcdb2c9e5c0afce8132e9
BELONGS crypto/ya.make
    License text:
         * Copyright 2011-2018 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/arm_arch.h [2:2]
        crypto/bn/bn_x931p.c [2:2]
        crypto/ec/ec_oct.c [2:2]
        crypto/ec/ecp_oct.c [2:2]
        crypto/engine/eng_rdrand.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 038a5e1de522138dbcab870d519a928c
BELONGS apps/ya.make crypto/ya.make ya.make
    License text:
         * Copyright 2018 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        apps/bf_prefix.c [2:2]
        crypto/conf/conf_local.h [2:2]
        crypto/getenv.c [2:2]
        crypto/x509/x509_meth.c [2:2]
        include/crypto/ec.h [2:2]
        include/crypto/lhash.h [2:2]
        include/crypto/sha.h [2:2]
        include/internal/sslconf.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 04cecc1df68d72027d7355d714a17662
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright (c) 2017, Oracle and/or its affiliates.  All rights reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/aria/aria.c [3:3]
        crypto/evp/e_aria.c [3:3]
        include/crypto/aria.h [3:3]

KEEP     COPYRIGHT_SERVICE_LABEL 052e9c6f5e4319c121dd64275f63a624
BELONGS crypto/ya.make
    License text:
         * Copyright 2006-2021 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/asn1/bio_asn1.c [2:2]
        crypto/dsa/dsa_prn.c [2:2]
        crypto/evp/e_camellia.c [2:2]
        crypto/rsa/rsa_prn.c [2:2]
        crypto/sm2/sm2_pmeth.c [2:2]
        crypto/ts/ts_rsp_verify.c [2:2]
        crypto/ts/ts_verify_ctx.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 05729a0085694fff4d3ff745c09b59b2
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 2015-2019 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/conf/conf_ssl.c [2:2]
        crypto/evp/e_chacha20_poly1305.c [2:2]
        engines/e_dasync.c [2:2]
        ssl/statem/statem.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 09f307449bb558104bc23c309fd91517
BELONGS apps/ya.make
    License text:
         * Copyright (c) 2013-2014 Timo Teräs <timo.teras@gmail.com>
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        apps/rehash.c [3:3]

KEEP     COPYRIGHT_SERVICE_LABEL 0c15b7271fdc0e27319c430b7ff35385
BELONGS crypto/ya.make
    License text:
         * Copyright 1998-2019 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/cryptlib.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 0e83cde69b9be57e8a8ebce30c32b2b3
BELONGS crypto/ya.make
    License text:
         * Copyright (c) 2004, 2018, Richard Levitte <richard@levitte.org>
         * All rights reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/LPdir_unix.c [14:15]

KEEP     COPYRIGHT_SERVICE_LABEL 0f73df7d8a0bc602eb6ed942bf580bd4
BELONGS crypto/ya.make
    License text:
         * Copyright 2013-2018 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/bn/rsaz_exp.h [2:2]
        crypto/modes/wrap128.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 0fa4d00a59a44aebba6c43baf4c5bfbf
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/aria/aria.c [2:2]
        crypto/dh/dh_rfc7919.c [2:2]
        crypto/evp/e_sm4.c [2:2]
        crypto/siphash/siphash_local.h [2:2]
        crypto/sm3/m_sm3.c [2:2]
        crypto/sm3/sm3.c [2:2]
        crypto/sm3/sm3_local.h [2:2]
        crypto/sm4/sm4.c [2:2]
        crypto/ui/ui_null.c [2:2]
        include/crypto/sm3.h [2:2]
        include/crypto/sm4.h [2:2]
        include/internal/nelem.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 135917d563a75d1bf4bbe9521ae819a4
BELONGS apps/ya.make crypto/ya.make ya.make
    License text:
         * Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        apps/storeutl.c [2:2]
        crypto/blake2/blake2b.c [2:2]
        crypto/ec/curve25519.c [2:2]
        crypto/init.c [2:2]
        crypto/sha/keccak1600.c [2:2]
        crypto/threads_none.c [2:2]
        crypto/threads_pthread.c [2:2]
        include/crypto/dso_conf-android.h [4:4]
        include/crypto/dso_conf-osx-linux_aarch64-linux.h [4:4]
        include/crypto/dso_conf-win.h [4:4]
        include/crypto/dso_conf_darwin_arm64.h [4:4]
        include/crypto/rand.h [2:2]
        include/crypto/store.h [2:2]
        include/internal/conf.h [2:2]
        include/internal/refcount.h [2:2]
        include/openssl/store.h [2:2]
        ssl/ssl_init.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 13bbe158875c7424180f21c33a93f2c3
BELONGS crypto/ya.make
    License text:
         * Copyright 2003-2020 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/o_str.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 15182d531237fdaaf4b4edaf9ef27a99
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/async/async_wait.c [2:2]
        crypto/bio/bio_meth.c [2:2]
        crypto/ct/ct_log.c [2:2]
        crypto/dh/dh_meth.c [2:2]
        crypto/dllmain.c [2:2]
        crypto/dsa/dsa_meth.c [2:2]
        crypto/kdf/hkdf.c [2:2]
        crypto/kdf/tls1_prf.c [2:2]
        crypto/o_fopen.c [2:2]
        crypto/poly1305/poly1305_ieee754.c [2:2]
        crypto/rsa/rsa_meth.c [2:2]
        crypto/store/store_init.c [2:2]
        crypto/store/store_local.h [2:2]
        crypto/store/store_register.c [2:2]
        include/crypto/async.h [2:2]
        include/crypto/cryptlib.h [2:2]
        include/crypto/err.h [2:2]
        include/internal/bio.h [2:2]
        include/openssl/ct.h [2:2]
        include/openssl/kdf.h [2:2]
        include/openssl/opensslconf-ios-armv7.h [5:5]
        include/openssl/opensslconf-linux_arm.h [5:5]
        ssl/record/ssl3_record_tls13.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 152cb2fcd20e240bc7b164bd15144f6f
BELONGS apps/ya.make crypto/ya.make ya.make
    License text:
         * Copyright 2004-2018 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        apps/prime.c [2:2]
        crypto/LPdir_unix.c [2:2]
        crypto/sha/sha512.c [2:2]
        crypto/x509v3/pcy_cache.c [2:2]
        crypto/x509v3/pcy_node.c [2:2]
        crypto/x509v3/pcy_tree.c [2:2]
        include/internal/o_dir.h [2:2]
        include/openssl/srp.h [2:2]
        ssl/tls_srp.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 157d65fca7df091c375791df201716c0
BELONGS crypto/ya.make
    License text:
         * Copyright 2002-2018 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/asn1/asn_moid.c [2:2]
        crypto/bn/asm/x86_64-gcc.c [2:2]
        crypto/bn/bn_gf2m.c [2:2]
        crypto/bn/bn_nist.c [2:2]
        crypto/conf/conf_mall.c [2:2]
        crypto/ec/ec_print.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 1750606e68546e12e350f98dfb9205d6
BELONGS ya.make
    License text:
         Copyright (c) 1998-2021 The OpenSSL Project
         Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
         All rights reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        README [4:6]

KEEP     COPYRIGHT_SERVICE_LABEL 180160f76e66abaae1251831c71299bf
BELONGS crypto/ya.make
    License text:
         * Copyright 2010-2019 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/s390xcap.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 18d506265770580c8fec58236387690b
BELONGS crypto/ya.make
    License text:
         * Copyright 1998-2016 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/comp/c_zlib.c [2:2]
        crypto/des/fcrypt.c [2:2]
        crypto/des/ncbc_enc.c [2:2]
        crypto/rc4/rc4_local.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 1a7198ff2a2715b0a4f04fc55a997f9d
BELONGS crypto/ya.make
    License text:
         * Copyright 2009-2021 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/ppccap.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 1a7b8d99d51501da81331de79d08d266
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 2017-2019 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/ctype.c [2:2]
        crypto/ec/curve448/curve448.c [2:2]
        crypto/ec/curve448/curve448_tables.c [2:2]
        crypto/ec/curve448/curve448utils.h [2:2]
        crypto/ec/curve448/f_generic.c [2:2]
        crypto/ec/curve448/point_448.h [2:2]
        crypto/ec/curve448/scalar.c [2:2]
        crypto/evp/e_aria.c [2:2]
        crypto/evp/m_sha3.c [2:2]
        crypto/sm2/sm2_sign.c [2:2]
        include/crypto/ctype.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 231d723902ba001f4b84a42912acb0cc
BELONGS apps/ya.make crypto/ya.make ya.make
    License text:
         * Copyright 2000-2018 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        apps/passwd.c [2:2]
        crypto/asn1/tasn_new.c [2:2]
        crypto/asn1/tasn_utl.c [2:2]
        crypto/evp/evp_local.h [2:2]
        crypto/pkcs12/p12_asn.c [2:2]
        crypto/rand/rand_egd.c [2:2]
        include/internal/dso.h [2:2]
        include/openssl/engine.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 241d85ac880dc747993b4faa01743bdb
BELONGS crypto/ya.make
    License text:
         * Copyright 2006 NTT (Nippon Telegraph and Telephone Corporation) .
         * ALL RIGHTS RESERVED.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/camellia/camellia.c [11:12]
        crypto/camellia/cmll_local.h [11:12]

KEEP     COPYRIGHT_SERVICE_LABEL 24a3e5470e696e128581affcbe5aa91f
BELONGS crypto/ya.make
    License text:
         * Copyright 2011-2019 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/ec/ecp_nistputil.c [2:2]
        crypto/mips_arch.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 254008ccc73c39d1d1e1c429b32c948d
BELONGS crypto/ya.make
    License text:
           Copyright (c) 2012-2016 Jean-Philippe Aumasson
           Copyright (c) 2012-2014 Daniel J. Bernstein
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/siphash/siphash.c [14:15]

KEEP     COPYRIGHT_SERVICE_LABEL 2563784ac9dd4a256735790893f4f580
BELONGS crypto/ya.make
    License text:
         * Copyright 2006-2019 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/dh/dh_pmeth.c [2:2]
        crypto/dsa/dsa_ameth.c [2:2]
        crypto/dsa/dsa_pmeth.c [2:2]
        crypto/ec/ec_pmeth.c [2:2]
        crypto/ec/ecx_meth.c [2:2]
        crypto/rsa/rsa_pmeth.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 275b267af4520eede6e0354fe5573057
BELONGS ya.make
    License text:
         * Copyright 2005-2021 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/sparcv9cap.c [2:2]
        ssl/d1_lib.c [2:2]
        ssl/record/rec_layer_d1.c [2:2]
    Belongs difference:
        - crypto/ya.make

KEEP     COPYRIGHT_SERVICE_LABEL 2b5c031227cbf70e9537679803c4378b
BELONGS ya.make
    License text:
         * Copyright (C) 2006, Network Resonance, Inc. Copyright (C) 2011, RTFM, Inc.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        include/openssl/srtp.h [13:13]
        ssl/d1_srtp.c [13:13]

KEEP     COPYRIGHT_SERVICE_LABEL 2f46aee619143c6dfca064f6123b7510
BELONGS ya.make
    License text:
         * Copyright 2018-2019 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        include/internal/tsan_assist.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 306c9ff78d837bb7f7cdeb8e050cc8fc
BELONGS crypto/ya.make
    License text:
         * Copyright 2017 BaishanCloud. All rights reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/rsa/rsa_mp.c [3:3]

KEEP     COPYRIGHT_SERVICE_LABEL 324a740d3bc443e85f6f61335771001e
BELONGS crypto/ya.make
    License text:
         * Copyright 2004-2014, Akamai Technologies. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/mem_sec.c [3:3]

KEEP     COPYRIGHT_SERVICE_LABEL 377cb65914d21e2be5d98be4ba18acec
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright (c) 2007 KISA(Korea Information Security Agency). All rights reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/seed/seed.c [11:11]
        crypto/seed/seed_local.h [11:11]
        include/openssl/seed.h [11:11]

KEEP     COPYRIGHT_SERVICE_LABEL 396d90540511de3f398317a01d52d5a2
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/asn1/asn1_item_list.c [2:2]
        crypto/asn1/asn1_item_list.h [2:2]
        crypto/asn1/tasn_fre.c [2:2]
        crypto/asn1/tasn_prn.c [2:2]
        crypto/asn1/tasn_typ.c [2:2]
        crypto/bn/README.pod [232:234]
        crypto/bn/bn_kron.c [2:2]
        crypto/dh/dh_asn1.c [2:2]
        crypto/dso/dso_dl.c [2:2]
        crypto/dso/dso_vms.c [2:2]
        crypto/ebcdic.c [2:2]
        crypto/ocsp/ocsp_asn.c [2:2]
        crypto/ocsp/ocsp_prn.c [2:2]
        crypto/ocsp/v3_ocsp.c [2:2]
        crypto/pkcs7/pk7_asn1.c [2:2]
        crypto/x509/x_exten.c [2:2]
        include/openssl/asn1t.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 3cec698093a9bfcc15e3b6d7cfa2a816
BELONGS apps/ya.make crypto/ya.make
    License text:
         * Copyright 2015-2020 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        apps/rehash.c [2:2]
        crypto/mem_sec.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 3cf4adbc2c20b5b828fafce4343a091a
BELONGS ya.make
    License text:
         * Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/bio/b_addr.c [2:2]
        crypto/bio/b_sock2.c [2:2]
        crypto/store/loader_file.c [2:2]
        ssl/statem/extensions.c [2:2]
        ssl/statem/extensions_clnt.c [2:2]
        ssl/statem/extensions_srvr.c [2:2]
    Belongs difference:
        - crypto/ya.make

KEEP     COPYRIGHT_SERVICE_LABEL 3ea015dc19faced324178d408c620ca4
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright (c) 2004, Richard Levitte <richard@levitte.org>
         * All rights reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/LPdir_nyi.c [14:15]
        crypto/LPdir_vms.c [14:15]
        crypto/LPdir_win.c [14:15]
        crypto/LPdir_win32.c [14:15]
        crypto/LPdir_wince.c [14:15]
        include/internal/o_dir.h [14:15]

KEEP     COPYRIGHT_SERVICE_LABEL 4537d2afc18a619988bd5c31a076dc9a
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 2006-2016 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/aes/aes_x86core.c [2:2]
        crypto/camellia/cmll_cbc.c [2:2]
        crypto/camellia/cmll_cfb.c [2:2]
        crypto/camellia/cmll_ctr.c [2:2]
        crypto/camellia/cmll_ecb.c [2:2]
        crypto/camellia/cmll_local.h [2:2]
        crypto/camellia/cmll_misc.c [2:2]
        crypto/camellia/cmll_ofb.c [2:2]
        crypto/dh/dh_ameth.c [2:2]
        crypto/evp/pmeth_fn.c [2:2]
        crypto/evp/pmeth_gn.c [2:2]
        crypto/pkcs7/bio_pk7.c [2:2]
        crypto/ts/ts_asn1.c [2:2]
        crypto/ts/ts_conf.c [2:2]
        crypto/ts/ts_req_print.c [2:2]
        crypto/ts/ts_req_utils.c [2:2]
        crypto/ts/ts_rsp_print.c [2:2]
        crypto/ts/ts_rsp_utils.c [2:2]
        crypto/x509v3/v3_addr.c [2:2]
        include/openssl/camellia.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 47bb986cda42588e94c3a6c6056bef84
BELONGS apps/ya.make crypto/ya.make
    License text:
         * Copyright 2006-2020 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        apps/genpkey.c [2:2]
        apps/pkeyutl.c [2:2]
        apps/ts.c [2:2]
        crypto/aes/aes_ige.c [2:2]
        crypto/ec/ec_ameth.c [2:2]
        crypto/rsa/rsa_ameth.c [2:2]
        crypto/ts/ts_rsp_sign.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 486e9549e647450aae5e5f281731661a
BELONGS apps/ya.make crypto/ya.make ya.make
    License text:
         * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        apps/vms_term_sock.c [2:2]
        apps/vms_term_sock.h [2:2]
        apps/win32_init.c [2:2]
        crypto/blake2/m_blake2b.c [2:2]
        crypto/blake2/m_blake2s.c [2:2]
        crypto/ct/ct_b64.c [2:2]
        crypto/ct/ct_oct.c [2:2]
        crypto/ct/ct_policy.c [2:2]
        crypto/ct/ct_prn.c [2:2]
        crypto/ct/ct_sct.c [2:2]
        crypto/ct/ct_sct_ctx.c [2:2]
        crypto/ct/ct_vfy.c [2:2]
        crypto/ct/ct_x509v3.c [2:2]
        crypto/dh/dh_local.h [2:2]
        crypto/dso/dso_local.h [2:2]
        crypto/objects/obj_local.h [2:2]
        crypto/pkcs12/p12_local.h [2:2]
        crypto/poly1305/poly1305_base2_44.c [2:2]
        engines/e_afalg.h [2:2]
        include/crypto/bn_conf-android-arm.h [4:4]
        include/crypto/bn_conf-android-arm64.h [4:4]
        include/crypto/bn_conf-android-i686.h [4:4]
        include/crypto/bn_conf-android-x86_64.h [4:4]
        include/crypto/bn_conf-ios-arm64.h [4:4]
        include/crypto/bn_conf-ios-armv7.h [4:4]
        include/crypto/bn_conf-ios-i386.h [4:4]
        include/crypto/bn_conf-ios-x86_64.h [4:4]
        include/crypto/bn_conf-osx-linux_aarch64-osx_arm64-linux.h [4:4]
        include/crypto/bn_conf-win-i686.h [4:4]
        include/crypto/bn_conf-win-x86_64.h [4:4]
        include/crypto/engine.h [2:2]
        include/crypto/objects.h [2:2]
        include/internal/comp.h [2:2]
        include/internal/err.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 4a441768852013786137b51425431606
BELONGS crypto/ya.make
    License text:
         * Copyright (c) 2012, Intel Corporation. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/bn/rsaz_exp.c [3:3]
        crypto/bn/rsaz_exp.h [3:3]

KEEP     COPYRIGHT_SERVICE_LABEL 4ad698ede3753f557037519070eb9b7c
BELONGS crypto/ya.make
    License text:
         * Copyright 2002-2019 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/bn/bn_depr.c [2:2]
        crypto/conf/conf_mod.c [2:2]
        crypto/conf/conf_sap.c [2:2]
        crypto/ec/ec2_smpl.c [2:2]
        crypto/ec/ec_curve.c [2:2]
        crypto/ec/ecdh_ossl.c [2:2]
        crypto/ec/ecdsa_ossl.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 5297a3d77dcea6e595d45a304948a8d1
BELONGS crypto/ya.make
    License text:
         * Copyright 2011-2021 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/armcap.c [2:2]
        crypto/ec/ec2_oct.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 52f2e779183feedf51fb89ccfc4f6bbe
BELONGS apps/ya.make crypto/ya.make ya.make
    License text:
         * Copyright 2010-2016 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        apps/vms_decc_init.c [2:2]
        crypto/asn1/tasn_scn.c [2:2]
        crypto/cmac/cm_ameth.c [2:2]
        crypto/cmac/cm_pmeth.c [2:2]
        include/openssl/cmac.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 5445f775dfe3b14544ad08a299fd9c3f
BELONGS crypto/ya.make
    License text:
         * Copyright 2004-2016 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/LPdir_nyi.c [2:2]
        crypto/LPdir_vms.c [2:2]
        crypto/LPdir_win.c [2:2]
        crypto/LPdir_win32.c [2:2]
        crypto/LPdir_wince.c [2:2]
        crypto/evp/e_old.c [2:2]
        crypto/o_dir.c [2:2]
        crypto/sha/sha256.c [2:2]
        crypto/x509v3/pcy_lib.c [2:2]
        crypto/x509v3/pcy_local.h [2:2]
        crypto/x509v3/pcy_map.c [2:2]
        crypto/x509v3/v3_pcia.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 54adebab64253387626b0370bb880aff
BELONGS crypto/ya.make
    License text:
         * Copyright 2002-2021 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/ec/ec_asn1.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 552248b20296cb6331b7c35889d4ff97
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 2017-2021 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/engine/eng_devcrypto.c [2:2]
        crypto/sm2/sm2_crypt.c [2:2]
        include/crypto/sm2.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 56dfd2959a2df3880415390c1c6ee913
BELONGS ya.make
    License text:
                Copyright 20xx-20yy The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        CONTRIBUTING [29:29]

KEEP     COPYRIGHT_SERVICE_LABEL 58a67965ad6d8b8322a4eebf99d6937c
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/ec/ecp_nistz256_table.c [2:2]
        include/crypto/bn_srp.h [2:2]
        ssl/ssl_utst.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 59378288a4985582c693731225c9f5a3
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 2005-2018 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/rsa/rsa_pss.c [2:2]
        include/openssl/dtls1.h [2:2]
        ssl/pqueue.c [2:2]
        ssl/statem/statem_dtls.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 5ae5d21b5b7ca2395e2d56d1f5687cb9
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 2008-2019 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/cms/cms_att.c [2:2]
        crypto/cms/cms_env.c [2:2]
        crypto/cms/cms_local.h [2:2]
        include/openssl/cms.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 5bbb7903782c2f9e1f5d157274141802
BELONGS apps/ya.make crypto/ya.make ya.make
    License text:
         * Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        apps/timeouts.h [2:2]
        crypto/asn1/asn_pack.c [2:2]
        crypto/asn1/nsseq.c [2:2]
        crypto/asn1/p5_pbe.c [2:2]
        crypto/asn1/p8_pkey.c [2:2]
        crypto/asn1/t_bitst.c [2:2]
        crypto/asn1/tbl_standard.h [2:2]
        crypto/dsa/dsa_asn1.c [2:2]
        crypto/evp/evp_pkey.c [2:2]
        crypto/evp/p5_crpt2.c [2:2]
        crypto/pkcs12/p12_add.c [2:2]
        crypto/pkcs12/p12_attr.c [2:2]
        crypto/pkcs12/p12_crpt.c [2:2]
        crypto/pkcs12/p12_decr.c [2:2]
        crypto/pkcs12/p12_kiss.c [2:2]
        crypto/pkcs12/p12_npas.c [2:2]
        crypto/pkcs7/pk7_attr.c [2:2]
        crypto/x509/t_crl.c [2:2]
        crypto/x509/x509spki.c [2:2]
        crypto/x509/x_x509a.c [2:2]
        crypto/x509v3/v3_bcons.c [2:2]
        crypto/x509v3/v3_bitst.c [2:2]
        crypto/x509v3/v3_crld.c [2:2]
        crypto/x509v3/v3_enum.c [2:2]
        crypto/x509v3/v3_extku.c [2:2]
        crypto/x509v3/v3_ia5.c [2:2]
        crypto/x509v3/v3_int.c [2:2]
        crypto/x509v3/v3_pku.c [2:2]
        crypto/x509v3/v3_prn.c [2:2]
        crypto/x509v3/v3_skey.c [2:2]
        crypto/x509v3/v3_sxnet.c [2:2]
        include/openssl/ebcdic.h [2:2]
        include/openssl/pkcs12.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 5bedac737eb102707bae882d1aa06e7f
BELONGS apps/ya.make crypto/ya.make
    License text:
         * Copyright 2008-2020 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        apps/cms.c [2:2]
        crypto/asn1/asn_mime.c [2:2]
        crypto/cms/cms_lib.c [2:2]
        crypto/cms/cms_sd.c [2:2]
        crypto/cms/cms_smime.c [2:2]
        crypto/modes/cfb128.c [2:2]
        crypto/modes/ctr128.c [2:2]
        crypto/modes/ofb128.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 5d321d77bb6d8a7df1856d7d57952f0a
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 2002-2016 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/aes/aes_cbc.c [2:2]
        crypto/aes/aes_cfb.c [2:2]
        crypto/aes/aes_ecb.c [2:2]
        crypto/aes/aes_misc.c [2:2]
        crypto/aes/aes_ofb.c [2:2]
        crypto/asn1/asn1_gen.c [2:2]
        crypto/dh/dh_depr.c [2:2]
        crypto/dsa/dsa_depr.c [2:2]
        crypto/ec/ec_check.c [2:2]
        crypto/engine/eng_cnf.c [2:2]
        crypto/mem_clr.c [2:2]
        crypto/rsa/rsa_depr.c [2:2]
        crypto/ui/ui_util.c [2:2]
        include/openssl/aes.h [2:2]
        include/openssl/ecdh.h [2:2]
        include/openssl/ecdsa.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 5e47c9de9a6f37fe5032d3c00e0263e4
BELONGS crypto/ya.make
    License text:
         * Copyright 1998-2021 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/bn/bn_prime.h [5:5]
        crypto/objects/obj_xref.h [5:5]

KEEP     COPYRIGHT_SERVICE_LABEL 5e877561af62a9f13fc06661cd7e42f8
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 2004-2019 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        engines/e_padlock.c [2:2]
    Belongs difference:
        + crypto/ya.make

KEEP     COPYRIGHT_SERVICE_LABEL 608e28b1106453a3a97921a9320476ac
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 2007-2016 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/dsa/dsa_local.h [2:2]
        crypto/evp/e_seed.c [2:2]
        crypto/seed/seed.c [2:2]
        crypto/seed/seed_cbc.c [2:2]
        crypto/seed/seed_cfb.c [2:2]
        crypto/seed/seed_ecb.c [2:2]
        crypto/seed/seed_ofb.c [2:2]
        include/openssl/seed.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 62c5a81ea9711dbcb60986c9212893e5
BELONGS crypto/ya.make
    Note: matched license text is too long. Read it in the source files.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/bio/b_print.c [18:21]

KEEP     COPYRIGHT_SERVICE_LABEL 65065adab5597ca0f2c51137c909a527
BELONGS ya.make
    License text:
         * Copyright 2015-2021 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        include/crypto/x509.h [2:2]
        ssl/statem/statem_local.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 67bf5428331cf7d96b561d7d8555f747
BELONGS crypto/ya.make
    License text:
         * Copyright 2008-2021 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/asn1/bio_ndef.c [2:2]
        crypto/modes/cbc128.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 689fdef4e5de978da2278e6bb95dc850
BELONGS apps/ya.make crypto/ya.make ya.make
    License text:
         * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        apps/ca.c [2:2]
        apps/crl2p7.c [2:2]
        apps/enc.c [2:2]
        apps/progs-linux_aarch64-linux-osx_arm64.h [5:5]
        apps/s_cb.c [2:2]
        apps/s_server.c [2:2]
        apps/s_socket.c [2:2]
        apps/s_time.c [2:2]
        crypto/asn1/a_object.c [2:2]
        crypto/asn1/asn1_lib.c [2:2]
        crypto/asn1/asn1_par.c [2:2]
        crypto/asn1/d2i_pr.c [2:2]
        crypto/bn/bn_div.c [2:2]
        crypto/conf/conf_def.c [2:2]
        crypto/conf/conf_def.h [5:5]
        crypto/dh/dh_key.c [2:2]
        crypto/evp/evp_enc.c [2:2]
        crypto/evp/evp_err.c [2:3]
        crypto/objects/obj_dat.h [5:5]
        crypto/rand/rand_lib.c [2:2]
        crypto/rand/rand_unix.c [2:2]
        crypto/rsa/rsa_ssl.c [2:2]
        crypto/x509/t_x509.c [2:2]
        crypto/x509/x509_cmp.c [2:2]
        crypto/x509/x509_vfy.c [2:2]
        crypto/x509/x_all.c [2:2]
        crypto/x509v3/v3err.c [2:3]
        include/openssl/e_os2.h [2:2]
        include/openssl/evperr.h [2:3]
        include/openssl/sslerr.h [2:3]
        include/openssl/x509v3err.h [2:3]
        ssl/bio_ssl.c [2:2]
        ssl/record/rec_layer_s3.c [2:2]
        ssl/record/ssl3_buffer.c [2:2]
        ssl/record/ssl3_record.c [2:2]
        ssl/s3_lib.c [2:2]
        ssl/s3_msg.c [2:2]
        ssl/ssl_cert.c [2:2]
        ssl/ssl_err.c [2:3]
        ssl/ssl_lib.c [2:2]
        ssl/ssl_local.h [2:2]
        ssl/statem/statem_clnt.c [2:2]
        ssl/statem/statem_srvr.c [2:2]
        ssl/t1_lib.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 6bb15a22dc916382590212ac4039caa0
BELONGS crypto/ya.make
    License text:
         * Copyright 2015 Cryptography Research, Inc.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/ec/curve448/curve448utils.h [3:3]

KEEP     COPYRIGHT_SERVICE_LABEL 6be713cd7a84d3919ff4a4819af180a4
BELONGS crypto/ya.make
    License text:
         * Copyright 2014 Cryptography Research, Inc.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/ec/curve448/arch_32/f_impl.c [3:3]
        crypto/ec/curve448/field.h [3:3]
        crypto/ec/curve448/word.h [3:3]

KEEP     COPYRIGHT_SERVICE_LABEL 6d27389887f32a542cbbe908103071a9
BELONGS crypto/ya.make
    License text:
         * Copyright 2003-2021 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/x509v3/v3_ncons.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 6eb860d239408f2ea5f9f2ec6715b399
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 2003-2016 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/x509v3/v3_pcons.c [2:2]
        crypto/x509v3/v3_pmaps.c [2:2]
        include/internal/o_str.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 76395c89957476f85264bdbe23f33f34
BELONGS ya.make
    License text:
        /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
         * All rights reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        LICENSE [69:70]

KEEP     COPYRIGHT_SERVICE_LABEL 7a617cb0eab88d55abefcc7d9ff2a948
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 2008-2018 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/cms/cms_enc.c [2:2]
        engines/e_capi.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 7b3f3e5e21c0b438153f9294dbda059d
BELONGS apps/ya.make crypto/ya.make ya.make
    License text:
         * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        apps/apps.c [2:2]
        apps/apps.h [2:2]
        apps/asn1pars.c [2:2]
        apps/dgst.c [2:2]
        apps/openssl.c [2:2]
        apps/progs-win.h [5:5]
        apps/req.c [2:2]
        apps/s_apps.h [2:2]
        apps/verify.c [2:2]
        crypto/asn1/a_type.c [2:2]
        crypto/asn1/d2i_pu.c [2:2]
        crypto/bio/bss_file.c [2:2]
        crypto/bio/bss_mem.c [2:2]
        crypto/bn/bn_exp.c [2:2]
        crypto/bn/bn_rand.c [2:2]
        crypto/cms/cms_err.c [2:3]
        crypto/dh/dh_check.c [2:2]
        crypto/dh/dh_lib.c [2:2]
        crypto/dsa/dsa_err.c [2:3]
        crypto/dsa/dsa_gen.c [2:2]
        crypto/dsa/dsa_ossl.c [2:2]
        crypto/err/err.c [2:2]
        crypto/evp/digest.c [2:2]
        crypto/evp/e_rc5.c [2:2]
        crypto/evp/evp_lib.c [2:2]
        crypto/evp/p_lib.c [2:2]
        crypto/evp/p_open.c [2:2]
        crypto/lhash/lhash.c [2:2]
        crypto/pem/pem_info.c [2:2]
        crypto/pem/pem_sign.c [2:2]
        crypto/pkcs7/pk7_doit.c [2:2]
        crypto/rand/rand_win.c [2:2]
        crypto/rsa/rsa_err.c [2:3]
        crypto/rsa/rsa_gen.c [2:2]
        crypto/rsa/rsa_lib.c [2:2]
        crypto/rsa/rsa_ossl.c [2:2]
        crypto/rsa/rsa_pk1.c [2:2]
        crypto/rsa/rsa_x931g.c [2:2]
        crypto/x509/by_dir.c [2:2]
        crypto/x509/t_req.c [2:2]
        crypto/x509/x509_lu.c [2:2]
        crypto/x509/x_x509.c [2:2]
        include/crypto/sm2err.h [2:3]
        include/internal/cryptlib.h [2:2]
        include/internal/dsoerr.h [2:3]
        include/internal/sockets.h [2:2]
        include/internal/thread_once.h [2:2]
        include/openssl/asyncerr.h [2:3]
        include/openssl/bioerr.h [2:3]
        include/openssl/bnerr.h [2:3]
        include/openssl/buffererr.h [2:3]
        include/openssl/cmserr.h [2:3]
        include/openssl/comperr.h [2:3]
        include/openssl/conferr.h [2:3]
        include/openssl/crypto.h [2:2]
        include/openssl/cryptoerr.h [2:3]
        include/openssl/cterr.h [2:3]
        include/openssl/dherr.h [2:3]
        include/openssl/dsaerr.h [2:3]
        include/openssl/engineerr.h [2:3]
        include/openssl/err.h [2:2]
        include/openssl/evp.h [2:2]
        include/openssl/kdferr.h [2:3]
        include/openssl/objectserr.h [2:3]
        include/openssl/ocsperr.h [2:3]
        include/openssl/pkcs12err.h [2:3]
        include/openssl/pkcs7err.h [2:3]
        include/openssl/rsaerr.h [2:3]
        include/openssl/storeerr.h [2:3]
        include/openssl/tls1.h [2:2]
        include/openssl/tserr.h [2:3]
        include/openssl/uierr.h [2:3]
        ssl/s3_enc.c [2:2]
        ssl/ssl_ciph.c [2:2]
        ssl/t1_enc.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 7b715397bb29673a48bee09c54b31dfa
BELONGS apps/ya.make crypto/ya.make
    License text:
         * Copyright 2004-2020 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        apps/srp.c [2:2]
        crypto/x509v3/pcy_data.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 7dd367633446ec98d8cc7ea927230b45
BELONGS apps/ya.make crypto/ya.make ya.make
    License text:
         * Copyright 1999-2020 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        apps/pkcs12.c [2:2]
        crypto/evp/p5_crpt.c [2:2]
        crypto/pkcs12/p12_crt.c [2:2]
        crypto/pkcs7/pk7_smime.c [2:2]
        crypto/x509/x509_trs.c [2:2]
        crypto/x509v3/v3_genn.c [2:2]
    Belongs difference:
        + ya.make

KEEP     COPYRIGHT_SERVICE_LABEL 7e1724b8402b7946ad8f2c8a92df19c3
BELONGS crypto/ya.make
    License text:
        /* Copyright 2011 Google Inc.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/ec/ecp_nistp224.c [10:10]
        crypto/ec/ecp_nistp256.c [10:10]
        crypto/ec/ecp_nistp521.c [10:10]
        crypto/ec/ecp_nistputil.c [10:10]

KEEP     COPYRIGHT_SERVICE_LABEL 7e7db9aca4481e2485e6319de59f07f4
BELONGS crypto/ya.make
    License text:
         * Copyright (c) 2015, CloudFlare, Inc.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/ec/ecp_nistz256.c [4:4]

KEEP     COPYRIGHT_SERVICE_LABEL 8001f1aec3265f2d7e23a2bb22fd289c
BELONGS crypto/ya.make
    License text:
         * Copyright 2012-2017 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/asn1/asn_mstbl.c [2:2]
        crypto/evp/evp_cnf.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 802c9a12b514e4c7ed869c97fad0a95f
BELONGS crypto/ya.make
    License text:
         * Copyright 2007-2021 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/hmac/hm_ameth.c [2:2]
        crypto/poly1305/poly1305_ameth.c [2:2]
        crypto/siphash/siphash_ameth.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 859a96684583f91919efd161f6c66a31
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 2014-2017 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        asm/ppc64le/crypto/buildinf.h [5:5]
        crypto/bn/bn_dh.c [2:2]
        crypto/bn/bn_srp.c [2:2]
        crypto/buildinf-android_arm.h [5:5]
        crypto/buildinf-android_arm64.h [5:5]
        crypto/buildinf-android_x86.h [5:5]
        crypto/buildinf-android_x86_64.h [5:5]
        crypto/buildinf-ios-arm.h [5:5]
        crypto/buildinf-ios-arm64.h [5:5]
        crypto/buildinf-ios-i386.h [5:5]
        crypto/buildinf-ios-x86_64.h [5:5]
        crypto/buildinf-linux.h [5:5]
        crypto/buildinf-linux_aarch64.h [5:5]
        crypto/buildinf-osx.h [5:5]
        crypto/buildinf-osx_arm64.h [5:5]
        crypto/buildinf-win.h [5:5]

KEEP     COPYRIGHT_SERVICE_LABEL 85e6d9e3d4942ae64aedd7739565c328
BELONGS ya.make
    License text:
        @ Copyright 2012-2020 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        asm/android/arm/crypto/aes/bsaes-armv7.S [1:1]
        asm/ios/armv7/crypto/aes/bsaes-armv7.S [1:1]
        ssl/ssl_conf.c [2:2]
        ssl/t1_trce.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 8618b1fe638c1877b6a1beb80f3b091a
BELONGS apps/ya.make crypto/ya.make ya.make
    License text:
         * Copyright 2006-2018 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        apps/pkey.c [2:2]
        apps/pkeyparam.c [2:2]
        crypto/asn1/ameth_lib.c [2:2]
        crypto/asn1/standard_methods.h [2:2]
        crypto/camellia/camellia.c [2:2]
        crypto/ec/eck_prn.c [2:2]
        crypto/engine/tb_asnmth.c [2:2]
        crypto/engine/tb_pkmeth.c [2:2]
        crypto/evp/m_sigver.c [2:2]
        crypto/evp/pmeth_lib.c [2:2]
        crypto/objects/obj_xref.c [2:2]
        crypto/ts/ts_lib.c [2:2]
        crypto/x509v3/v3_asid.c [2:2]
        include/crypto/aria.h [2:2]
        include/openssl/ts.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 89853664b1f1ce80a35f6fc69e198302
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 2005-2016 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/bio/bio_local.h [2:2]
        crypto/bn/bn_const.c [2:2]
        crypto/evp/m_wp.c [2:2]
        crypto/whrlpool/wp_dgst.c [2:2]
        crypto/whrlpool/wp_local.h [2:2]
        include/openssl/whrlpool.h [2:2]
        ssl/record/dtls1_bitmap.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 89fddf5d212b956e54c0598044dcee74
BELONGS crypto/ya.make
    License text:
         * Copyright (c) 2004 Kungliga Tekniska Högskolan
         * (Royal Institute of Technology, Stockholm, Sweden).
         * All rights reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/x509v3/v3_pci.c [14:16]
        crypto/x509v3/v3_pcia.c [14:16]

KEEP     COPYRIGHT_SERVICE_LABEL 8c0117ff5d9a18f01d4b40ab160ec676
BELONGS ya.make
    License text:
         * Copyright 2012-2018 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        ssl/s3_cbc.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 8dbc074356409bbfc4c1b6816c32108f
BELONGS crypto/ya.make ya.make
    License text:
        // Copyright 2014-2020 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        asm/aarch64/crypto/sha/sha256-armv8.S [1:1]
        asm/aarch64/crypto/sha/sha512-armv8.S [1:1]
        asm/android/arm64/crypto/sha/sha256-armv8.S [1:1]
        asm/android/arm64/crypto/sha/sha512-armv8.S [1:1]
        asm/darwin-arm64/crypto/sha/sha256-armv8.S [1:1]
        asm/darwin-arm64/crypto/sha/sha512-armv8.S [1:1]
        asm/ios/arm64/crypto/sha/sha256-armv8.S [1:1]
        asm/ios/arm64/crypto/sha/sha512-armv8.S [1:1]
        crypto/ec/ecp_nistz256.c [2:2]
        crypto/x509/x509_local.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 8e85955461e8133061a33d89fa52396c
BELONGS crypto/ya.make
    License text:
         * Copyright 2001-2016 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/engine/eng_ctrl.c [2:2]
        crypto/engine/eng_dyn.c [2:2]
        crypto/engine/eng_fat.c [2:2]
        crypto/engine/eng_pkey.c [2:2]
        crypto/ocsp/ocsp_vfy.c [2:2]
        crypto/pem/pem_x509.c [2:2]
        crypto/pem/pem_xaux.c [2:2]
        crypto/pkcs12/p12_p8d.c [2:2]
        crypto/pkcs12/p12_p8e.c [2:2]
        crypto/ui/ui_local.h [2:2]
        crypto/x509v3/v3_akeya.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 8f54b215e0aec8fb664b12fd1dffb7e7
BELONGS crypto/ya.make
    License text:
           Copyright (c) 2012-2016 Jean-Philippe Aumasson
           Copyright (c) 2012-2014 Daniel J. Bernstein
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/siphash/siphash.c [14:15]

KEEP     COPYRIGHT_SERVICE_LABEL 8fb6c3e1fb5a88a28bc7a88240c6c4a5
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/asn1/a_gentm.c [2:2]
        crypto/asn1/a_int.c [2:2]
        crypto/asn1/a_print.c [2:2]
        crypto/asn1/a_utctm.c [2:2]
        crypto/asn1/f_int.c [2:2]
        crypto/asn1/f_string.c [2:2]
        crypto/bio/bio_cb.c [2:2]
        crypto/bn/bn_exp2.c [2:2]
        crypto/bn/bn_print.c [2:2]
        crypto/buffer/buf_err.c [2:3]
        crypto/cast/cast_local.h [2:2]
        crypto/ct/ct_err.c [2:3]
        crypto/des/cfb64ede.c [2:2]
        crypto/des/ecb_enc.c [2:2]
        crypto/dso/dso_err.c [2:3]
        crypto/err/err_prn.c [2:2]
        crypto/evp/c_allc.c [2:2]
        crypto/lhash/lh_stats.c [2:2]
        crypto/objects/obj_lib.c [2:2]
        crypto/pkcs7/pkcs7err.c [2:3]
        crypto/rsa/rsa_crpt.c [2:2]
        crypto/rsa/rsa_none.c [2:2]
        crypto/rsa/rsa_saos.c [2:2]
        crypto/ts/ts_err.c [2:3]
        crypto/x509/x509_ext.c [2:2]
        crypto/x509/x509_obj.c [2:2]
        crypto/x509/x509_set.c [2:2]
        engines/e_afalg_err.c [2:3]
        engines/e_afalg_err.h [2:3]
        engines/e_capi_err.c [2:3]
        engines/e_capi_err.h [2:3]
        engines/e_dasync_err.c [2:3]
        engines/e_dasync_err.h [2:3]
        engines/e_ossltest_err.c [2:3]
        engines/e_ossltest_err.h [2:3]
        include/openssl/asn1.h [2:2]
        include/openssl/stack.h [2:2]
        include/openssl/txt_db.h [2:2]
        ssl/ssl_stat.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 90bf93ffb23d83fc83adddce1b0c8b5e
BELONGS crypto/ya.make
    License text:
         * Copyright 2010-2020 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/cmac/cmac.c [2:2]
        crypto/ec/ecp_nistp224.c [2:2]
        crypto/modes/modes_local.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 94d946cd25e201b6bda2c9bfabe6a541
BELONGS crypto/ya.make
    License text:
         * Copyright 2001-2019 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/ec/ecp_mont.c [2:2]
        crypto/ec/ecp_nist.c [2:2]
        crypto/ui/ui_lib.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 94e16fc277a7abeab1fb4f4b0db2e7b8
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/asn1/x_bignum.c [2:2]
        crypto/bn/bn_ctx.c [2:2]
        crypto/bn/bn_sqrt.c [2:2]
        crypto/dso/dso_dlfcn.c [2:2]
        crypto/dso/dso_openssl.c [2:2]
        crypto/ocsp/ocsp_ext.c [2:2]
        crypto/ocsp/ocsp_lib.c [2:2]
        include/openssl/ocsp.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 97eb35e56dfa64827cf807739975298c
BELONGS apps/ya.make crypto/ya.make
    License text:
         * Copyright 1998-2018 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        apps/rand.c [2:2]
        crypto/bn/bn_blind.c [2:2]
        crypto/bn/bn_mod.c [2:2]
        crypto/comp/comp_lib.c [2:2]
        crypto/des/rand_key.c [2:2]
        crypto/objects/o_names.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 9836600863e701af2ab9221113dd76ad
BELONGS crypto/ya.make
    License text:
         * Copyright 2001-2017 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/engine/eng_init.c [2:2]
        crypto/ocsp/ocsp_ht.c [2:2]
        crypto/x509/x509cset.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 997c5b787d2821c7c1db80e88a85bf62
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 2014-2019 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/ppc_arch.h [2:2]
        include/internal/constant_time.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 9cce0c764d835a8f917d7df0bf8c6afa
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 2001-2018 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/ec/ec_cvt.c [2:2]
        crypto/engine/eng_all.c [2:2]
        crypto/engine/eng_list.c [2:2]
        crypto/engine/eng_local.h [2:2]
        crypto/engine/eng_table.c [2:2]
        crypto/engine/tb_cipher.c [2:2]
        crypto/engine/tb_dh.c [2:2]
        crypto/engine/tb_digest.c [2:2]
        crypto/engine/tb_dsa.c [2:2]
        crypto/engine/tb_rand.c [2:2]
        crypto/engine/tb_rsa.c [2:2]
        crypto/ocsp/ocsp_cl.c [2:2]
        crypto/ocsp/ocsp_srv.c [2:2]
        include/openssl/ossl_typ.h [2:2]
        include/openssl/ui.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL 9d74ae991229d9a1542f641e7eac32dc
BELONGS crypto/ya.make
    Note: matched license text is too long. Read it in the source files.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/blake2/blake2_impl.h [11:14]
        crypto/blake2/blake2_local.h [11:14]
        crypto/blake2/blake2b.c [11:14]
        crypto/blake2/blake2s.c [11:14]
        crypto/blake2/m_blake2b.c [11:14]
        crypto/blake2/m_blake2s.c [11:14]

KEEP     COPYRIGHT_SERVICE_LABEL a10a39b471e28ef1974869706a4fac5b
BELONGS apps/ya.make crypto/ya.make ya.make
    License text:
         * Copyright (c) 2004, EdelKey Project. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        apps/srp.c [3:3]
        crypto/srp/srp_lib.c [3:3]
        crypto/srp/srp_vfy.c [3:3]
        include/openssl/srp.h [3:3]
        ssl/tls_srp.c [3:3]

KEEP     COPYRIGHT_SERVICE_LABEL a36f70c49a452bbc2224692ade60b583
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 2014-2018 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/bn/bn_intern.c [2:2]
        crypto/modes/ocb128.c [2:2]
        include/crypto/bn.h [2:2]
        ssl/statem/extensions_cust.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL a41bdba9c2547688e1850a0f55c527a6
BELONGS apps/ya.make crypto/ya.make ya.make
    License text:
         * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        apps/ecparam.c [3:3]
        apps/s_server.c [3:3]
        apps/speed.c [3:3]
        crypto/bn/bn_gf2m.c [3:3]
        crypto/cryptlib.c [3:3]
        crypto/ec/ec2_oct.c [3:3]
        crypto/ec/ec2_smpl.c [3:3]
        crypto/ec/ec_curve.c [3:3]
        crypto/ec/ec_cvt.c [3:3]
        crypto/ec/ec_key.c [3:3]
        crypto/ec/ec_lib.c [3:3]
        crypto/ec/ec_local.h [3:3]
        crypto/ec/ec_mult.c [3:3]
        crypto/ec/ec_oct.c [3:3]
        crypto/ec/ecdh_ossl.c [3:3]
        crypto/ec/eck_prn.c [3:3]
        crypto/ec/ecp_mont.c [3:3]
        crypto/ec/ecp_nist.c [3:3]
        crypto/ec/ecp_oct.c [3:3]
        crypto/ec/ecp_smpl.c [3:3]
        crypto/engine/eng_fat.c [3:3]
        crypto/engine/eng_list.c [3:3]
        crypto/engine/eng_local.h [3:3]
        crypto/engine/eng_openssl.c [3:3]
        include/openssl/bn.h [3:3]
        include/openssl/crypto.h [3:3]
        include/openssl/ec.h [3:3]
        include/openssl/engine.h [3:3]
        include/openssl/ssl.h [3:3]
        include/openssl/ssl3.h [3:3]
        include/openssl/tls1.h [3:3]
        include/openssl/x509.h [3:3]
        ssl/s3_lib.c [3:3]
        ssl/ssl_cert.c [3:3]
        ssl/ssl_ciph.c [3:3]
        ssl/ssl_lib.c [3:3]
        ssl/ssl_local.h [3:3]
        ssl/statem/statem_clnt.c [3:3]
        ssl/statem/statem_lib.c [3:3]
        ssl/statem/statem_srvr.c [3:3]

KEEP     COPYRIGHT_SERVICE_LABEL a4a3ff9903cdf7bcfa9654095cf47722
BELONGS crypto/ya.make
    License text:
         * Copyright 2005-2020 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/pem/pvkfmt.c [2:2]
        crypto/whrlpool/wp_block.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL a74524cba47e5ae22059015969d08fbf
BELONGS crypto/ya.make
    License text:
         * Copyright (c) 2014, Intel Corporation. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/ec/ecp_nistz256.c [3:3]

KEEP     COPYRIGHT_SERVICE_LABEL aa84cd9f4b02d54c8331508c87ae8a43
BELONGS crypto/ya.make
    License text:
         * Copyright 2009-2018 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/cms/cms_pwri.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL ac498b5a0e6e6985d5952b26c9c38833
BELONGS apps/ya.make crypto/ya.make ya.make
    License text:
         * Copyright 1999-2018 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        apps/nseq.c [2:2]
        apps/pkcs8.c [2:2]
        apps/smime.c [2:2]
        apps/spkac.c [2:2]
        crypto/asn1/a_strnid.c [2:2]
        crypto/asn1/p5_pbev2.c [2:2]
        crypto/bio/bss_log.c [2:2]
        crypto/evp/evp_pbe.c [2:2]
        crypto/pkcs12/p12_init.c [2:2]
        crypto/pkcs12/p12_mutl.c [2:2]
        crypto/pkcs12/p12_sbag.c [2:2]
        crypto/pkcs12/p12_utl.c [2:2]
        crypto/x509v3/v3_conf.c [2:2]
        crypto/x509v3/v3_lib.c [2:2]
        include/crypto/md32_common.h [2:2]
        include/openssl/pem2.h [2:2]
        include/openssl/symhacks.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL ad84f8998bd8e65d4c8e63d94f771ba1
BELONGS crypto/ya.make
    License text:
         * Copyright 2013-2016 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/bn/rsaz_exp.c [2:2]
        crypto/dh/dh_kdf.c [2:2]
        crypto/evp/e_aes_cbc_hmac_sha256.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL b3b5abb839fd0c2a61609c34431ba89f
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/async/arch/async_null.c [2:2]
        crypto/async/arch/async_null.h [2:2]
        crypto/async/arch/async_posix.c [2:2]
        crypto/async/arch/async_win.c [2:2]
        crypto/async/arch/async_win.h [2:2]
        crypto/async/async_local.h [2:2]
        crypto/chacha/chacha_enc.c [2:2]
        crypto/comp/comp_local.h [2:2]
        crypto/ct/ct_local.h [2:2]
        crypto/ec/ecdsa_sign.c [2:2]
        crypto/evp/cmeth_lib.c [2:2]
        crypto/evp/m_md5_sha1.c [2:2]
        crypto/poly1305/poly1305_local.h [2:2]
        crypto/ts/ts_local.h [2:2]
        include/crypto/bn_dh.h [2:2]
        include/crypto/poly1305.h [2:2]
        include/internal/dane.h [2:2]
        include/internal/numbers.h [2:2]
        include/openssl/asn1_mac.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL b46713b396f525106e9436c83b7f3195
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 1999-2019 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/asn1/a_time.c [2:2]
        crypto/rsa/rsa_oaep.c [2:2]
        include/openssl/safestack.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL b57c1f4d5be7e9d80e58a75137beea16
BELONGS crypto/ya.make
    License text:
         * Copyright 2015-2016 Cryptography Research, Inc.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/ec/curve448/curve448.c [3:3]
        crypto/ec/curve448/curve448_tables.c [3:3]
        crypto/ec/curve448/ed448.h [3:3]
        crypto/ec/curve448/eddsa.c [3:3]
        crypto/ec/curve448/f_generic.c [3:3]
        crypto/ec/curve448/point_448.h [3:3]
        crypto/ec/curve448/scalar.c [3:3]

KEEP     COPYRIGHT_SERVICE_LABEL b5be478d6d94b3291f6e9981b81362f5
BELONGS crypto/ya.make
    License text:
         * Copyright 1998-2020 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/asn1/x_algor.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL b5c068f26a7cb465652851612083f54f
BELONGS crypto/ya.make
    License text:
         * Copyright 2016 Cryptography Research, Inc.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/ec/curve448/arch_32/arch_intrinsics.h [3:3]

KEEP     COPYRIGHT_SERVICE_LABEL b927722bd5a4d84f421d1bec0b74ae47
BELONGS crypto/ya.make
    License text:
         * Copyright 2011-2020 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/ec/ecp_nistp256.c [2:2]
        crypto/ec/ecp_nistp521.c [2:2]
        crypto/modes/ccm128.c [2:2]
        crypto/modes/xts128.c [2:2]
        crypto/rand/drbg_ctr.c [2:2]
        crypto/rand/drbg_lib.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL bc83f48cdd86d5f17d251a1458926805
BELONGS apps/ya.make crypto/ya.make ya.make
    License text:
         * Copyright 2015-2018 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        apps/opt.c [2:2]
        crypto/asn1/p5_scrypt.c [2:2]
        crypto/async/arch/async_posix.h [2:2]
        crypto/async/async.c [2:2]
        crypto/ec/ec_kmeth.c [2:2]
        crypto/ec/ecdh_kdf.c [2:2]
        crypto/engine/tb_eckey.c [2:2]
        crypto/evp/pbe_scrypt.c [2:2]
        crypto/ocsp/ocsp_local.h [2:2]
        crypto/poly1305/poly1305.c [2:2]
        crypto/x509v3/v3_tlsf.c [2:2]
        engines/e_ossltest.c [2:2]
        include/crypto/asn1.h [2:2]
        include/crypto/chacha.h [2:2]
        include/crypto/evp.h [2:2]
        include/openssl/async.h [2:2]
        include/openssl/comp.h [2:2]
        ssl/packet.c [2:2]
        ssl/packet_local.h [2:2]
        ssl/ssl_mcnf.c [2:2]
        ssl/statem/statem.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL beea0aae0d735f32d905cc9edbb4e145
BELONGS ya.make
    License text:
         Copyright (c) 1998-2021 The OpenSSL Project
         Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
         All rights reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        README [4:6]

KEEP     COPYRIGHT_SERVICE_LABEL c20cd7eaadd33b5fabe8edfbe66fe2d0
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 2017 Ribose Inc. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/evp/e_sm4.c [3:3]
        crypto/sm2/sm2_crypt.c [3:3]
        crypto/sm2/sm2_sign.c [3:3]
        crypto/sm3/m_sm3.c [3:3]
        crypto/sm3/sm3.c [3:3]
        crypto/sm3/sm3_local.h [3:3]
        crypto/sm4/sm4.c [3:3]
        include/crypto/sm2.h [3:3]
        include/crypto/sm3.h [3:3]
        include/crypto/sm4.h [3:3]

KEEP     COPYRIGHT_SERVICE_LABEL c375ce97be046391a8a950c21a279085
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 2011-2016 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/dh/dh_rfc5114.c [2:2]
        crypto/evp/e_aes_cbc_hmac_sha1.c [2:2]
        crypto/evp/e_rc4_hmac_md5.c [2:2]
        crypto/o_fips.c [2:2]
        crypto/o_init.c [2:2]
        crypto/vms_rms.h [2:2]
        include/openssl/srtp.h [2:2]
        ssl/d1_srtp.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL ca36176951be9bf9c1e60ef0aa447aa8
BELONGS ya.make
    License text:
        @ Copyright 2007-2020 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        asm/android/arm/crypto/aes/aes-armv4.S [1:1]
        asm/android/arm/crypto/sha/sha256-armv4.S [1:1]
        asm/android/arm/crypto/sha/sha512-armv4.S [1:1]
        asm/ios/armv7/crypto/aes/aes-armv4.S [1:1]
        asm/ios/armv7/crypto/sha/sha256-armv4.S [1:1]
        asm/ios/armv7/crypto/sha/sha512-armv4.S [1:1]

KEEP     COPYRIGHT_SERVICE_LABEL cf09c285133d644c8cd89957e89ab0a6
BELONGS crypto/ya.make
    License text:
         * Copyright 2012-2016 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/bn/asm/bn-c64xplus.asm [1:1]
        crypto/sparc_arch.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL cf5836182058b4ae849093097b3ebd79
BELONGS crypto/ya.make
    License text:
         * Copyright 2013-2019 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/cms/cms_kari.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL d46372f8d0ea512111fd95d12b57f46a
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 2005-2019 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/bio/bss_dgram.c [2:2]
        ssl/d1_msg.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL d4e95aea4278284095276d746b74dfee
BELONGS crypto/ya.make
    License text:
         * Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/asn1/x_long.c [2:2]
        crypto/dso/dso_lib.c [2:2]
        crypto/rsa/rsa_asn1.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL d501b19050f9b40c17b71ee97005c730
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/asn1/a_strex.c [2:2]
        crypto/asn1/charmap.h [5:5]
        include/openssl/obj_mac.h [5:5]

KEEP     COPYRIGHT_SERVICE_LABEL d67c1a70cf29dac1d09ca72a6c7427f0
BELONGS ya.make
    License text:
         * Copyright (c) 1998-2019 The OpenSSL Project.  All rights reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        LICENSE [13:13]

KEEP     COPYRIGHT_SERVICE_LABEL d84ad260cb64111511068d7009e9fc98
BELONGS apps/ya.make
    License text:
         * Copyright 1998-2017 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        apps/testdsa.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL da64fba91feee45e0152ea6396457670
BELONGS apps/ya.make crypto/ya.make
    License text:
         * Copyright 2001-2020 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        apps/ocsp.c [2:2]
        crypto/ec/ec_lib.c [2:2]
        crypto/ec/ec_local.h [2:2]
        crypto/ec/ec_mult.c [2:2]
        crypto/ec/ecp_smpl.c [2:2]
        crypto/engine/eng_lib.c [2:2]
        crypto/engine/eng_openssl.c [2:2]
        crypto/rand/rand_vms.c [2:2]
        crypto/ui/ui_openssl.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL db3ce8c830e63a7e58517e343fc8970f
BELONGS apps/ya.make crypto/ya.make ya.make
    License text:
         * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        apps/testrsa.h [2:2]
        crypto/asn1/a_bitstr.c [2:2]
        crypto/asn1/a_d2i_fp.c [2:2]
        crypto/asn1/a_digest.c [2:2]
        crypto/asn1/a_dup.c [2:2]
        crypto/asn1/a_i2d_fp.c [2:2]
        crypto/asn1/a_octet.c [2:2]
        crypto/asn1/a_sign.c [2:2]
        crypto/asn1/a_utf8.c [2:2]
        crypto/asn1/a_verify.c [2:2]
        crypto/asn1/evp_asn1.c [2:2]
        crypto/asn1/i2d_pr.c [2:2]
        crypto/asn1/i2d_pu.c [2:2]
        crypto/asn1/n_pkey.c [2:2]
        crypto/asn1/t_pkey.c [2:2]
        crypto/asn1/x_info.c [2:2]
        crypto/asn1/x_pkey.c [2:2]
        crypto/asn1/x_sig.c [2:2]
        crypto/asn1/x_spki.c [2:2]
        crypto/asn1/x_val.c [2:2]
        crypto/bf/bf_cfb64.c [2:2]
        crypto/bf/bf_ecb.c [2:2]
        crypto/bf/bf_enc.c [2:2]
        crypto/bf/bf_local.h [2:2]
        crypto/bf/bf_ofb64.c [2:2]
        crypto/bf/bf_pi.h [2:2]
        crypto/bf/bf_skey.c [2:2]
        crypto/bio/bf_buff.c [2:2]
        crypto/bn/bn_asm.c [2:2]
        crypto/bn/bn_word.c [2:2]
        crypto/cast/c_cfb64.c [2:2]
        crypto/cast/c_ecb.c [2:2]
        crypto/cast/c_enc.c [2:2]
        crypto/cast/c_ofb64.c [2:2]
        crypto/cast/c_skey.c [2:2]
        crypto/cast/cast_s.h [2:2]
        crypto/cversion.c [2:2]
        crypto/des/cbc_cksm.c [2:2]
        crypto/des/cbc_enc.c [2:2]
        crypto/des/cfb64enc.c [2:2]
        crypto/des/cfb_enc.c [2:2]
        crypto/des/des_enc.c [2:2]
        crypto/des/des_local.h [2:2]
        crypto/des/ecb3_enc.c [2:2]
        crypto/des/fcrypt_b.c [2:2]
        crypto/des/ofb64ede.c [2:2]
        crypto/des/ofb64enc.c [2:2]
        crypto/des/ofb_enc.c [2:2]
        crypto/des/pcbc_enc.c [2:2]
        crypto/des/qud_cksm.c [2:2]
        crypto/des/set_key.c [2:2]
        crypto/des/spr.h [2:2]
        crypto/des/str2key.c [2:2]
        crypto/des/xcbc_enc.c [2:2]
        crypto/dh/dh_prn.c [2:2]
        crypto/dsa/dsa_key.c [2:2]
        crypto/dsa/dsa_vrf.c [2:2]
        crypto/evp/bio_md.c [2:2]
        crypto/evp/e_bf.c [2:2]
        crypto/evp/e_cast.c [2:2]
        crypto/evp/e_idea.c [2:2]
        crypto/evp/e_null.c [2:2]
        crypto/evp/e_rc4.c [2:2]
        crypto/evp/e_xcbc_d.c [2:2]
        crypto/evp/evp_key.c [2:2]
        crypto/evp/m_md2.c [2:2]
        crypto/evp/m_md4.c [2:2]
        crypto/evp/m_md5.c [2:2]
        crypto/evp/m_mdc2.c [2:2]
        crypto/evp/m_null.c [2:2]
        crypto/evp/m_ripemd.c [2:2]
        crypto/evp/names.c [2:2]
        crypto/evp/p_dec.c [2:2]
        crypto/evp/p_enc.c [2:2]
        crypto/evp/p_sign.c [2:2]
        crypto/evp/p_verify.c [2:2]
        crypto/idea/i_cbc.c [2:2]
        crypto/idea/i_cfb64.c [2:2]
        crypto/idea/i_ecb.c [2:2]
        crypto/idea/i_ofb64.c [2:2]
        crypto/idea/i_skey.c [2:2]
        crypto/idea/idea_local.h [2:2]
        crypto/md2/md2_dgst.c [2:2]
        crypto/md2/md2_one.c [2:2]
        crypto/md4/md4_dgst.c [2:2]
        crypto/md4/md4_local.h [2:2]
        crypto/md4/md4_one.c [2:2]
        crypto/md5/md5_dgst.c [2:2]
        crypto/md5/md5_local.h [2:2]
        crypto/md5/md5_one.c [2:2]
        crypto/mdc2/mdc2_one.c [2:2]
        crypto/mdc2/mdc2dgst.c [2:2]
        crypto/pem/pem_oth.c [2:2]
        crypto/rc2/rc2_cbc.c [2:2]
        crypto/rc2/rc2_ecb.c [2:2]
        crypto/rc2/rc2_local.h [2:2]
        crypto/rc2/rc2_skey.c [2:2]
        crypto/rc2/rc2cfb64.c [2:2]
        crypto/rc2/rc2ofb64.c [2:2]
        crypto/rc4/rc4_enc.c [2:2]
        crypto/rc4/rc4_skey.c [2:2]
        crypto/rc5/rc5_ecb.c [2:2]
        crypto/rc5/rc5_enc.c [2:2]
        crypto/rc5/rc5_local.h [2:2]
        crypto/rc5/rc5_skey.c [2:2]
        crypto/rc5/rc5cfb64.c [2:2]
        crypto/rc5/rc5ofb64.c [2:2]
        crypto/ripemd/rmd_dgst.c [2:2]
        crypto/ripemd/rmd_local.h [2:2]
        crypto/ripemd/rmd_one.c [2:2]
        crypto/ripemd/rmdconst.h [2:2]
        crypto/rsa/rsa_sign.c [2:2]
        crypto/sha/sha1_one.c [2:2]
        crypto/sha/sha1dgst.c [2:2]
        crypto/sha/sha_local.h [2:2]
        crypto/x509/x509_d2.c [2:2]
        crypto/x509/x509_def.c [2:2]
        crypto/x509/x509_r2x.c [2:2]
        crypto/x509/x509rset.c [2:2]
        crypto/x509/x_attrib.c [2:2]
        crypto/x509/x_req.c [2:2]
        include/openssl/blowfish.h [2:2]
        include/openssl/cast.h [2:2]
        include/openssl/conf_api.h [2:2]
        include/openssl/des.h [2:2]
        include/openssl/idea.h [2:2]
        include/openssl/md2.h [2:2]
        include/openssl/md4.h [2:2]
        include/openssl/md5.h [2:2]
        include/openssl/mdc2.h [2:2]
        include/openssl/pkcs7.h [2:2]
        include/openssl/rc2.h [2:2]
        include/openssl/rc4.h [2:2]
        include/openssl/rc5.h [2:2]
        include/openssl/ripemd.h [2:2]
        include/openssl/sha.h [2:2]
        include/openssl/ssl2.h [2:2]
        ssl/methods.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL db60f5ff256afd02e86b0543d203f0f2
BELONGS crypto/ya.make
    License text:
         * Copyright 2005-2017 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/asn1/asn1_local.h [2:2]
        crypto/rsa/rsa_x931.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL e16acf03b8f2d9d3aa97881ef78703b9
BELONGS crypto/ya.make
    License text:
         * Copyright 2006-2017 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/rsa/rsa_local.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL e1ef49d9dccfb013da73a9dc7b514289
BELONGS apps/ya.make crypto/ya.make ya.make
    License text:
         * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        apps/app_rand.c [2:2]
        apps/ciphers.c [2:2]
        apps/crl.c [2:2]
        apps/errstr.c [2:2]
        apps/pkcs7.c [2:2]
        apps/sess_id.c [2:2]
        apps/version.c [2:2]
        crypto/async/async_err.c [2:3]
        crypto/bio/b_dump.c [2:2]
        crypto/bio/b_sock.c [2:2]
        crypto/bio/bf_lbuf.c [2:2]
        crypto/bio/bf_nbio.c [2:2]
        crypto/bio/bf_null.c [2:2]
        crypto/bio/bio_err.c [2:3]
        crypto/bio/bio_lib.c [2:2]
        crypto/bio/bss_null.c [2:2]
        crypto/bn/bn_add.c [2:2]
        crypto/bn/bn_err.c [2:3]
        crypto/bn/bn_mont.c [2:2]
        crypto/bn/bn_mul.c [2:2]
        crypto/bn/bn_recp.c [2:2]
        crypto/bn/bn_shift.c [2:2]
        crypto/bn/bn_sqr.c [2:2]
        crypto/buffer/buffer.c [2:2]
        crypto/comp/comp_err.c [2:3]
        crypto/conf/conf_api.c [2:2]
        crypto/conf/conf_err.c [2:3]
        crypto/cpt_err.c [2:3]
        crypto/dh/dh_err.c [2:3]
        crypto/dsa/dsa_lib.c [2:2]
        crypto/dsa/dsa_sign.c [2:2]
        crypto/engine/eng_err.c [2:3]
        crypto/err/err_all.c [2:2]
        crypto/evp/bio_b64.c [2:2]
        crypto/evp/bio_enc.c [2:2]
        crypto/evp/c_alld.c [2:2]
        crypto/evp/e_des.c [2:2]
        crypto/evp/e_des3.c [2:2]
        crypto/evp/e_rc2.c [2:2]
        crypto/evp/m_sha1.c [2:2]
        crypto/evp/p_seal.c [2:2]
        crypto/kdf/kdf_err.c [2:3]
        crypto/lhash/lhash_local.h [2:2]
        crypto/mem.c [2:2]
        crypto/mem_dbg.c [2:2]
        crypto/objects/obj_dat.c [2:2]
        crypto/objects/obj_err.c [2:3]
        crypto/ocsp/ocsp_err.c [2:3]
        crypto/pem/pem_pk8.c [2:2]
        crypto/pkcs12/pk12err.c [2:3]
        crypto/pkcs7/pk7_lib.c [2:2]
        crypto/sm2/sm2_err.c [2:3]
        crypto/stack/stack.c [2:2]
        crypto/store/store_err.c [2:3]
        crypto/txt_db/txt_db.c [2:2]
        crypto/ui/ui_err.c [2:3]
        crypto/x509/by_file.c [2:2]
        crypto/x509/x509_v3.c [2:2]
        crypto/x509/x509name.c [2:2]
        crypto/x509/x509type.c [2:2]
        crypto/x509/x_name.c [2:2]
        include/openssl/buffer.h [2:2]
        include/openssl/conf.h [2:2]
        include/openssl/dh.h [2:2]
        include/openssl/dsa.h [2:2]
        include/openssl/hmac.h [2:2]
        include/openssl/objects.h [2:2]
        include/openssl/pem.h [2:2]
        include/openssl/rand.h [2:2]
        include/openssl/rsa.h [2:2]
        ssl/record/record.h [2:2]
        ssl/record/record_local.h [2:2]
        ssl/ssl_asn1.c [2:2]
        ssl/ssl_txt.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL e2ae23ab6e6d2251c653263734d81a6a
BELONGS crypto/ya.make
    License text:
         * Copyright 2007-2018 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/hmac/hm_pmeth.c [2:2]
        crypto/poly1305/poly1305_pmeth.c [2:2]
        crypto/seed/seed_local.h [2:2]
        crypto/siphash/siphash_pmeth.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL e4cc97d317601112a60fc606b07007ec
BELONGS crypto/ya.make
    License text:
         * Copyright 2010-2021 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/modes/gcm128.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL e56bc2ee97b0d5e48feeb882d7a08615
BELONGS ya.make
    License text:
         * Copyright (C) 2006, Network Resonance, Inc. Copyright (C) 2011, RTFM, Inc.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        include/openssl/srtp.h [13:13]
        ssl/d1_srtp.c [13:13]

KEEP     COPYRIGHT_SERVICE_LABEL e5fbd518858efc8ff309b5a636b06982
BELONGS ya.make
    License text:
         * Copyright (c) 2018, Oracle and/or its affiliates.  All rights reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        include/crypto/sha.h [3:3]

KEEP     COPYRIGHT_SERVICE_LABEL e768f7856a10483e6109b7fc339cd6c0
BELONGS crypto/ya.make
    License text:
         * Copyright 2014-2016 Cryptography Research, Inc.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/ec/curve448/arch_32/f_impl.h [3:3]

KEEP     COPYRIGHT_SERVICE_LABEL e819add78ad1837207533e27624d4648
BELONGS apps/ya.make crypto/ya.make ya.make
    License text:
         * Copyright 2002-2020 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        apps/ec.c [2:2]
        apps/ecparam.c [2:2]
        crypto/aes/aes_core.c [2:2]
        crypto/aes/aes_local.h [2:2]
        crypto/ec/ec_key.c [2:2]
        crypto/ec/ecdsa_vrf.c [2:2]
        include/openssl/ec.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL e95f01215ef3ccbc09e09621d6d117cd
BELONGS crypto/ya.make
    License text:
         * Copyright 2004-2021 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/srp/srp_lib.c [2:2]
        crypto/srp/srp_vfy.c [2:2]
        crypto/x509/x509_vpm.c [2:2]
        crypto/x509v3/v3_pci.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL f2c9710a729e51b70e082677d6591bc0
BELONGS apps/ya.make
    License text:
         * Copyright 2016 VMS Software, Inc. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        apps/vms_term_sock.c [3:3]
        apps/vms_term_sock.h [3:3]

KEEP     COPYRIGHT_SERVICE_LABEL f49199564e7f1c6cc294d59de67f5092
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/store/store_lib.c [2:2]
        crypto/threads_win.c [2:2]
        engines/e_afalg.c [2:2]
        include/openssl/opensslconf-android-arm.h [5:5]
        include/openssl/opensslconf-android-arm64.h [5:5]
        include/openssl/opensslconf-android-i686.h [5:5]
        include/openssl/opensslconf-android-x86_64.h [5:5]
        include/openssl/opensslconf-ios-arm64.h [5:5]
        include/openssl/opensslconf-ios-i386.h [5:5]
        include/openssl/opensslconf-ios-x86_64.h [5:5]
        include/openssl/opensslconf-linux.h [5:5]
        include/openssl/opensslconf-linux_aarch64.h [5:5]
        include/openssl/opensslconf-osx-arm64.h [5:5]
        include/openssl/opensslconf-osx.h [5:5]
        include/openssl/opensslconf-win-i686.h [5:5]
        include/openssl/opensslconf-win-x86_64.h [5:5]
        ssl/tls13_enc.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL f8b40389203c1bb65287bb3536f063f3
BELONGS crypto/ya.make
    License text:
         * Copyright 2016-2017 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/blake2/blake2_impl.h [2:2]
        crypto/blake2/blake2_local.h [2:2]
        crypto/blake2/blake2s.c [2:2]
        crypto/store/store_strings.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL fb8aca2c26ab96ca9aa4d398c690e34f
BELONGS apps/ya.make ya.make
    License text:
         * Copyright 2005 Nokia. All rights reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        apps/s_client.c [3:3]
        apps/s_server.c [4:4]
        include/openssl/ssl.h [4:4]
        include/openssl/tls1.h [4:4]
        ssl/s3_enc.c [3:3]
        ssl/s3_lib.c [4:4]
        ssl/ssl_asn1.c [3:3]
        ssl/ssl_ciph.c [4:4]
        ssl/ssl_lib.c [4:4]
        ssl/ssl_local.h [4:4]
        ssl/ssl_sess.c [3:3]
        ssl/ssl_stat.c [3:3]
        ssl/ssl_txt.c [3:3]
        ssl/statem/statem_clnt.c [4:4]
        ssl/statem/statem_srvr.c [4:4]
        ssl/t1_enc.c [3:3]

KEEP     COPYRIGHT_SERVICE_LABEL fbd428ddea80a50c4d70117aaac4f9e6
BELONGS apps/ya.make crypto/ya.make
    License text:
         * Copyright 2000-2020 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        apps/engine.c [2:2]
        apps/rsautl.c [2:2]
        crypto/asn1/tasn_dec.c [2:2]
        crypto/asn1/tasn_enc.c [2:2]
        crypto/conf/conf_lib.c [2:2]
        crypto/dso/dso_win32.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL fbe8c60f4734d5b07e9b782613450d36
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/asn1/x_int64.c [2:2]
        crypto/ec/curve448/arch_32/arch_intrinsics.h [2:2]
        crypto/ec/curve448/arch_32/f_impl.c [2:2]
        crypto/ec/curve448/arch_32/f_impl.h [2:2]
        crypto/ec/curve448/curve448_local.h [2:2]
        crypto/ec/curve448/ed448.h [2:2]
        crypto/ec/curve448/field.h [2:2]
        crypto/ec/curve448/word.h [2:2]
        crypto/kdf/scrypt.c [2:2]
        crypto/rsa/rsa_mp.c [2:2]
        crypto/s390x_arch.h [2:2]
        crypto/siphash/siphash.c [2:2]
        crypto/x509v3/v3_admis.c [2:2]
        crypto/x509v3/v3_admis.h [2:2]
        include/crypto/siphash.h [2:2]
        include/openssl/rand_drbg.h [2:2]
        ssl/ssl_cert_table.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL fc6a987babffdf58f2ab6a97b35b2779
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 2008-2016 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/aes/aes_wrap.c [2:2]
        crypto/cms/cms_asn1.c [2:2]
        crypto/cms/cms_cd.c [2:2]
        crypto/cms/cms_dd.c [2:2]
        crypto/cms/cms_ess.c [2:2]
        crypto/cms/cms_io.c [2:2]
        crypto/modes/cts128.c [2:2]
        include/openssl/modes.h [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL fcd7df229a7e5f4259f00fce9e190915
BELONGS crypto/ya.make
    License text:
         * Copyright 2017-2020 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/ec/curve448/eddsa.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL fdcf93bb2878a830e0f6509349559159
BELONGS crypto/ya.make
    License text:
         * Copyright 2001-2021 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/evp/e_aes.c [2:2]
        crypto/o_time.c [2:2]
        crypto/uid.c [2:2]

KEEP     COPYRIGHT_SERVICE_LABEL ff0bae5a813cfcffbe9a117a32c514a6
BELONGS crypto/ya.make ya.make
    License text:
         * Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        crypto/asn1/t_spki.c [2:2]
        crypto/pkcs12/p12_key.c [2:2]
        crypto/x509v3/v3_akey.c [2:2]
        crypto/x509v3/v3_alt.c [2:2]
        crypto/x509v3/v3_cpols.c [2:2]
        crypto/x509v3/v3_purp.c [2:2]
        crypto/x509v3/v3_utl.c [2:2]
        include/openssl/opensslv.h [2:2]
        include/openssl/x509v3.h [2:2]