aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBob Beck <beck@openbsd.org>2014-07-21 21:02:21 -0600
committerBob Beck <beck@openbsd.org>2014-07-21 21:02:21 -0600
commitee6e88285a490e338851026ba192419c2b4945c3 (patch)
treef9c10920e598f04d17d20fb27c8250c71c684711 /README
parentdd883345d3ebac8b63b86e7cf9f3a46068925c58 (diff)
downloadportable-ee6e88285a490e338851026ba192419c2b4945c3.tar.gz
portable-ee6e88285a490e338851026ba192419c2b4945c3.tar.bz2
portable-ee6e88285a490e338851026ba192419c2b4945c3.zip
Update README to indicate general policy about intrinsics
Diffstat (limited to 'README')
-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