diff options
author | Bob Beck <beck@openbsd.org> | 2014-07-21 21:02:21 -0600 |
---|---|---|
committer | Bob Beck <beck@openbsd.org> | 2014-07-21 21:02:21 -0600 |
commit | ee6e88285a490e338851026ba192419c2b4945c3 (patch) | |
tree | f9c10920e598f04d17d20fb27c8250c71c684711 /README | |
parent | dd883345d3ebac8b63b86e7cf9f3a46068925c58 (diff) | |
download | portable-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-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -25,5 +25,10 @@ See crypto/compat for the bulk of the local compatibility code. | |||
25 | It will likely build on any reasonably modern version of Linux, Solaris, | 25 | It will likely build on any reasonably modern version of Linux, Solaris, |
26 | or OSX with a sane compiler and C library. | 26 | or OSX with a sane compiler and C library. |
27 | 27 | ||
28 | Note: Our policy is generally to use your system provided intrinsics. | ||
29 | If your system provides security sensitive functions (such as | ||
30 | arc4random(), issetugid(), getentropy(), and others) we will | ||
31 | assume they are implemented correctly and securely. If they are | ||
32 | not please contact your OS provider. | ||
28 | 33 | ||
29 | 34 | ||