aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index f4015a1..0209b24 100644
--- a/README.md
+++ b/README.md
@@ -14,9 +14,12 @@ improve security, and apply best practice development processes from OpenBSD.
14 14
15## Compatibility with OpenSSL: ## 15## Compatibility with OpenSSL: ##
16 16
17LibreSSL is API compatible with OpenSSL 1.0.1, but does not yet include all 17LibreSSL provides much of the OpenSSL 1.1 API. The OpenSSL 3 API is not currently
18new APIs from OpenSSL 1.0.2 and later. LibreSSL also includes APIs not yet 18supported. Incompatibilities between the projects exist and are unavoidable since
19present in OpenSSL. The current common API subset is OpenSSL 1.0.1. 19both evolve with different goals and priorities. Important incompatibilities will
20be addressed if possible and as long as they are not too detrimental to LibreSSL's
21goals of simplicity, security and sanity. We do not add new features, ciphers and
22API without a solid reason and require that new code be clean and of high quality.
20 23
21LibreSSL is not ABI compatible with any release of OpenSSL, or necessarily 24LibreSSL is not ABI compatible with any release of OpenSSL, or necessarily
22earlier releases of LibreSSL. You will need to relink your programs to 25earlier releases of LibreSSL. You will need to relink your programs to