Last active
May 25, 2024 13:13
-
-
Save pudquick/13a2b419416f8fd010a7c8fcda2a9b87 to your computer and use it in GitHub Desktop.
tbd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EFI found at IODeviceTree:/efi | |
Current EFI boot device string is: '<array><dict><key>IOMatch</key><dict><key>IOProviderClass | |
</key><string>IOMedia</string><key>IOPropertyMatch</key><dict><key>UUID</key><string>08A2DDE7 | |
-7A58-44F0-ABF6-B721AD7C31AF</string></dict></dict><key>BLLastBSDName</key><string>disk1s2</s | |
tring></dict><dict><key>IOEFIDevicePathType</key><string>MediaFilePath</string><key>Path</key | |
><string>\FD77CA06-84E9-42D0-B5FE-6295D28CBB2F\System\Library\CoreServices\boot.efi</string>< | |
/dict></array>' | |
Boot option is 8BE4DF61-93CA-11D2-AA0D-00E098032B8C:Boot0080 | |
Processing boot option 'Mac OS X' | |
Boot option matches XML representation | |
Found device: disk1s2 | |
Disk boot device detected | |
Detected APFS volume. Skipping Boot!=Root check. | |
No auxiliary booter partition required | |
System partition found | |
Preferred system partition found: disk0s1 | |
Returning booter information dictionary: | |
<CFBasicHash 0x7feb7ac103a0 [0x7fff882dfaf0]>{type = mutable dict, count = 4, | |
entries => | |
0 : <CFString 0x10c3a73c0 [0x7fff882dfaf0]>{contents = "Data Partitions"} = ( | |
disk1s2 | |
) | |
1 : <CFString 0x10c3a69a0 [0x7fff882dfaf0]>{contents = "Preboot Volumes"} = ( | |
disk1s2 | |
) | |
2 : <CFString 0x10c3a73e0 [0x7fff882dfaf0]>{contents = "Auxiliary Partitions"} = ( | |
) | |
3 : <CFString 0x10c3a6be0 [0x7fff882dfaf0]>{contents = "System Partitions"} = ( | |
disk0s1 | |
) | |
} | |
/dev/disk1s2 is a preboot volume | |
Substituting found system volume /dev/disk1s1 | |
/dev/disk1s1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diskutil apfs list | |
APFS Container (1 found) | |
| | |
+-- Container disk1 7DAB37A1-C5F7-4E6D-AEF5-1F114200BF97 | |
==================================================== | |
APFS Container Reference: disk1 | |
Size (Capacity Ceiling): 1000240963584 B (1.0 TB) | |
Minimum Size: 12800237568 B (12.8 GB) | |
Capacity In Use By Volumes: 12327649280 B (12.3 GB) (1.2% used) | |
Capacity Not Allocated: 987913314304 B (987.9 GB) (98.8% free) | |
| | |
+-< Physical Store disk0s2 33B53866-762C-468B-B270-53CD9B1A1D18 | |
| ----------------------------------------------------------- | |
| APFS Physical Store Disk: disk0s2 | |
| Size: 1000240963584 B (1.0 TB) | |
| | |
+-> Volume disk1s1 FD77CA06-84E9-42D0-B5FE-6295D28CBB2F | |
| --------------------------------------------------- | |
| APFS Volume Disk (Role): disk1s1 (No specific role) | |
| Name: Macintosh HD (Case-insensitive) | |
| Mount Point: / | |
| Capacity Consumed: 11026714624 B (11.0 GB) | |
| FileVault: No (Encrypted at rest) | |
| | |
+-> Volume disk1s2 08A2DDE7-7A58-44F0-ABF6-B721AD7C31AF | |
| --------------------------------------------------- | |
| APFS Volume Disk (Role): disk1s2 (Preboot) | |
| Name: Preboot (Case-insensitive) | |
| Mount Point: /Volumes/Preboot | |
| Capacity Consumed: 48771072 B (48.8 MB) | |
| FileVault: No | |
| | |
+-> Volume disk1s3 AF2A7289-1CFE-4058-9048-FC89FE45B66F | |
| --------------------------------------------------- | |
| APFS Volume Disk (Role): disk1s3 (Recovery) | |
| Name: Recovery (Case-insensitive) | |
| Mount Point: Not Mounted | |
| Capacity Consumed: 1044361216 B (1.0 GB) | |
| FileVault: No | |
| | |
+-> Volume disk1s4 76B04202-3499-4845-B685-64DA25B0CC82 | |
--------------------------------------------------- | |
APFS Volume Disk (Role): disk1s4 (VM) | |
Name: VM (Case-insensitive) | |
Mount Point: /private/var/vm | |
Capacity Consumed: 20480 B (20.5 KB) | |
FileVault: No (Encrypted at rest) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diskutil mount /dev/disk1s2 | |
Volume Preboot on /dev/disk1s2 mounted | |
ls -l /Volumes/Preboot/ | |
total 0 | |
drwxr-xr-x 7 root wheel 224 Jul 17 09:38 FD77CA06-84E9-42D0-B5FE-6295D28CBB2F |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find /Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/usr | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/usr/standalone | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/usr/standalone/i386 | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/usr/standalone/i386/EfiLoginUI | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/usr/standalone/i386/EfiLoginUI/appleLogo.efires | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/usr/standalone/i386/EfiLoginUI/flag_picker.efires | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/usr/standalone/i386/EfiLoginUI/unknown_userUI.efires | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/usr/standalone/i386/EfiLoginUI/sound.efires | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/usr/standalone/i386/EfiLoginUI/battery.efires | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/usr/standalone/i386/EfiLoginUI/recoveryUI.efires | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/usr/standalone/i386/EfiLoginUI/Lucida13.efires | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/usr/standalone/i386/EfiLoginUI/disk_passwordUI.efires | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/usr/standalone/i386/EfiLoginUI/recovery_user.efires | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/usr/standalone/i386/EfiLoginUI/Lucida13White.efires | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/usr/standalone/i386/EfiLoginUI/loginui.efires | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/usr/standalone/i386/EfiLoginUI/guest_userUI.efires | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/var | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/var/db | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/var/db/AdminUserRecoveryInfo.plist | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/var/db/CryptoUserInfo.plist | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/var/db/secureaccesstoken.plist | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/Library | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/Library/Preferences | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/Library/Preferences/SystemConfiguration | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/Library/Preferences/SystemConfiguration/com.apple.Boot.plist | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/System | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/System/Library | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/System/Library/CoreServices | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/System/Library/CoreServices/.disk_label_2x | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/System/Library/CoreServices/boot.efi | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/System/Library/CoreServices/.root_uuid | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/System/Library/CoreServices/boot.efi.j137ap.im4m | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/System/Library/CoreServices/.disk_label | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/System/Library/CoreServices/bootbase.efi.j137ap.im4m | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/System/Library/CoreServices/BridgeVersion.bin | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/System/Library/CoreServices/PlatformSupport.plist | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/System/Library/CoreServices/.contentDetails | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/System/Library/CoreServices/SystemVersion.plist | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/System/Library/CoreServices/boot.efi.j137ap.15156C1879A0A6.im4m | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/System/Library/Caches | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/System/Library/Caches/com.apple.corestorage | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/System/Library/Caches/com.apple.corestorage/EncryptedRoot.plist.wipekey | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/System/Library/Caches/com.apple.corestorage/EFILoginLocalizations | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/System/Library/Caches/com.apple.corestorage/EFILoginLocalizations/appleLogo.efires | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/System/Library/Caches/com.apple.corestorage/EFILoginLocalizations/flag_picker.efires | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/System/Library/Caches/com.apple.corestorage/EFILoginLocalizations/unknown_userUI.efires | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/System/Library/Caches/com.apple.corestorage/EFILoginLocalizations/sound.efires | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/System/Library/Caches/com.apple.corestorage/EFILoginLocalizations/battery.efires | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/System/Library/Caches/com.apple.corestorage/EFILoginLocalizations/Lucida13.efires | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/System/Library/Caches/com.apple.corestorage/EFILoginLocalizations/disk_passwordUI.efires | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/System/Library/Caches/com.apple.corestorage/EFILoginLocalizations/Lucida13White.efires | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/System/Library/Caches/com.apple.corestorage/EFILoginLocalizations/loginui.efires | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/System/Library/Caches/com.apple.corestorage/EFILoginLocalizations/guest_userUI.efires | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/System/Library/Caches/com.apple.corestorage/EFILoginLocalizations/preferences.efires | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/com.apple.installer | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/com.apple.installer/com.apple.Boot.plist | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/com.apple.installer/bootbase.efi.j137ap.15156C1879A0A6.im4m | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/com.apple.installer/.disk_label_2x | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/com.apple.installer/boot.efi | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/com.apple.installer/boot.efi.j137ap.im4m | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/com.apple.installer/BridgeVersion.plist | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/com.apple.installer/immutablekernel.j137ap.15156C1879A0A6.im4m | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/com.apple.installer/.disk_label.contentDetails | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/com.apple.installer/.disk_label | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/com.apple.installer/bootbase.efi.j137ap.im4m | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/com.apple.installer/BridgeVersion.bin | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/com.apple.installer/PlatformSupport.plist | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/com.apple.installer/SystemVersion.plist | |
/Volumes/Preboot/FD77CA06-84E9-42D0-B5FE-6295D28CBB2F/com.apple.installer/boot.efi.j137ap.15156C1879A0A6.im4m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
osinstallersetupd[598]: tss_submit_job: ----Begin request | |
osinstallersetupd[598]: tss_submit_job: <CFBasicHash 0x7fe8e067bd30 [0x106a7daf0]>{type = mutable dict, count = 16, | |
entries => | |
0 : <CFString 0x117cbe9b0 [0x106a7daf0]>{contents = "x86,SecurityMode"} = <CFBoolean 0x106a7e3e8 [0x106a7daf0]>{value = true} | |
1 : <CFString 0x117cbf830 [0x106a7daf0]>{contents = "@HostPlatformInfo"} = <CFString 0x117cbf950 [0x106a7daf0]>{contents = "mac"} | |
2 : <CFString 0x117cbe990 [0x106a7daf0]>{contents = "x86,ProductionMode"} = <CFBoolean 0x106a7e3e8 [0x106a7daf0]>{value = true} | |
3 : <CFString 0x117cb96f0 [0x106a7daf0]>{contents = "ApECID"} = <CFNumber 0x15156c1879a0a637 [0x106a7daf0]>{value = +5934528522199206, type = kCFNumberSInt64Type} | |
4 : <CFString 0x117cb96b0 [0x106a7daf0]>{contents = "ApBoardID"} = <CFNumber 0xa27 [0x106a7daf0]>{value = +10, type = kCFNumberSInt32Type} | |
5 : <CFString 0x117cbf850 [0x106a7daf0]>{contents = "@VersionInfo"} = <CFString 0x117cbf970 [0x106a7daf0]>{contents = "libauthinstall-521.50.21"} | |
6 : <CFString 0x117cbff30 [0x106a7daf0]>{contents = "UniqueBuildID"} = <CFData 0x7fe8e0671fc0 [0x106a7daf0]>{length = 20, capacity = 64, bytes = 0x9be59ef7512563c1f8623b8d3bafa5ae37ee748b} | |
9 : <CFString 0x7fe8e066f700 [0x106a7daf0]>{contents = "x86,x86MultiUpdater"} = <CFBasicHash 0x7fe8e06758b0 [0x106a7daf0]>{type = mutable dict, count = 4, | |
entries => | |
0 : Digest = <CFData 0x7fe8e065a090 [0x106a7daf0]>{length = 48, capacity = 64, bytes = 0x2ca99430f622e4f7f57bd59a48dd8581 ... 2c5347f947cd9bab} | |
1 : ESEC = <CFBoolean 0x106a7e3e8 [0x106a7daf0]>{value = true} | |
5 : EPRO = <CFBoolean 0x106a7e3e8 [0x106a7daf0]>{value = true} | |
6 : Trusted = <CFBoolean 0x106a7e3f8 [0x106a7daf0]>{value = false} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iMac-Pro osinstallersetupd[598]: ---- Checking for network reachability ---- | |
iMac-Pro osinstallersetupd[598]: Signing server is reachable: http://gs.apple.com:80 | |
iMac-Pro osinstallersetupd[598]: ---- Starting personalization ---- | |
iMac-Pro osinstallersetupd[598]: Starting personalization with libauthinstall-521.50.21 | |
iMac-Pro osinstallersetupd[598]: Configuring amai | |
iMac-Pro osinstallersetupd[598]: preferBuildManifest is set, will use measurements from build manifest | |
iMac-Pro osinstallersetupd[598]: AMAuthInstallBundleCopyBuildIdentityForVariant: No baseband chipid reported. Will match Build Identity based on ap chipid and boardid only. | |
iMac-Pro osinstallersetupd[598]: Personalizing to /var/tmp/OSPersonalizationTemp/A308C220-90B4-4DC3-927D-39A4919027FB-PersonalizedBundle | |
... | |
iMac-Pro osinstallersetupd[598]: tss_submit_job_with_retry: TSS Connection attempt 1 of 3. (Will retry if TSS_ERR_SERVER_NOT_REACHABLE.) | |
iMac-Pro osinstallersetupd[598]: AMAuthInstallHttpMessageSendSync: httpRequest=<CFHTTPMessageRef 0x7fe8e067fa40(0x7fe8e067fa50)> { POST request, url http://gs.apple.com:80/TSS/controller?action=2 } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iMac-Pro osinstallersetupd[598]: Copying AP ticket to /var/tmp/OSPersonalizationTemp/D1A04BCF-0305-4156-B576-156333850AA9-SignedManifestsSandbox/System/Library/PrelinkedKernels/immutablekernel.j137ap.15156C1879A0A6.im4m | |
iMac-Pro osinstallersetupd[598]: Copying AP ticket to /var/tmp/OSPersonalizationTemp/D1A04BCF-0305-4156-B576-156333850AA9-SignedManifestsSandbox/usr/standalone/firmware/FUD/MultiUpdater/MultiUpdater.efi.j137ap.15156C1879A0A6.im4m | |
iMac-Pro osinstallersetupd[598]: Copying AP ticket to /var/tmp/OSPersonalizationTemp/D1A04BCF-0305-4156-B576-156333850AA9-SignedManifestsSandbox/usr/standalone/i386/boot.efi.j137ap.15156C1879A0A6.im4m | |
iMac-Pro osinstallersetupd[598]: Copying AP ticket to /var/tmp/OSPersonalizationTemp/D1A04BCF-0305-4156-B576-156333850AA9-SignedManifestsSandbox/System/Library/AccessoryUpdaterBundles/USBCAccessoryFirmwareUpdater.bundle/Contents/Resources/HPMUtil.efi.j137ap.15156C1879A0A6.im4m | |
iMac-Pro osinstallersetupd[598]: Copying AP ticket to /var/tmp/OSPersonalizationTemp/D1A04BCF-0305-4156-B576-156333850AA9-SignedManifestsSandbox/System/Library/CoreServices/boot.efi.j137ap.15156C1879A0A6.im4m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openssl asn1parse -inform DER -in boot.efi.j137ap.15156C1879A0A6.im4m | |
0:d=0 hl=4 l=3040 cons: SEQUENCE | |
4:d=1 hl=2 l= 4 prim: IA5STRING :IM4M | |
10:d=1 hl=2 l= 1 prim: INTEGER :00 | |
13:d=1 hl=4 l= 811 cons: SET | |
17:d=2 hl=9 l= 802 cons: priv [ 1296125506 ] | |
26:d=3 hl=4 l= 798 cons: SEQUENCE | |
30:d=4 hl=2 l= 4 prim: IA5STRING :MANB | |
36:d=4 hl=4 l= 788 cons: SET | |
40:d=5 hl=8 l= 232 cons: priv [ 1296125520 ] | |
48:d=6 hl=3 l= 229 cons: SEQUENCE | |
51:d=7 hl=2 l= 4 prim: IA5STRING :MANP | |
57:d=7 hl=3 l= 220 cons: SET | |
60:d=8 hl=7 l= 11 cons: priv [ 1112494660 ] | |
67:d=9 hl=2 l= 9 cons: SEQUENCE | |
69:d=10 hl=2 l= 4 prim: IA5STRING :BORD | |
75:d=10 hl=2 l= 1 prim: INTEGER :0A | |
78:d=8 hl=7 l= 11 cons: priv [ 1128616015 ] | |
85:d=9 hl=2 l= 9 cons: SEQUENCE | |
87:d=10 hl=2 l= 4 prim: IA5STRING :CEPO | |
93:d=10 hl=2 l= 1 prim: INTEGER :02 | |
96:d=8 hl=7 l= 13 cons: priv [ 1128810832 ] | |
103:d=9 hl=2 l= 11 cons: SEQUENCE | |
105:d=10 hl=2 l= 4 prim: IA5STRING :CHIP | |
111:d=10 hl=2 l= 3 prim: INTEGER :8012 | |
116:d=8 hl=7 l= 17 cons: priv [ 1162037572 ] | |
123:d=9 hl=2 l= 15 cons: SEQUENCE | |
125:d=10 hl=2 l= 4 prim: IA5STRING :ECID | |
131:d=10 hl=2 l= 7 prim: INTEGER :15156C1879A0A6 | |
140:d=8 hl=7 l= 11 cons: priv [ 1396985677 ] | |
147:d=9 hl=2 l= 9 cons: SEQUENCE | |
149:d=10 hl=2 l= 4 prim: IA5STRING :SDOM | |
155:d=10 hl=2 l= 1 prim: INTEGER :01 | |
158:d=8 hl=7 l= 11 cons: priv [ 1836085871 ] | |
165:d=9 hl=2 l= 9 cons: SEQUENCE | |
167:d=10 hl=2 l= 4 prim: IA5STRING :mpro | |
173:d=10 hl=2 l= 1 prim: BOOLEAN :255 | |
176:d=8 hl=7 l= 11 cons: priv [ 1836279139 ] | |
183:d=9 hl=2 l= 9 cons: SEQUENCE | |
185:d=10 hl=2 l= 4 prim: IA5STRING :msec | |
191:d=10 hl=2 l= 1 prim: BOOLEAN :255 | |
194:d=8 hl=7 l= 30 cons: priv [ 1936881262 ] | |
201:d=9 hl=2 l= 28 cons: SEQUENCE | |
203:d=10 hl=2 l= 4 prim: IA5STRING :srvn | |
209:d=10 hl=2 l= 20 prim: OCTET STRING [HEX DUMP]:33... | |
231:d=8 hl=7 l= 42 cons: priv [ 2020503406 ] | |
238:d=9 hl=2 l= 40 cons: SEQUENCE | |
240:d=10 hl=2 l= 4 prim: IA5STRING :xnon | |
246:d=10 hl=2 l= 32 prim: OCTET STRING [HEX DUMP]:C7... | |
280:d=5 hl=8 l= 129 cons: priv [ 1701210466 ] | |
288:d=6 hl=2 l= 127 cons: SEQUENCE | |
290:d=7 hl=2 l= 4 prim: IA5STRING :efib | |
296:d=7 hl=2 l= 119 cons: SET | |
298:d=8 hl=7 l= 58 cons: priv [ 1145525076 ] | |
305:d=9 hl=2 l= 56 cons: SEQUENCE | |
307:d=10 hl=2 l= 4 prim: IA5STRING :DGST | |
313:d=10 hl=2 l= 48 prim: OCTET STRING [HEX DUMP]:82... | |
363:d=8 hl=7 l= 11 cons: priv [ 1162560857 ] | |
370:d=9 hl=2 l= 9 cons: SEQUENCE | |
372:d=10 hl=2 l= 4 prim: IA5STRING :EKEY | |
378:d=10 hl=2 l= 1 prim: BOOLEAN :0 | |
381:d=8 hl=7 l= 11 cons: priv [ 1162891855 ] | |
388:d=9 hl=2 l= 9 cons: SEQUENCE | |
390:d=10 hl=2 l= 4 prim: IA5STRING :EPRO | |
396:d=10 hl=2 l= 1 prim: BOOLEAN :255 | |
399:d=8 hl=7 l= 11 cons: priv [ 1163085123 ] | |
406:d=9 hl=2 l= 9 cons: SEQUENCE | |
408:d=10 hl=2 l= 4 prim: IA5STRING :ESEC | |
414:d=10 hl=2 l= 1 prim: BOOLEAN :255 | |
417:d=5 hl=8 l= 129 cons: priv [ 1752198517 ] | |
425:d=6 hl=2 l= 127 cons: SEQUENCE | |
427:d=7 hl=2 l= 4 prim: IA5STRING :hpmu | |
433:d=7 hl=2 l= 119 cons: SET | |
435:d=8 hl=7 l= 58 cons: priv [ 1145525076 ] | |
442:d=9 hl=2 l= 56 cons: SEQUENCE | |
444:d=10 hl=2 l= 4 prim: IA5STRING :DGST | |
450:d=10 hl=2 l= 48 prim: OCTET STRING [HEX DUMP]:C9... | |
500:d=8 hl=7 l= 11 cons: priv [ 1162560857 ] | |
507:d=9 hl=2 l= 9 cons: SEQUENCE | |
509:d=10 hl=2 l= 4 prim: IA5STRING :EKEY | |
515:d=10 hl=2 l= 1 prim: BOOLEAN :0 | |
518:d=8 hl=7 l= 11 cons: priv [ 1162891855 ] | |
525:d=9 hl=2 l= 9 cons: SEQUENCE | |
527:d=10 hl=2 l= 4 prim: IA5STRING :EPRO | |
533:d=10 hl=2 l= 1 prim: BOOLEAN :255 | |
536:d=8 hl=7 l= 11 cons: priv [ 1163085123 ] | |
543:d=9 hl=2 l= 9 cons: SEQUENCE | |
545:d=10 hl=2 l= 4 prim: IA5STRING :ESEC | |
551:d=10 hl=2 l= 1 prim: BOOLEAN :255 | |
554:d=5 hl=8 l= 129 cons: priv [ 1835758190 ] | |
562:d=6 hl=2 l= 127 cons: SEQUENCE | |
564:d=7 hl=2 l= 4 prim: IA5STRING :mkrn | |
570:d=7 hl=2 l= 119 cons: SET | |
572:d=8 hl=7 l= 58 cons: priv [ 1145525076 ] | |
579:d=9 hl=2 l= 56 cons: SEQUENCE | |
581:d=10 hl=2 l= 4 prim: IA5STRING :DGST | |
587:d=10 hl=2 l= 48 prim: OCTET STRING [HEX DUMP]:EF... | |
637:d=8 hl=7 l= 11 cons: priv [ 1162560857 ] | |
644:d=9 hl=2 l= 9 cons: SEQUENCE | |
646:d=10 hl=2 l= 4 prim: IA5STRING :EKEY | |
652:d=10 hl=2 l= 1 prim: BOOLEAN :0 | |
655:d=8 hl=7 l= 11 cons: priv [ 1162891855 ] | |
662:d=9 hl=2 l= 9 cons: SEQUENCE | |
664:d=10 hl=2 l= 4 prim: IA5STRING :EPRO | |
670:d=10 hl=2 l= 1 prim: BOOLEAN :255 | |
673:d=8 hl=7 l= 11 cons: priv [ 1163085123 ] | |
680:d=9 hl=2 l= 9 cons: SEQUENCE | |
682:d=10 hl=2 l= 4 prim: IA5STRING :ESEC | |
688:d=10 hl=2 l= 1 prim: BOOLEAN :255 | |
691:d=5 hl=8 l= 129 cons: priv [ 1836413028 ] | |
699:d=6 hl=2 l= 127 cons: SEQUENCE | |
701:d=7 hl=2 l= 4 prim: IA5STRING :mupd | |
707:d=7 hl=2 l= 119 cons: SET | |
709:d=8 hl=7 l= 58 cons: priv [ 1145525076 ] | |
716:d=9 hl=2 l= 56 cons: SEQUENCE | |
718:d=10 hl=2 l= 4 prim: IA5STRING :DGST | |
724:d=10 hl=2 l= 48 prim: OCTET STRING [HEX DUMP]:2C... | |
774:d=8 hl=7 l= 11 cons: priv [ 1162560857 ] | |
781:d=9 hl=2 l= 9 cons: SEQUENCE | |
783:d=10 hl=2 l= 4 prim: IA5STRING :EKEY | |
789:d=10 hl=2 l= 1 prim: BOOLEAN :0 | |
792:d=8 hl=7 l= 11 cons: priv [ 1162891855 ] | |
799:d=9 hl=2 l= 9 cons: SEQUENCE | |
801:d=10 hl=2 l= 4 prim: IA5STRING :EPRO | |
807:d=10 hl=2 l= 1 prim: BOOLEAN :255 | |
810:d=8 hl=7 l= 11 cons: priv [ 1163085123 ] | |
817:d=9 hl=2 l= 9 cons: SEQUENCE | |
819:d=10 hl=2 l= 4 prim: IA5STRING :ESEC | |
825:d=10 hl=2 l= 1 prim: BOOLEAN :255 | |
828:d=1 hl=4 l= 512 prim: OCTET STRING [HEX DUMP]:38... | |
1344:d=1 hl=4 l=1696 cons: SEQUENCE | |
1348:d=2 hl=4 l=1692 cons: SEQUENCE | |
1352:d=3 hl=4 l=1156 cons: SEQUENCE | |
1356:d=4 hl=2 l= 3 cons: cont [ 0 ] | |
1358:d=5 hl=2 l= 1 prim: INTEGER :02 | |
1361:d=4 hl=2 l= 8 prim: INTEGER :1EE0DA0BB48E6AC7 | |
1371:d=4 hl=2 l= 13 cons: SEQUENCE | |
1373:d=5 hl=2 l= 9 prim: OBJECT :sha384WithRSAEncryption | |
1384:d=5 hl=2 l= 0 prim: NULL | |
1386:d=4 hl=2 l= 79 cons: SEQUENCE | |
1388:d=5 hl=2 l= 43 cons: SET | |
1390:d=6 hl=2 l= 41 cons: SEQUENCE | |
1392:d=7 hl=2 l= 3 prim: OBJECT :commonName | |
1397:d=7 hl=2 l= 34 prim: UTF8STRING :Apple X86 Secure Boot Root CA - G1 | |
1433:d=5 hl=2 l= 19 cons: SET | |
1435:d=6 hl=2 l= 17 cons: SEQUENCE | |
1437:d=7 hl=2 l= 3 prim: OBJECT :organizationName | |
1442:d=7 hl=2 l= 10 prim: UTF8STRING :Apple Inc. | |
1454:d=5 hl=2 l= 11 cons: SET | |
1456:d=6 hl=2 l= 9 cons: SEQUENCE | |
1458:d=7 hl=2 l= 3 prim: OBJECT :countryName | |
1463:d=7 hl=2 l= 2 prim: PRINTABLESTRING :US | |
1467:d=4 hl=2 l= 30 cons: SEQUENCE | |
1469:d=5 hl=2 l= 13 prim: UTCTIME :170323023003Z | |
1484:d=5 hl=2 l= 13 prim: UTCTIME :170323214243Z | |
1499:d=4 hl=2 l= 89 cons: SEQUENCE | |
1501:d=5 hl=2 l= 53 cons: SET | |
1503:d=6 hl=2 l= 51 cons: SEQUENCE | |
1505:d=7 hl=2 l= 3 prim: OBJECT :commonName | |
1510:d=7 hl=2 l= 44 prim: UTF8STRING :T8012Mac-TssLive-ManifestKey-RevB-DataCenter | |
1556:d=5 hl=2 l= 19 cons: SET | |
1558:d=6 hl=2 l= 17 cons: SEQUENCE | |
1560:d=7 hl=2 l= 3 prim: OBJECT :organizationName | |
1565:d=7 hl=2 l= 10 prim: UTF8STRING :Apple Inc. | |
1577:d=5 hl=2 l= 11 cons: SET | |
1579:d=6 hl=2 l= 9 cons: SEQUENCE | |
1581:d=7 hl=2 l= 3 prim: OBJECT :countryName | |
1586:d=7 hl=2 l= 2 prim: PRINTABLESTRING :US | |
1590:d=4 hl=4 l= 546 cons: SEQUENCE | |
1594:d=5 hl=2 l= 13 cons: SEQUENCE | |
1596:d=6 hl=2 l= 9 prim: OBJECT :rsaEncryption | |
1607:d=6 hl=2 l= 0 prim: NULL | |
1609:d=5 hl=4 l= 527 prim: BIT STRING | |
2140:d=4 hl=4 l= 368 cons: cont [ 3 ] | |
2144:d=5 hl=4 l= 364 cons: SEQUENCE | |
2148:d=6 hl=2 l= 12 cons: SEQUENCE | |
2150:d=7 hl=2 l= 3 prim: OBJECT :X509v3 Basic Constraints | |
2155:d=7 hl=2 l= 1 prim: BOOLEAN :255 | |
2158:d=7 hl=2 l= 2 prim: OCTET STRING [HEX DUMP]:3000 | |
2162:d=6 hl=2 l= 31 cons: SEQUENCE | |
2164:d=7 hl=2 l= 3 prim: OBJECT :X509v3 Authority Key Identifier | |
2169:d=7 hl=2 l= 24 prim: OCTET STRING [HEX DUMP]:301680147D73CE0A3B41A1A352D2B1141EF6F5B4DD76E6E8 | |
2195:d=6 hl=2 l= 29 cons: SEQUENCE | |
2197:d=7 hl=2 l= 3 prim: OBJECT :X509v3 Subject Key Identifier | |
2202:d=7 hl=2 l= 22 prim: OCTET STRING [HEX DUMP]:04142875BCA84CDB09E7A079626F471A36E90A89CB9B | |
2226:d=6 hl=2 l= 14 cons: SEQUENCE | |
2228:d=7 hl=2 l= 3 prim: OBJECT :X509v3 Key Usage | |
2233:d=7 hl=2 l= 1 prim: BOOLEAN :255 | |
2236:d=7 hl=2 l= 4 prim: OCTET STRING [HEX DUMP]:03020780 | |
2242:d=6 hl=4 l= 266 cons: SEQUENCE | |
2246:d=7 hl=2 l= 10 prim: OBJECT :1.2.840.113635.100.6.1.15 | |
2258:d=7 hl=2 l= 1 prim: BOOLEAN :255 | |
2261:d=7 hl=3 l= 248 prim: OCTET STRING [HEX DUMP]:31... | |
2512:d=3 hl=2 l= 13 cons: SEQUENCE | |
2514:d=4 hl=2 l= 9 prim: OBJECT :sha384WithRSAEncryption | |
2525:d=4 hl=2 l= 0 prim: NULL | |
2527:d=3 hl=4 l= 513 prim: BIT STRING . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openssl asn1parse -inform DER -in boot.efi.j137ap.im4m | |
0:d=0 hl=4 l=3008 cons: SEQUENCE | |
4:d=1 hl=2 l= 4 prim: IA5STRING :IM4M | |
10:d=1 hl=2 l= 1 prim: INTEGER :00 | |
13:d=1 hl=4 l= 774 cons: SET | |
17:d=2 hl=9 l= 765 cons: priv [ 1296125506 ] | |
26:d=3 hl=4 l= 761 cons: SEQUENCE | |
30:d=4 hl=2 l= 4 prim: IA5STRING :MANB | |
36:d=4 hl=4 l= 751 cons: SET | |
40:d=5 hl=8 l= 195 cons: priv [ 1296125520 ] | |
48:d=6 hl=3 l= 192 cons: SEQUENCE | |
51:d=7 hl=2 l= 4 prim: IA5STRING :MANP | |
57:d=7 hl=3 l= 183 cons: SET | |
60:d=8 hl=7 l= 11 cons: priv [ 1112494660 ] | |
67:d=9 hl=2 l= 9 cons: SEQUENCE | |
69:d=10 hl=2 l= 4 prim: IA5STRING :BORD | |
75:d=10 hl=2 l= 1 prim: INTEGER :0A | |
78:d=8 hl=7 l= 11 cons: priv [ 1128616015 ] | |
85:d=9 hl=2 l= 9 cons: SEQUENCE | |
87:d=10 hl=2 l= 4 prim: IA5STRING :CEPO | |
93:d=10 hl=2 l= 1 prim: INTEGER :02 | |
96:d=8 hl=7 l= 13 cons: priv [ 1128810832 ] | |
103:d=9 hl=2 l= 11 cons: SEQUENCE | |
105:d=10 hl=2 l= 4 prim: IA5STRING :CHIP | |
111:d=10 hl=2 l= 3 prim: INTEGER :8012 | |
116:d=8 hl=7 l= 11 cons: priv [ 1396985677 ] | |
123:d=9 hl=2 l= 9 cons: SEQUENCE | |
125:d=10 hl=2 l= 4 prim: IA5STRING :SDOM | |
131:d=10 hl=2 l= 1 prim: INTEGER :01 | |
134:d=8 hl=7 l= 11 cons: priv [ 1769303906 ] | |
141:d=9 hl=2 l= 9 cons: SEQUENCE | |
143:d=10 hl=2 l= 4 prim: IA5STRING :iuob | |
149:d=10 hl=2 l= 1 prim: BOOLEAN :0 | |
152:d=8 hl=7 l= 11 cons: priv [ 1836085871 ] | |
159:d=9 hl=2 l= 9 cons: SEQUENCE | |
161:d=10 hl=2 l= 4 prim: IA5STRING :mpro | |
167:d=10 hl=2 l= 1 prim: BOOLEAN :255 | |
170:d=8 hl=7 l= 11 cons: priv [ 1836279139 ] | |
177:d=9 hl=2 l= 9 cons: SEQUENCE | |
179:d=10 hl=2 l= 4 prim: IA5STRING :msec | |
185:d=10 hl=2 l= 1 prim: BOOLEAN :255 | |
188:d=8 hl=7 l= 30 cons: priv [ 1936881262 ] | |
195:d=9 hl=2 l= 28 cons: SEQUENCE | |
197:d=10 hl=2 l= 4 prim: IA5STRING :srvn | |
203:d=10 hl=2 l= 20 prim: OCTET STRING [HEX DUMP]:03... | |
225:d=8 hl=7 l= 11 cons: priv [ 2020960115 ] | |
232:d=9 hl=2 l= 9 cons: SEQUENCE | |
234:d=10 hl=2 l= 4 prim: IA5STRING :xugs | |
240:d=10 hl=2 l= 1 prim: INTEGER :01 | |
243:d=5 hl=8 l= 129 cons: priv [ 1701210466 ] | |
251:d=6 hl=2 l= 127 cons: SEQUENCE | |
253:d=7 hl=2 l= 4 prim: IA5STRING :efib | |
259:d=7 hl=2 l= 119 cons: SET | |
261:d=8 hl=7 l= 58 cons: priv [ 1145525076 ] | |
268:d=9 hl=2 l= 56 cons: SEQUENCE | |
270:d=10 hl=2 l= 4 prim: IA5STRING :DGST | |
276:d=10 hl=2 l= 48 prim: OCTET STRING [HEX DUMP]:82... | |
326:d=8 hl=7 l= 11 cons: priv [ 1162560857 ] | |
333:d=9 hl=2 l= 9 cons: SEQUENCE | |
335:d=10 hl=2 l= 4 prim: IA5STRING :EKEY | |
341:d=10 hl=2 l= 1 prim: BOOLEAN :0 | |
344:d=8 hl=7 l= 11 cons: priv [ 1162891855 ] | |
351:d=9 hl=2 l= 9 cons: SEQUENCE | |
353:d=10 hl=2 l= 4 prim: IA5STRING :EPRO | |
359:d=10 hl=2 l= 1 prim: BOOLEAN :255 | |
362:d=8 hl=7 l= 11 cons: priv [ 1163085123 ] | |
369:d=9 hl=2 l= 9 cons: SEQUENCE | |
371:d=10 hl=2 l= 4 prim: IA5STRING :ESEC | |
377:d=10 hl=2 l= 1 prim: BOOLEAN :255 | |
380:d=5 hl=8 l= 129 cons: priv [ 1752198517 ] | |
388:d=6 hl=2 l= 127 cons: SEQUENCE | |
390:d=7 hl=2 l= 4 prim: IA5STRING :hpmu | |
396:d=7 hl=2 l= 119 cons: SET | |
398:d=8 hl=7 l= 58 cons: priv [ 1145525076 ] | |
405:d=9 hl=2 l= 56 cons: SEQUENCE | |
407:d=10 hl=2 l= 4 prim: IA5STRING :DGST | |
413:d=10 hl=2 l= 48 prim: OCTET STRING [HEX DUMP]:C9... | |
463:d=8 hl=7 l= 11 cons: priv [ 1162560857 ] | |
470:d=9 hl=2 l= 9 cons: SEQUENCE | |
472:d=10 hl=2 l= 4 prim: IA5STRING :EKEY | |
478:d=10 hl=2 l= 1 prim: BOOLEAN :0 | |
481:d=8 hl=7 l= 11 cons: priv [ 1162891855 ] | |
488:d=9 hl=2 l= 9 cons: SEQUENCE | |
490:d=10 hl=2 l= 4 prim: IA5STRING :EPRO | |
496:d=10 hl=2 l= 1 prim: BOOLEAN :255 | |
499:d=8 hl=7 l= 11 cons: priv [ 1163085123 ] | |
506:d=9 hl=2 l= 9 cons: SEQUENCE | |
508:d=10 hl=2 l= 4 prim: IA5STRING :ESEC | |
514:d=10 hl=2 l= 1 prim: BOOLEAN :255 | |
517:d=5 hl=8 l= 129 cons: priv [ 1835758190 ] | |
525:d=6 hl=2 l= 127 cons: SEQUENCE | |
527:d=7 hl=2 l= 4 prim: IA5STRING :mkrn | |
533:d=7 hl=2 l= 119 cons: SET | |
535:d=8 hl=7 l= 58 cons: priv [ 1145525076 ] | |
542:d=9 hl=2 l= 56 cons: SEQUENCE | |
544:d=10 hl=2 l= 4 prim: IA5STRING :DGST | |
550:d=10 hl=2 l= 48 prim: OCTET STRING [HEX DUMP]:EF... | |
600:d=8 hl=7 l= 11 cons: priv [ 1162560857 ] | |
607:d=9 hl=2 l= 9 cons: SEQUENCE | |
609:d=10 hl=2 l= 4 prim: IA5STRING :EKEY | |
615:d=10 hl=2 l= 1 prim: BOOLEAN :0 | |
618:d=8 hl=7 l= 11 cons: priv [ 1162891855 ] | |
625:d=9 hl=2 l= 9 cons: SEQUENCE | |
627:d=10 hl=2 l= 4 prim: IA5STRING :EPRO | |
633:d=10 hl=2 l= 1 prim: BOOLEAN :255 | |
636:d=8 hl=7 l= 11 cons: priv [ 1163085123 ] | |
643:d=9 hl=2 l= 9 cons: SEQUENCE | |
645:d=10 hl=2 l= 4 prim: IA5STRING :ESEC | |
651:d=10 hl=2 l= 1 prim: BOOLEAN :255 | |
654:d=5 hl=8 l= 129 cons: priv [ 1836413028 ] | |
662:d=6 hl=2 l= 127 cons: SEQUENCE | |
664:d=7 hl=2 l= 4 prim: IA5STRING :mupd | |
670:d=7 hl=2 l= 119 cons: SET | |
672:d=8 hl=7 l= 58 cons: priv [ 1145525076 ] | |
679:d=9 hl=2 l= 56 cons: SEQUENCE | |
681:d=10 hl=2 l= 4 prim: IA5STRING :DGST | |
687:d=10 hl=2 l= 48 prim: OCTET STRING [HEX DUMP]:2C... | |
737:d=8 hl=7 l= 11 cons: priv [ 1162560857 ] | |
744:d=9 hl=2 l= 9 cons: SEQUENCE | |
746:d=10 hl=2 l= 4 prim: IA5STRING :EKEY | |
752:d=10 hl=2 l= 1 prim: BOOLEAN :0 | |
755:d=8 hl=7 l= 11 cons: priv [ 1162891855 ] | |
762:d=9 hl=2 l= 9 cons: SEQUENCE | |
764:d=10 hl=2 l= 4 prim: IA5STRING :EPRO | |
770:d=10 hl=2 l= 1 prim: BOOLEAN :255 | |
773:d=8 hl=7 l= 11 cons: priv [ 1163085123 ] | |
780:d=9 hl=2 l= 9 cons: SEQUENCE | |
782:d=10 hl=2 l= 4 prim: IA5STRING :ESEC | |
788:d=10 hl=2 l= 1 prim: BOOLEAN :255 | |
791:d=1 hl=4 l= 512 prim: OCTET STRING [HEX DUMP]:8E... | |
1307:d=1 hl=4 l=1701 cons: SEQUENCE | |
1311:d=2 hl=4 l=1697 cons: SEQUENCE | |
1315:d=3 hl=4 l=1161 cons: SEQUENCE | |
1319:d=4 hl=2 l= 3 cons: cont [ 0 ] | |
1321:d=5 hl=2 l= 1 prim: INTEGER :02 | |
1324:d=4 hl=2 l= 8 prim: INTEGER :32A3D9F1951CCCCC | |
1334:d=4 hl=2 l= 13 cons: SEQUENCE | |
1336:d=5 hl=2 l= 9 prim: OBJECT :sha384WithRSAEncryption | |
1347:d=5 hl=2 l= 0 prim: NULL | |
1349:d=4 hl=2 l= 79 cons: SEQUENCE | |
1351:d=5 hl=2 l= 43 cons: SET | |
1353:d=6 hl=2 l= 41 cons: SEQUENCE | |
1355:d=7 hl=2 l= 3 prim: OBJECT :commonName | |
1360:d=7 hl=2 l= 34 prim: UTF8STRING :Apple X86 Secure Boot Root CA - G1 | |
1396:d=5 hl=2 l= 19 cons: SET | |
1398:d=6 hl=2 l= 17 cons: SEQUENCE | |
1400:d=7 hl=2 l= 3 prim: OBJECT :organizationName | |
1405:d=7 hl=2 l= 10 prim: UTF8STRING :Apple Inc. | |
1417:d=5 hl=2 l= 11 cons: SET | |
1419:d=6 hl=2 l= 9 cons: SEQUENCE | |
1421:d=7 hl=2 l= 3 prim: OBJECT :countryName | |
1426:d=7 hl=2 l= 2 prim: PRINTABLESTRING :US | |
1430:d=4 hl=2 l= 30 cons: SEQUENCE | |
1432:d=5 hl=2 l= 13 prim: UTCTIME :170323023206Z | |
1447:d=5 hl=2 l= 13 prim: UTCTIME :170323214243Z | |
1462:d=4 hl=2 l= 95 cons: SEQUENCE | |
1464:d=5 hl=2 l= 59 cons: SET | |
1466:d=6 hl=2 l= 57 cons: SEQUENCE | |
1468:d=7 hl=2 l= 3 prim: OBJECT :commonName | |
1473:d=7 hl=2 l= 50 prim: UTF8STRING :T8012Mac-TssLive-ManifestKeyGlobal-RevB-DataCenter | |
1525:d=5 hl=2 l= 19 cons: SET | |
1527:d=6 hl=2 l= 17 cons: SEQUENCE | |
1529:d=7 hl=2 l= 3 prim: OBJECT :organizationName | |
1534:d=7 hl=2 l= 10 prim: UTF8STRING :Apple Inc. | |
1546:d=5 hl=2 l= 11 cons: SET | |
1548:d=6 hl=2 l= 9 cons: SEQUENCE | |
1550:d=7 hl=2 l= 3 prim: OBJECT :countryName | |
1555:d=7 hl=2 l= 2 prim: PRINTABLESTRING :US | |
1559:d=4 hl=4 l= 546 cons: SEQUENCE | |
1563:d=5 hl=2 l= 13 cons: SEQUENCE | |
1565:d=6 hl=2 l= 9 prim: OBJECT :rsaEncryption | |
1576:d=6 hl=2 l= 0 prim: NULL | |
1578:d=5 hl=4 l= 527 prim: BIT STRING | |
2109:d=4 hl=4 l= 367 cons: cont [ 3 ] | |
2113:d=5 hl=4 l= 363 cons: SEQUENCE | |
2117:d=6 hl=2 l= 12 cons: SEQUENCE | |
2119:d=7 hl=2 l= 3 prim: OBJECT :X509v3 Basic Constraints | |
2124:d=7 hl=2 l= 1 prim: BOOLEAN :255 | |
2127:d=7 hl=2 l= 2 prim: OCTET STRING [HEX DUMP]:3000 | |
2131:d=6 hl=2 l= 31 cons: SEQUENCE | |
2133:d=7 hl=2 l= 3 prim: OBJECT :X509v3 Authority Key Identifier | |
2138:d=7 hl=2 l= 24 prim: OCTET STRING [HEX DUMP]:301680147D73CE0A3B41A1A352D2B1141EF6F5B4DD76E6E8 | |
2164:d=6 hl=2 l= 29 cons: SEQUENCE | |
2166:d=7 hl=2 l= 3 prim: OBJECT :X509v3 Subject Key Identifier | |
2171:d=7 hl=2 l= 22 prim: OCTET STRING [HEX DUMP]:0414345D0DE5ABC4C554E33A00548F9E53B037F87514 | |
2195:d=6 hl=2 l= 14 cons: SEQUENCE | |
2197:d=7 hl=2 l= 3 prim: OBJECT :X509v3 Key Usage | |
2202:d=7 hl=2 l= 1 prim: BOOLEAN :255 | |
2205:d=7 hl=2 l= 4 prim: OCTET STRING [HEX DUMP]:03020780 | |
2211:d=6 hl=4 l= 265 cons: SEQUENCE | |
2215:d=7 hl=2 l= 10 prim: OBJECT :1.2.840.113635.100.6.1.15 | |
2227:d=7 hl=2 l= 1 prim: BOOLEAN :255 | |
2230:d=7 hl=3 l= 247 prim: OCTET STRING [HEX DUMP]:31... | |
2480:d=3 hl=2 l= 13 cons: SEQUENCE | |
2482:d=4 hl=2 l= 9 prim: OBJECT :sha384WithRSAEncryption | |
2493:d=4 hl=2 l= 0 prim: NULL | |
2495:d=3 hl=4 l= 513 prim: BIT STRING |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment