From 05671d183cda3200bc178cec71443bc6345cec1d Mon Sep 17 00:00:00 2001 From: John Safranek Date: Wed, 19 Aug 2020 10:53:26 -0700 Subject: [PATCH] update README/ChangeLog --- ChangeLog.md | 2 +- README | 2 +- README.md | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 576c26c9d..31b3a3ab4 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,4 @@ -# wolfSSL Release 4.5.0 (August 18, 2020) +# wolfSSL Release 4.5.0 (August 19, 2020) If you have questions about this release, feel free to contact us on our info@ address. diff --git a/README b/README index d6405d227..06efb96d9 100644 --- a/README +++ b/README @@ -73,7 +73,7 @@ should be used for the enum name. *** end Notes *** -# wolfSSL Release 4.5.0 (August 18, 2020) +# wolfSSL Release 4.5.0 (August 19, 2020) If you have questions about this release, feel free to contact us on our info@ address. diff --git a/README.md b/README.md index 7187f3539..06efb96d9 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ should be used for the enum name. *** end Notes *** -# wolfSSL Release 4.5.0 (August 18, 2020) +# wolfSSL Release 4.5.0 (August 19, 2020) If you have questions about this release, feel free to contact us on our info@ address. @@ -126,6 +126,11 @@ Release 4.5.0 of wolfSSL embedded TLS has bug fixes and new features including: * Fix for sanity check on padding with DES3 conversion of PEM to DER * Sanity check for potential out of bounds read with fp_read_radix_16 * Additional checking of ECC scalars. +* Fixing the FIPS Ready build w.r.t. ecc.c. +* When processing certificate names with OpenSSL compatibility layer + enabled, unknown name item types were getting handled as having NID 0, + and failing. Added a couple more items to what is handled correctly, + and ignoring anything that is an unknown type. ## Improvements/Optimizations