From cdc2f4c09eadf0e74e7fa670551a6236ae0f4ee2 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 9 Aug 2023 12:22:07 -0700 Subject: [PATCH] Update README.md Add notice that this is new and not yet fully audited. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d164830..0be3c6e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ ZeroTier Secure Sessions Protocol ====== +*NOTICE: ZSSP has not yet completed peer review or code audit, so use at your own risk for now. This will be updated as the project matures.* + ## Introduction An in-depth guide to the full protocol specification can be found in the [protocol whitepaper](./whitepaper.pdf) provided in this repo. This implementation references it heavily.