aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/uefisign
Commit message (Collapse)AuthorAgeFilesLines
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-286-6/+0
| | | | | | | | | | | | Foundation copyrights, approved by emaste@. It does not include files which carry other people's copyrights; if you're one of those people, feel free to make similar change. Reviewed by: emaste, imp, gbe (manpages) Differential Revision: https://reviews.freebsd.org/D26980 Notes: svn path=/head/; revision=367105
* Stop hardcoding WARNS in uefisign(8).Edward Tomasz Napierala2020-04-011-2/+0
| | | | | | | | MFC after: 2 weeks Sponsored by: DARPA Notes: svn path=/head/; revision=359510
* Fix alignment issue in uefisignMarcin Wojtas2018-12-191-8/+14
| | | | | | | | | | | | | | | | | | The pe_certificate structure has to be aligned to 8 bytes. [1] Since this is now checked in edk2, any binaries signed with older version of this tool will fail verification. References: [1] https://docs.microsoft.com/en-us/windows/desktop/Debug/pe-format#the-attribute-certificate-table-image-only Submitted by: Kornel Duleba <mindal@semihalf.com> Reviewed by: trasz Obtained from: Semihalf Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D18554 Notes: svn path=/head/; revision=342253
* Make uefisign(8) buildable.Jung-uk Kim2018-09-191-3/+3
| | | | Notes: svn path=/projects/openssl111/; revision=338787
* Use capsicum helpers in fstype and ctld.Mariusz Zaborski2018-07-151-3/+2
| | | | | | | Reviewed by: trasz Notes: svn path=/head/; revision=336307
* Add SPDX identifiers for uefisign(8) sources.Edward Tomasz Napierala2018-01-245-0/+10
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=328335
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325188
* uefisign: Remove backwards-compatibility sys/capability.h supportEd Maste2016-09-191-4/+0
| | | | | | | | | | | | | | uefisign previously included sys/capability.h or sys/capsicum.h based on __FreeBSD_version in order to facilitate development on the stable branch. The Capsicum header is now installed as sys/capsicum.h in stable/10 and FreeBSD 10.3, so there's no need for the backwards compatibility support. Reviewed by: trasz Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=305980
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-011-0/+19
| | | | | | | | | | | | | | | | | This is not properly respecting WITHOUT or ARCH dependencies in target/. Doing so requires a massive effort to rework targets/ to do so. A better approach will be to either include the SUBDIR Makefiles directly and map to DIRDEPS or just dynamically lookup the SUBDIR. These lose the benefit of having a userland/lib, userland/libexec, etc, though and results in a massive package. The current implementation of targets/ is very unmaintainable. Currently rescue/rescue and sys/modules are still not connected. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=291563
* Fix a ton of speelling errorsEitan Adler2015-10-212-2/+2
| | | | | | | | | | arc lint is helpful Reviewed By: allanjude, wblock, #manpages, chris@bsdjunk.com Differential Revision: https://reviews.freebsd.org/D3337 Notes: svn path=/head/; revision=289677
* uefisign(8) ships with 10.2.Edward Tomasz Napierala2015-07-181-2/+2
| | | | | | | | MFC after: 3 days Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=285671
* Remove the warning about invalid PE checksum; apparently nothingEdward Tomasz Napierala2015-05-201-2/+6
| | | | | | | | | | cares about those checksums anyway. MFC after: 1 month Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=283141
* Use LIBADD.Edward Tomasz Napierala2015-02-261-1/+1
| | | | | | | | MFC after: 1 month Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=279323
* Add uefisign(8), UEFI Secure Boot signing utility.Edward Tomasz Napierala2015-02-267-0/+1523
MFC after: 1 month Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=279315