diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2017-12-19 20:12:04 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-02-03 21:29:54 +0100 |
commit | a67cb08d19e6c123737f7401e87103ecca046ea9 (patch) | |
tree | af4143524519a42ef75296eccb83f8145a1f93a1 /package/safeclib/safeclib.hash | |
parent | 929f7e066100822ab5eb81b884b6c023d15e1e31 (diff) | |
download | buildroot-a67cb08d19e6c123737f7401e87103ecca046ea9.tar.gz buildroot-a67cb08d19e6c123737f7401e87103ecca046ea9.zip |
safeclib: new package
safec fork with all C11 Annex K functions
This library implements the secure C11 Annex K functions on
top of most libc implementations, which are missing from them.
https://rurban.github.io/safeclib/
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/safeclib/safeclib.hash')
-rw-r--r-- | package/safeclib/safeclib.hash | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/safeclib/safeclib.hash b/package/safeclib/safeclib.hash new file mode 100644 index 0000000000..95a862eef0 --- /dev/null +++ b/package/safeclib/safeclib.hash @@ -0,0 +1,3 @@ +# Locally computed: +sha256 9c09c6e9fc95207c7d45944f8b669f2454056bef2bbaef70c94ba3f81be1cbb2 safeclib-v09102017.tar.gz +sha256 c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b COPYING |