summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/tools/RTSignTool.cpp
Commit message (Expand)AuthorAgeFilesLines
* RTSignTool: Don't add the dummy timestamp certificate we feed to OpenSSL when...vboxsync2022-07-181-6/+24
* RTSignTool: Handle the /d and /du in the sign command for signtool compatibil...vboxsync2022-07-171-0/+10
* RTSignTool: Ignore the /a option for signtool compatibility. bugref:8691vboxsync2022-07-171-3/+6
* RTSignTool: Search the user/system stores for intermedate CAs to the signing ...vboxsync2022-07-171-0/+8
* RTSignTool: Search the user/system stores for intermedate CAs to the signing ...vboxsync2022-07-171-10/+170
* RTSignTool: Added some more detail to the 'help sign' output. bugref:8691vboxsync2022-07-171-15/+63
* RTSignTool: Nested .cat file signatures. bugref:8691vboxsync2022-07-171-18/+22
* /Config.kmk,openssl,RTSignTool: Build bldRTSignTool with signing capability o...vboxsync2022-07-171-9/+9
* RTSignTool: Merged sign-exe and sign-cat into a single command, detecting the...vboxsync2022-07-161-153/+201
* RTSignTool: Some cleanups, no real change. [build fix] bugref:8691vboxsync2022-07-161-1/+1
* RTSignTool: Some cleanups, no real change. bugref:8691vboxsync2022-07-161-12/+19
* RTSignTool: A few conveniences. bugref:8691vboxsync2022-07-161-31/+68
* RTSignTool: Working on using certificates + private keys from the windows cry...vboxsync2022-07-161-0/+4
* RTSignTool: Working on using certificates + private keys from the windows cry...vboxsync2022-07-161-158/+845
* RTSignTool: Fixed a bug in the SpcIndirectDataContent/DigestInfo we generate....vboxsync2022-07-151-0/+106
* RTSignTool: Added a sign-cat command. Output PKCS#7 V1 w/o extra octet string...vboxsync2022-07-151-57/+254
* RTSignTool: Initial implementation of page hashes. bugref:8691vboxsync2022-07-141-1/+106
* RTSignTool: Made sign-exe work for unsigned files. bugref:8691vboxsync2022-07-131-7/+13
* RTSignTool: Use new setters. Corrected Ms-SpcOpusInfo. [build fix] bugref:8691vboxsync2022-07-131-18/+0
* RTSignTool: Use new setters. Corrected Ms-SpcOpusInfo. bugref:8691vboxsync2022-07-131-75/+66
* RTSignTool: scm fix. bugref:8691vboxsync2022-07-131-1/+1
* RTSignTool/sign-exe: More work, output looks better now. bugref:8691vboxsync2022-07-131-46/+197
* RTSignTool,IPRT: Working on signing executable images. [build fix] bugref:8691vboxsync2022-07-131-1/+1
* RTSignTool,IPRT: Working on signing executable images. [build fix] bugref:8691vboxsync2022-07-131-0/+1
* RTSignTool,IPRT: Working on signing executable images. [build fix] bugref:8691vboxsync2022-07-131-0/+5
* RTSignTool,IPRT: Working on signing executable images. bugref:8691vboxsync2022-07-131-134/+728
* RTSignTool: Must normalize after changing RTTIME.i32Year before imploding it ...vboxsync2022-07-121-2/+4
* RTSignTool: Some early timstamping. [scm fix] bugref:8691vboxsync2022-07-121-1/+1
* RTSignTool: Some early timstamping. [scm fix] bugref:8691vboxsync2022-07-121-5/+6
* RTSignTool: Some early timstamping. bugref:8691vboxsync2022-07-121-66/+593
* RTSignTool: Some showexe work. bugref:8691vboxsync2022-07-101-66/+133
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* SUPDev,IPRT: On darwin allow Mac dev certs as long as it is a build using tes...vboxsync2021-05-121-6/+24
* RTSignTool: Shut up assertion on deprecated digest.vboxsync2021-04-191-4/+5
* SUPHardNt,IPRT: If there are nested signatures (i.e. more than one signature)...vboxsync2020-10-121-62/+96
* IPRT/RTCrPkcs7: Added RTCRPKCS7VERIFY_SD_F_CHECK_TRUST_ANCHORS. Cleaned up @...vboxsync2020-05-191-3/+5
* iprt/win/imagehlp.h: VC++ 14.1 build tweaking. bugref:8489vboxsync2020-04-171-1/+1
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* Runtime: Some renaming to stay consistent (*Get* always returns what is asked...vboxsync2019-09-041-2/+2
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* IPRT: Workaround for leap seconds and seconds rounding error on OS X in their...vboxsync2018-10-301-2/+10
* RTSignTool,SUPR3: Implemented dev id / kext checks for verify-exe. bugref:9232vboxsync2018-10-111-14/+49
* IPRT/ldr/asn1/pkcs7: Ironed out issues in decoding indefinite ASN.1 length re...vboxsync2018-10-111-0/+9
* IPRT/ldr: More Mach-O signing hacking. bugref:9232vboxsync2018-10-091-0/+43
* IPRT/ldr: Started on Mach-O code signature verification. bugref:9232vboxsync2018-10-091-2/+9
* IPRT/RTSignTool: Some adjustments for apple signatures. bugref:9232vboxsync2018-10-081-7/+5
* IPRT/asn1: Hacked code into handling the necessary indefinite length stuff fr...vboxsync2018-10-081-0/+2
* *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and RT_OFFSETOF_ADD work ...vboxsync2018-07-121-1/+1
* RTSignTool: Added a --prepend flag to the add-nested-cat-signature and add-ne...vboxsync2018-04-171-16/+8
* RTSignTool: Added a --prepend flag to the add-nested-cat-signature and add-ne...vboxsync2018-04-171-1/+1