Update README to indicate general policy about intrinsics

This commit is contained in:
Bob Beck 2014-07-21 21:02:21 -06:00
parent dd883345d3
commit ee6e88285a

5
README
View File

@ -25,5 +25,10 @@ See crypto/compat for the bulk of the local compatibility code.
It will likely build on any reasonably modern version of Linux, Solaris,
or OSX with a sane compiler and C library.
Note: Our policy is generally to use your system provided intrinsics.
If your system provides security sensitive functions (such as
arc4random(), issetugid(), getentropy(), and others) we will
assume they are implemented correctly and securely. If they are
not please contact your OS provider.