From 1720215ee07b4db0f417fa21ce0c03002953a47d Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 4 Dec 2023 12:17:57 -0700 Subject: [PATCH] README.md: update link to security audit (#399) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f191df0..ad8bd3f2 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ dual licensed as above, without any additional terms or conditions. [//]: # (links) [RustCrypto]: https://github.com/RustCrypto/ -[audit]: https://www.opentech.fund/results/security-safety-audits/deltachat/ +[audit]: https://public.opentech.fund/documents/1907_OTF_DeltaChat_RPGP_RustRSA_GB_Report_v1.pdf [open security issues]: https://github.com/RustCrypto/RSA/issues?q=is%3Aissue+is%3Aopen+label%3Asecurity [modular exponentiation is not constant time]: https://github.com/RustCrypto/RSA/issues/19 [random blinding]: https://en.wikipedia.org/wiki/Blinding_(cryptography)