commit | c1db824828d45eb475220c26226b1cc58cd77f23 | [log] [tgz] |
---|---|---|
author | Richard Haines <richard_c_haines@btinternet.com> | Thu Oct 22 12:19:03 2015 +0100 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Thu Oct 22 11:55:02 2015 -0400 |
tree | 8e49e2ba4f7b63d1d23bc0d3e1e6c05260dea998 | |
parent | bc9bc13c5d62c2c8d94b3f99320b46336f9e2e32 [diff] |
libselinux: Replace selabel_digest hash function This replaces the openssl library with SHA1 hash functions extracted from [1] as this is a public domain implementation. util/selabel_digest -v option still compares the result with the openssl command "openssl dgst -sha1 -hex .." for validation. [1] https://github.com/WaterJuice/CryptLib Signed-off-by: Richard Haines <richard_c_haines@btinternet.com>