/freebsd/crypto/krb5/src/tests/asn.1/ |
H A D | reference_encode.out | 1 …E A0 03 02 01 05 A1 10 1B 0E 41 54 48 45 4E 41 2E 4D 49 54 2E 45 44 55 A2 1A 30 18 A0 03 02 01 01 … 2 …tor(optionals empty): 62 4F 30 4D A0 03 02 01 05 A1 10 1B 0E 41 54 48 45 4E 41 2E 4D 49 54 2E 45 4… 3 …ator(optionals NULL): 62 4F 30 4D A0 03 02 01 05 A1 10 1B 0E 41 54 48 45 4E 41 2E 4D 49 54 2E 45 4… 4 …E 41 54 48 45 4E 41 2E 4D 49 54 2E 45 44 55 A2 1A 30 18 A0 03 02 01 01 A1 11 30 0F 1B 06 68 66 74 … 6 …E 41 54 48 45 4E 41 2E 4D 49 54 2E 45 44 55 A3 1A 30 18 A0 03 02 01 01 A1 11 30 0F 1B 06 68 66 74 … 7 …E 41 54 48 45 4E 41 2E 4D 49 54 2E 45 44 55 A3 1A 30 18 A0 03 02 01 01 A1 11 30 0F 1B 06 68 66 74 … 8 …E 30 82 01 0A A0 13 30 11 A0 03 02 01 01 A1 0A 04 08 31 32 33 34 35 36 37 38 A1 36 30 34 30 18 A0 … 9 … 0F 31 39 39 34 30 36 31 30 30 36 30 33 31 37 5A A9 10 1B 0E 41 54 48 45 4E 41 2E 4D 49 54 2E 45 4… 10 …6B 81 EA 30 81 E7 A0 03 02 01 05 A1 03 02 01 0B A2 26 30 24 30 10 A1 03 02 01 0D A2 09 04 07 70 61… 11 …6B 81 C2 30 81 BF A0 03 02 01 05 A1 03 02 01 0B A3 10 1B 0E 41 54 48 45 4E 41 2E 4D 49 54 2E 45 44… [all …]
|
H A D | krb5_decode_test.c | 115 …E A0 03 02 01 05 A1 10 1B 0E 41 54 48 45 4E 41 2E 4D 49 54 2E 45 44 55 A2 1A 30 18 A0 03 02 01 01 … 119 "62 81 A1 30 81 9E" 121 " A1 10 1B 0E 41 54 48 45 4E 41 2E 4D 49 54 2E 45 44 55" 139 " A1 08 04 06 66 6F 6F 62 61 72" 142 " A1 08 04 06 66 6F 6F 62 61 72" 147 "62 81 A1 30 81 9E" 149 " A1 10 1B 0E 41 54 48 45 4E 41 2E 4D 49 54 2E 45 44 55" 167 " A1 08 04 06 66 6F 6F 62 61 72" 170 " A1 08 04 06 66 6F 6F 62 61 72" 177 " A1 10 1B 0E 41 54 48 45 4E 41 2E 4D 49 54 2E 45 44 55" [all …]
|
/freebsd/tests/sys/opencrypto/ |
H A D | poly1305_test.c | 52 .test_key_hex = "85:d6:be:78:57:55:6d:33:7f:44:52:fe:42:d5:06:a8" 55 "43 72 79 70 74 6f 67 72 61 70 68 69 63 20 46 6f " 56 "72 75 6d 20 52 65 73 65 61 72 63 68 20 47 72 6f " 78 "36 e5 f6 b5 c5 e0 60 70 f0 ef ca 96 22 7a 86 3e ", 80 "41 6e 79 20 73 75 62 6d 69 73 73 69 6f 6e 20 74 " 81 "6f 20 74 68 65 20 49 45 54 46 20 69 6e 74 65 6e " 82 "64 65 64 20 62 79 20 74 68 65 20 43 6f 6e 74 72 " 83 "69 62 75 74 6f 72 20 66 6f 72 20 70 75 62 6c 69 " 84 "63 61 74 69 6f 6e 20 61 73 20 61 6c 6c 20 6f 72 " 85 "20 70 61 72 74 20 6f 66 20 61 6e 20 49 45 54 46 " [all …]
|
/freebsd/contrib/netbsd-tests/lib/libc/regex/data/att/ |
H A D | nullsubexpr.dat | 3 E (a*)* a (0,1)(0,1) 4 E SAME x (0,0)(0,0) 5 E SAME aaaaaa (0,6)(0,6) 6 E SAME aaaaaax (0,6)(0,6) 7 E (a*)+ a (0,1)(0,1) 8 E SAME x (0,0)(0,0) 9 E SAME aaaaaa (0,6)(0,6) 10 E SAME aaaaaax (0,6)(0,6) 11 E (a+)* a (0,1)(0,1) 12 E SAME x (0,0) [all …]
|
H A D | repetition.dat | 8 # i.e., each 3-tuple has two identical elements and one (?,?) 10 E ((..)|(.)) NULL NOMATCH 11 E ((..)|(.))((..)|(.)) NULL NOMATCH 12 E ((..)|(.))((..)|(.))((..)|(.)) NULL NOMATCH 14 E ((..)|(.)){1} NULL NOMATCH 15 E ((..)|(.)){2} NULL NOMATCH 16 E ((..)|(.)){3} NULL NOMATCH 18 E ((..)|(.))* NULL (0,0) 20 E ((..)|(.)) a (0,1)(0,1)(?,?)(0,1) 21 E ((..)|(.))((..)|(.)) a NOMATCH [all …]
|
/freebsd/contrib/libarchive/cpio/test/ |
H A D | test_option_c.c | 52 char *p, *e; in DEFINE_TEST() local 93 e = p; in DEFINE_TEST() 101 assert(is_octal(e, 76)); /* Entire header is octal digits. */ in DEFINE_TEST() 102 assertEqualMem(e + 0, "070707", 6); /* Magic */ in DEFINE_TEST() 103 assert(is_octal(e + 6, 6)); /* dev */ in DEFINE_TEST() 104 dev = (int)from_octal(e + 6, 6); in DEFINE_TEST() 105 assert(is_octal(e + 12, 6)); /* ino */ in DEFINE_TEST() 106 ino = (int)from_octal(e + 12, 6); in DEFINE_TEST() 109 assertEqualMem(e + 18, "100666", 6); /* Mode */ in DEFINE_TEST() 111 assertEqualMem(e + 18, "100644", 6); /* Mode */ in DEFINE_TEST() [all …]
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_write_format_cpio_odc.c | 47 char *buff, *e, *file; in DEFINE_TEST() 143 e = buff; in DEFINE_TEST() 146 file = e; /* Remember where this starts... */ in DEFINE_TEST() 147 assert(is_octal(e, 76)); /* Entire header is octal digits. */ in DEFINE_TEST() 148 assertEqualMem(e + 0, "070707", 6); /* Magic */ in DEFINE_TEST() 149 assertEqualMem(e + 6, "000014", 6); /* dev */ in DEFINE_TEST() 150 assert(memcmp(e in DEFINE_TEST() 49 char *buff, *e, *file; DEFINE_TEST() local [all...] |
/freebsd/crypto/krb5/src/lib/crypto/builtin/aes/ |
H A D | kresults.expected | 3 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 7 69 C4 E0 D8 6A 7B 04 30 D8 CD B7 80 70 B4 C5 5A 19 E1 43 64 CB 16 D3 FF CF E8 FA 6A 2C EC A2 69 34 23 22 3C F8 A8 29 95 80 49 57 87 6E 9F A7 11 63 50 24 6B 4E 5B 8C 8F A4 DB 1B 95 D3 E8 C5 C5 FB 5A 00 26 F3 B2 BB 53 D6 F4 A3 AE 9E EB B1 3D B2 F7 E9 90 27 83 FE B6 7B 73 4F CE DB 8E 97 D4 06 96 11 B7 23 31 E7 37 52 90 60 E7 10 A9 3E 97 18 DD 3E 29 41 8E 34 25 4F 90 96 01 9B 09 27 5E FF 95 69 E0 70 DC 50 35 A3 D1 6F E1 EF 7B 6D 2F 4F 93 48 90 02 0D F1 8A [all …]
|
/freebsd/contrib/netbsd-tests/ipf/expected/ |
H A D | ni5 | 8 …e 0000 3232 302d 636f 6f6d 6273 2e61 6e75 2e65 6475 2e61 7520 4e63 4654 5064 2053 6572 7665 7220 2… 12 …e 7461 696e 6564 2062 7920 5253 5353 2061 6e64 2052 5350 4153 2049 5420 5374 6166 6620 2870 7265 7… 16 …6cb e002 8032 0015 bd6b c9c9 3786 77ab 5018 269c d1c5 0000 5553 4552 2061 6e6f 6e79 6d6f 7573 0d0a 20 …3 7420 6c6f 6769 6e20 6f6b 2c20 7365 6e64 2079 6f75 7220 636f 6d70 6c65 7465 2065 2d6d 6169 6c20 6… 24 …101 96cb e002 8032 0015 bd6b c9d9 3786 77ef 5018 269c 373f 0000 5041 5353 2061 7661 6c6f 6e40 0d0a 27 …018 269c 895e 0000 3233 302d 596f 7520 6172 6520 7573 6572 2023 3420 6f66 2035 3020 7369 6d75 6c74… 31 …6c65 616e 696e 6720 7570 2e20 2041 6e79 2066 6565 6462 6163 6b20 6d6f 7374 2077 656c 636f 6d65 2e2… 37 …0a8 0103 0015 8032 3786 7897 bd6b c9ef 5018 269c 5fae 0000 3230 3020 5479 7065 206f 6b61 792e 0d0a 43 … bd6b ca0c 5018 269c dbc3 0000 3230 3020 504f 5254 2063 6f6d 6d61 6e64 2073 7563 6365 7373 6675 6c… 47 …0a8 0103 0015 8032 3786 78c5 bd6b ca14 5018 269c 5f5b 0000 3230 3020 5479 7065 206f 6b61 792e 0d0a [all …]
|
/freebsd/secure/caroot/trusted/ |
H A D | CA_Disig_Root_R2.pem | 29 00:a2:a3:c4:00:09:d6:85:5d:2d:6d:14:f6:c2:c3: 30 73:9e:35:c2:71:55:7e:81:fb:ab:46:50:e0:c1:7c: 32 78:3e:6b:41:04:e9:41:bd:be:03:2c:45:f6:2f:64: 34 ba:be:b2:8b:34:02:2e:98:55:19:fc:8c:6f:aa:5f: 36 0c:00:16:3c:5f:1a:cd:c8:c7:6c:a6:ad:d3:31:a7: 38 0e:05:63:c6:80:6a:69:30:fd:d2:ee:90:ef:0d:27: 39 df:9f:95:73:f4:e1:25:da:6c:16:de:41:38:34:ea: 40 8b:fc:d1:e8:04:14:61:2d:41:7e:ac:c7:77:4e:cb: 41 51:54:fb:5e:92:18:1b:04:5a:68:c6:c9:c4:fa:b7: 42 13:a0:98:b7:11:2b:b7:d6:57:cc:7c:9e:17:d1:cb: [all …]
|
H A D | SwissSign_Gold_CA_-_G2.pem | 18 bb:40:1c:43:f5:5e:4f:b0 29 00:af:e4:ee:7e:8b:24:0e:12:6e:a9:50:2d:16:44: 31 82:40:3e:57:24:cd:50:8b:25:2a:b7:6f:fc:ef:a2: 34 8b:c1:57:1f:0e:62:65:0f:dd:3d:56:8a:73:da:ae: 35 7e:6d:ba:81:1c:7e:42:8c:20:35:d9:43:4d:84:fa: 36 84:db:52:2c:f3:0e:27:77:0b:6b:bf:11:2f:72:78: 37 9f:2e:d8:3e:e6:18:37:5a:2a:72:f9:da:62:90:92: 39 c1:b5:0a:60:bd:dd:b5:99:64:53:b8:a0:96:b3:6f: 41 33:51:de:be:8d:ba:84:7a:60:3c:6a:db:9f:2b:ec: 42 de:de:01:3f:6e:4d:e5:50:86:cb:b4:af:ed:44:40: [all …]
|
H A D | SecureSign_Root_CA14.pem | 18 64:db:5a:0c:20:4e:e8:d7:29:77:c8:50:27:a2:5a:27:dd:2d:f2:cb 30 fc:5a:b8:6e:22:c1:62:f7:a7:0a:27:ef:50:f6:2e: 31 b1:9e:68:12:f0:6c:24:63:39:f1:f0:df:10:c6:de: 32 b7:52:20:d5:52:5b:42:99:9e:f3:a0:be:52:1f:5f: 33 cc:67:6d:a7:2e:50:a2:c1:97:8d:b6:f8:95:f5:b0: 38 ef:cd:09:c2:c4:57:12:db:01:0e:23:79:09:07:3b: 40 1b:a0:bf:78:15:10:eb:86:4e:0a:5a:fd:df:da:2c: 41 82:7e:ee:ca:f6:29:e1:fa:71:a1:f7:88:68:9c:9c: 43 e9:b5:2b:4e:82:92:6f:66:1f:e0:f0:dc:4c:ec:ca: 44 d1:ea:ba:74:06:f9:b3:84:90:94:d1:5f:8e:73:19: [all …]
|
H A D | BJCA_Global_Root_CA1.pem | 18 55:6f:65:e3:b4:d9:90:6a:1b:09:d1:6c:3e:c0:6c:20 32 0e:a2:98:0d:9e:3f:37:e0:19:b2:90:f2:46:1c:92: 33 b1:3a:61:ce:fa:b7:46:9e:03:86:d7:33:6e:ed:f7: 34 45:8c:76:37:de:6e:96:91:f7:d7:7e:2b:87:17:d5: 38 c0:f2:9c:c5:12:2a:2e:1c:b5:04:33:da:a4:38:11: 39 6a:de:c6:18:f6:47:3a:22:41:87:22:fc:c4:89:28: 42 b3:89:65:e7:e3:3b:b1:22:86:8f:06:6d:78:07:fd: 43 91:12:7f:b0:6b:1c:89:0d:f9:b8:cb:74:5b:07:c2: 44 c8:f4:35:d1:64:63:7a:e9:6e:9a:28:d6:30:bd:e6: 45 1b:dd:15:af:84:ea:9c:c7:ca:f5:0e:ea:f2:5d:29: [all …]
|
H A D | COMODO_RSA_Certification_Authority.pem | 18 4c:aa:f9:ca:db:63:6f:e0:1f:f7:4e:d8:5b:03:86:9d 33 c7:f4:86:3e:0a:fa:3e:5c:f9:93:e6:34:7a:d9:14: 34 6b:e7:9c:b3:85:a0:82:7a:76:af:71:90:d7:ec:fd: 35 0d:fa:9c:6c:fa:df:b0:82:f4:14:7e:f9:be:c4:a6: 37 eb:6b:2c:d3:ed:8f:98:1c:14:ab:7e:e5:e3:6e:fc: 38 d8:a8:e4:92:24:da:43:6b:62:b8:55:fd:ea:c1:bc: 39 6c:b6:8b:f3:0e:8d:9a:e4:9b:6c:69:99:f8:78:48: 41 67:c3:ca:2e:b6:6b:ea:46:c7:c7:20:a0:b1:1f:65: 42 de:48:08:ba:a4:4e:a9:f2:83:46:37:84:eb:e8:cc: 43 81:48:43:67:4e:72:2a:9b:5c:bd:4c:1b:28:8a:5c: [all …]
|
H A D | GLOBALTRUST_2020.pem | 20 Issuer: C = AT, O = e-commerce monitoring GmbH, CN = GLOBALTRUST 2020 24 Subject: C = AT, O = e-commerce monitoring GmbH, CN = GLOBALTRUST 2020 29 00:ae:2e:56:ad:1b:1c:ef:f6:95:8f:a0:77:1b:2b: 31 34:f9:ec:8b:8a:78:c5:dd:6b:af:bd:c4:df:93:45: 32 1e:bf:91:38:0b:ae:0e:16:e7:41:73:f8:db:bb:d1: 33 b8:51:e0:cb:83:3b:73:38:6e:77:8a:0f:59:63:26: 36 15:04:63:3e:ba:af:ee:7c:5e:cc:a6:8b:50:b2:38: 37 f7:41:63:ca:ce:ff:69:8f:68:0e:95:36:e5:cc:b9: 39 db:8e:1c:ea:2c:be:85:2e:63:dd:aa:a9:95:d3:fd: 43 c2:d3:6d:37:6f:e2:7e:06:51:d9:45:84:1f:12:ce: [all …]
|
H A D | ANF_Secure_Server_Root_CA.pem | 28 00:db:eb:6b:2b:e6:64:54:95:82:90:a3:72:a4:19: 29 01:9d:9c:0b:81:5f:73:49:ba:a7:ac:f3:04:4e:7b: 31 b8:9e:1d:7e:45:32:60:0f:07:e9:77:58:7e:9f:6a: 32 c8:61:4e:b6:26:c1:4c:8d:ff:4c:ef:34:b2:1f:65: 35 9e:fb:47:d9:57:72:f3:09:a1:ae:76:44:13:6e:9c: 37 a3:c8:0d:d2:97:2f:07:65:52:00:a7:6e:c8:af:68: 38 ec:f4:14:96:b6:57:1f:56:c3:39:9f:2b:6d:e4:f3: 39 3e:f6:35:64:da:0c:1c:a1:84:4b:2f:4b:4b:e2:2c: 40 24:9d:6d:93:40:eb:b5:23:8e:32:ca:6f:45:d3:a8: 41 89:7b:1e:cf:1e:fa:5b:43:8b:cd:cd:a8:0f:6a:ca: [all …]
|
H A D | Telia_Root_CA_v2.pem | 18 01:67:5f:27:d6:fe:7a:e3:e4:ac:be:09:5b:05:9e 29 00:b2:d0:3f:07:bc:e2:7b:d0:6b:99:f8:e2:77:69: 30 e7:ce:9d:a4:03:bc:82:6d:a1:fe:81:65:1f:4c:27: 31 ac:8e:00:ba:16:7b:eb:30:6a:00:c0:b3:74:68:7e: 41 35:33:83:9f:75:a1:52:27:61:38:f1:59:3d:8e:50: 42 e0:bd:79:3c:e7:6c:96:fe:5e:d9:02:65:b4:8e:5c: 45 c2:17:f0:01:9e:bf:84:bc:d1:52:cb:1b:92:66:ce: 47 7c:de:e3:ff:89:e5:35:6e:28:e8:6c:0b:23:51:a9: 48 25:05:eb:48:f8:dd:b1:ca:fa:6c:08:51:ef:b7:18: 49 6c:44:ca:26:e1:73:c6:89:06:81:e5:8a:ac:b0:e2: [all …]
|
H A D | HiPKI_Root_CA_-_G1.pem | 18 2d:dd:ac:ce:62:97:94:a1:43:e8:b0:cd:76:6a:5e:60 29 00:f4:1e:7f:52:73:32:0c:73:e4:bd:13:74:a3:d4: 31 04:1e:6a:70:20:d2:5a:47:72:67:55:f4:a5:e8:9d: 32 d5:1e:21:a1:f0:67:ba:cc:21:68:be:44:53:bf:8d: 37 75:01:80:e0:af:f4:84:61:8c:0d:1e:5f:7c:87:96: 38 5e:41:af:eb:87:ea:f8:5d:f1:2e:88:05:3e:4c:22: 39 bb:da:1f:2a:dd:52:46:64:39:f3:42:ce:d9:9e:0c: 40 b3:b0:77:97:64:9c:c0:f4:a3:2e:1f:95:07:b0:17: 41 df:30:db:00:18:96:4c:a1:81:4b:dd:04:6d:53:a3: 44 50:dc:03:8f:83:3f:b2:42:57:5a:db:6a:e9:11:97: [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/__charconv/ |
H A D | tables.h | 32 …'0', '0', '0', '1', '0', '2', '0', '3', '0', '4', '0', '5', '0', '6', '0', '7', '1', '0', '1', '1'… 33 …'1', '3', '1', '4', '1', '5', '1', '6', '1', '7', '2', '0', '2', '1', '2', '2', '2', '3', '2', '4'… 34 …'2', '6', '2', '7', '3', '0', '3', '1', '3', '2', '3', '3', '3', '4', '3', '5', '3', '6', '3', '7'… 35 …'4', '1', '4', '2', '4', '3', '4', '4', '4', '5', '4', '6', '4', '7', '5', '0', '5', '1', '5', '2'… 36 …'5', '4', '5', '5', '5', '6', '5', '7', '6', '0', '6', '1', '6', '2', '6', '3', '6', '4', '6', '5'… 37 '6', '7', '7', '0', '7', '1', '7', '2', '7', '3', '7', '4', '7', '5', '7', '6', '7', '7'}; 40 …'0', '0', '0', '1', '0', '2', '0', '3', '0', '4', '0', '5', '0', '6', '0', '7', '0', '8', '0', '9'… 41 …'b', '0', 'c', '0', 'd', '0', 'e', '0', 'f', '1', '0', '1', '1', '1', '2', '1', '3', '1', '4', '1'… 42 …'1', '7', '1', '8', '1', '9', '1', 'a', '1', 'b', '1', 'c', '1', 'd', '1', 'e', '1', 'f', '2', '0'… 43 …'2', '2', '3', '2', '4', '2', '5', '2', '6', '2', '7', '2', '8', '2', '9', '2', 'a', '2', 'b', '2'… [all …]
|
/freebsd/tests/sys/net/if_ovpn/ |
H A D | server.crt | 15 00:b1:4c:f3:d9:6e:39:ac:d7:8f:78:e9:37:dd:ae: 16 73:f4:d6:77:84:42:3e:2a:76:76:6f:71:6a:b4:45: 17 a9:e3:84:0e:ee:3d:18:20:47:9d:fb:d1:ca:bb:d7: 18 cd:d5:e3:b8:3d:1b:9e:c1:f5:26:72:4a:bb:fe:4e: 19 ec:49:06:c0:ff:21:f4:b5:5c:72:fc:c7:3e:27:86: 21 41:a0:34:06:14:19:08:7a:47:69:5e:b6:aa:6f:74: 22 08:4f:13:ca:1d:b1:d8:2e:3a:a7:41:ec:e0:3e:b4: 23 54:b2:7c:2e:dd:ee:f5:07:92:ed:f2:64:62:2f:7a: 24 c2:8e:f0:50:2d:f6:2b:1c:9d:1d:db:25:04:1e:b5: 25 0d:18:c8:a4:b6:1e:cc:05:a1:10:74:e2:4c:98:32: [all …]
|
/freebsd/contrib/netbsd-tests/lib/libcurses/ |
H A D | atf.terminfo | 14 is2=is2, kDC=\E[3;2~, kEND=\E[1;2F, kHOM=\E[1;2H, 15 kIC=\E[2;2~, kLFT=\E[1;2D, kNXT=\E[6;2~, kPRV=\E[5;2~, 16 kRIT=\E[1;2C, kb2=\EOE, kbs=^H, kcbt=\E[Z, kcub1=\EOD, kcud1=\EOB, 17 kcuf1=\EOC, kcuu1=\EOA, kdch1=\E[3~, kend=\EOF, kent=\EOM, 18 kf1=\EOP, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[1;2P, 19 kf14=\E[1;2Q, kf15=\E[1;2R, kf16=\E[1;2S, kf17=\E[15;2~, 20 kf18=\E[17;2~, kf19=\E[18;2~, kf2=\EOQ, kf20=\E[19;2~, 21 kf21=\E[20;2~, kf22=\E[21;2~, kf23=\E[23;2~, kf24=\E[24;2~, 22 kf25=\E[1;5P, kf26=\E[1;5Q, kf27=\E[1;5R, kf28=\E[1;5S, 23 kf29=\E[15;5~, kf3=\EOR, kf30=\E[17;5~, kf31=\E[18;5~, [all …]
|
/freebsd/crypto/openssl/test/recipes/04-test_pem_reading_data/ |
H A D | dsa-onecolumn.pem | 5 E 29 6 59 e 78 e 93 6 130 6 139 e 146 e 155 6 182 e [all …]
|
/freebsd/secure/caroot/untrusted/ |
H A D | LuxTrust_Global_Root_2.pem | 17 0a:7e:a6:df:4b:44:9e:da:6a:24:85:9e:e6:b8:15:d3:16:7f:bb:b1 29 53:6a:37:0b:f2:0f:3c:87:ce:6f:dc:26:29:bd:c5: 30 89:ba:c9:83:3d:f7:ee:ca:5b:c6:6d:49:73:b4:c9: 32 65:4b:fb:08:e2:48:71:11:c8:6e:3b:9e:9d:df:89: 34 97:69:7d:42:30:24:e4:0d:0c:89:6b:63:de:c5:e1: 35 df:4e:a9:14:6c:53:e0:61:ce:f6:17:2f:1d:3c:bd: 36 e6:22:4c:1d:93:f5:10:c4:a1:76:ec:6a:de:c5:6c: 38 d2:20:06:09:6e:6a:6d:e5:eb:b7:be:d4:f0:f1:15: 39 7c:8b:e6:4e:ba:13:cc:4b:27:5e:99:3c:17:5d:8f: 41 6e:f2:a6:d5:9d:da:2d:07:63:02:c6:72:e9:94:bc: [all …]
|
H A D | Staat_der_Nederlanden_Root_CA_-_G3.pem | 26 00:be:32:a2:54:0f:70:fb:2c:5c:59:eb:6c:c4:a4: 27 51:e8:85:2a:b3:cc:4a:34:f2:b0:5f:f3:0e:c7:1c: 28 3d:53:1e:88:08:68:d8:6f:3d:ad:c2:9e:cc:82:67: 30 c7:5b:9e:2a:de:9c:fc:3a:c6:95:a7:f5:17:67:18: 32 dc:6b:32:f0:a2:fe:b6:3c:e4:ec:5a:97:c7:3f:1e: 33 70:08:30:a0:dc:c5:b3:6d:6f:d0:82:72:11:ab:d2: 36 28:92:d9:5b:23:6d:66:b5:6d:07:42:eb:a6:33:ce: 37 92:db:c0:f6:6c:63:78:cd:ca:4e:3d:b5:e5:52:9b: 38 f1:be:3b:e6:54:60:b0:66:1e:09:ab:07:fe:54:89: 40 c1:35:1a:54:75:ef:43:d3:e5:ae:4e:ce:e7:7b:c3: [all …]
|
/freebsd/contrib/netbsd-tests/ipf/input/ |
H A D | ni5 | 9 4500 002c ffdd 4000 ef06 131e 96cb e002 23 5018 269c 5628 0000 3232 302d 636f 6f6d 24 6273 2e61 6e75 2e65 6475 2e61 7520 4e63 26 6520 6564 7563 6174 696f 6e61 6c20 6c69 27 6365 6e73 6529 2072 6561 6479 2e0d 0a 43 302d 4d61 696e 7461 696e 6564 2062 7920 44 5253 5353 2061 6e64 2052 5350 4153 2049 45 5420 5374 6166 6620 2870 7265 7669 6f75 46 736c 7920 6b6e 6f77 6e20 6173 2043 6f6f 47 6d62 7320 436f 6d70 7574 696e 6720 556e [all …]
|