diff options
author | Brent Cook <bcook@openbsd.org> | 2014-10-27 20:00:58 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-11-03 01:18:32 -0600 |
commit | e864776f0bb71366812088102e8f4d8f71408263 (patch) | |
tree | 7a8e2059817ae9c21d69b96de4ea3ab6c2fb987f /README | |
parent | 1c5591947a8d57d54bf0fb17871a1799e96500b4 (diff) | |
download | portable-e864776f0bb71366812088102e8f4d8f71408263.tar.gz portable-e864776f0bb71366812088102e8f4d8f71408263.tar.bz2 portable-e864776f0bb71366812088102e8f4d8f71408263.zip |
update README to reflect current porting approach
ok beck@ deraadt@
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 6 insertions, 10 deletions
@@ -38,13 +38,9 @@ OpenSSL 1.0.1. However, it is not ABI compatible - you will need to relink your | |||
38 | programs to LibreSSL in order to use it, just as in moving from OpenSSL 0.9.8 | 38 | programs to LibreSSL in order to use it, just as in moving from OpenSSL 0.9.8 |
39 | to 1.0.1. | 39 | to 1.0.1. |
40 | 40 | ||
41 | LibreSSL portable will likely build on any reasonably modern version of Linux, | 41 | The project attempts to provide working alternatives for operating systems with |
42 | Solaris, or OSX with a standards-compliant compiler and C library. If you are | 42 | limited or broken security primitives (e.g. arc4random(3), issetugid(2)) and |
43 | working a new port, most of the OS-specific compatibility code is found in | 43 | assists with improving OS-native implementations where possible. |
44 | 'crypto/compat' | 44 | |
45 | 45 | LibreSSL portable will build on any reasonably modern version of Linux, | |
46 | Note: Our policy is generally to use your system provided intrinsics. | 46 | Solaris, or OSX with a standards-compliant compiler and C library. |
47 | If your system provides security sensitive functions (such as | ||
48 | arc4random(), issetugid(), calloc(), getentropy(), and others) we will | ||
49 | assume they are implemented correctly and securely. If they are | ||
50 | not please contact your OS provider. | ||