Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-3] src



Module Name:    src
Committed By:   tron
Date:           Fri Jun 10 14:47:10 UTC 2005

Modified Files:
        src/share/examples/veriexecctl [netbsd-3]: gen_md5 gen_sha1
        src/sys/arch/i386/conf [netbsd-3]: GENERIC_VERIEXEC

Log Message:
Pull up revision 1.2 (requested by elad in ticket #389):
Rototill of the verified exec functionality.
* We now use hash tables instead of a list to store the in kernel
fingerprints.
* Fingerprint methods handling has been made more flexible, it is now
even simpler to add new methods.
* the loader no longer passes in magic numbers representing the
fingerprint method so veriexecctl is not longer kernel specific.
* fingerprint methods can be tailored out using options in the kernel
config file.
* more fingerprint methods added - rmd160, sha256/384/512
* veriexecctl can now report the fingerprint methods supported by the
running kernel.
* regularised the naming of some portions of veriexec.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.1.6.1 src/share/examples/veriexecctl/gen_md5 \
    src/share/examples/veriexecctl/gen_sha1
cvs rdiff -r1.1 -r1.1.22.1 src/sys/arch/i386/conf/GENERIC_VERIEXEC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index