aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index d9526ea..fb62501 100644
--- a/README
+++ b/README
@@ -25,5 +25,10 @@ See crypto/compat for the bulk of the local compatibility code.
25It will likely build on any reasonably modern version of Linux, Solaris, 25It will likely build on any reasonably modern version of Linux, Solaris,
26or OSX with a sane compiler and C library. 26or OSX with a sane compiler and C library.
27 27
28Note: Our policy is generally to use your system provided intrinsics.
29If your system provides security sensitive functions (such as
30arc4random(), issetugid(), getentropy(), and others) we will
31assume they are implemented correctly and securely. If they are
32not please contact your OS provider.
28 33
29 34