-
Notifications
You must be signed in to change notification settings - Fork 2
/
LSM
22 lines (22 loc) · 858 Bytes
/
LSM
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Begin3
Title: bsign - embed hash and signature in elf executables
Version: <<version>>
Entered-date: <<date>>
Description: The purpose of bsign is to verify and authenticate
data files, especially executables. It rewrites ELF
executables, embedding a segment with a hash and
perhaps a signature. The original motive for
developing bsign was to discover files corrupted by
faulty computer hardware. The authentication feature
was an obvious enhancement.
Keywords: GPG SHA1 embedded hash digital signature ELF
Author: elf@buici.com (Marc Singer)
Maintained-by: elf@buici.com (Marc Singer)
Primary-site: ftp.buici.com /pub/bsign
<<tar-file>>
<<lsm-file>>
Platforms: Any UN*X. Tested on GNU/Linux and Solaris.
C++ necessary to build from source.
CVS and possibly RCS to use.
Copying-policy: GPL
End