update README/ChangeLog

pull/3224/head
John Safranek 2020-08-19 10:53:26 -07:00
parent 549c47de65
commit 05671d183c
No known key found for this signature in database
GPG Key ID: 8CE817DE0D3CCB4A
3 changed files with 8 additions and 3 deletions

View File

@ -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 If you have questions about this release, feel free to contact us on our
info@ address. info@ address.

2
README
View File

@ -73,7 +73,7 @@ should be used for the enum name.
*** end Notes *** *** 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 If you have questions about this release, feel free to contact us on our
info@ address. info@ address.

View File

@ -73,7 +73,7 @@ should be used for the enum name.
*** end Notes *** *** 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 If you have questions about this release, feel free to contact us on our
info@ address. 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 * 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 * Sanity check for potential out of bounds read with fp_read_radix_16
* Additional checking of ECC scalars. * 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 ## Improvements/Optimizations