From 7a01c636f60a706f4eda2ad0e56afeffd22d30d1 Mon Sep 17 00:00:00 2001 From: vnugent Date: Mon, 4 Nov 2024 12:12:38 -0500 Subject: readme + changelog updates --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 2398eaf..5f719b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,9 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Full NIP44 vector testing for encryption - Valgrind memory checking during unit testing - Added CI testing for Windows and Linux deployments +- Security policy for the module ### Fixed -- Convert all OpenSSL apis to use the EVP api and unify it's usage. Also fixes some detected memory leaks that were undocumented. +- [#9](https://www.vaughnnugent.com/resources/software/modules/noscrypt-issues?id=53) - Convert all OpenSSL apis to use the EVP api and unify it's usage. Also fixes some detected memory leaks that were undocumented. ## [0.1.5] -- cgit