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/Config.in | |
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/Config.in')
-rw-r--r-- | package/safeclib/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/safeclib/Config.in b/package/safeclib/Config.in new file mode 100644 index 0000000000..5117c49da7 --- /dev/null +++ b/package/safeclib/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_SAFECLIB + bool "safeclib" + help + 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/ |