From 53b0d2cba39ac911a526bfe4c33832dcea7d3200 Mon Sep 17 00:00:00 2001 From: Tim Parrish <--global> Date: Tue, 12 Jun 2018 10:59:42 -0600 Subject: [PATCH] updated readme to show that AMD processors are supported --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 77fb35441..abe15739f 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,9 @@ wolfSSL_CTX_set_verify(ctx, SSL_VERIFY_NONE, 0); before calling wolfSSL_new(); Though it's not recommended. ``` +# wolfSSL Release x.x.x + +* Added AES performance enhancements on AMD processors using Intel ASM instructions # wolfSSL Release 3.14.0 (3/02/2018)