From eec9649049b328c605f5ca18c99f1e7e7bff1667 Mon Sep 17 00:00:00 2001 From: Anthony Hu Date: Fri, 10 Dec 2021 16:54:13 -0500 Subject: [PATCH] Mention falcon in the changelog --- ChangeLog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index b5594f508..6c573d7d2 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,9 +1,12 @@ # wolfSSL Release 5.X.X (TBD) Release 5.X.X of wolfSSL embedded TLS has bug fixes and new features including: +### New Feature Additions ###### Wrappers * swig wrapper removed (./swig) - for Java wrappers, see wolfSSL JNI/JSSE and wolfCrypt JNI/JCE. For Python wrapper see wolfssl-py and wolfcrypt-py. +###### Post Quantum +* Support for OQS's (liboqs version 0.7.0) implementation of NIST Round 3 FALCON as TLS 1.3 SignatureScheme --with-liboqs # wolfSSL Release 5.0.0 (Nov 01, 2021) Release 5.0.0 of wolfSSL embedded TLS has bug fixes and new features including: