diff --git a/ChangeLog.md b/ChangeLog.md index 56da61d16..6417d0f57 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -25,7 +25,6 @@ Release 4.4.0 of wolfSSL embedded TLS has bug fixes and new features including: ## Fixes * Fix for RSA public encrypt / private sign with RSA key sizes over 2048-bit. -* Fixes for DTLS handshake issues. * Correct misspellings. * Secure renegotiation fix. * Fix memory leak when using ATECC and non-SECP256R1 curves for sign, verify, diff --git a/README b/README index ec3ba544e..98d7ff9a0 100644 --- a/README +++ b/README @@ -100,7 +100,6 @@ Release 4.4.0 of wolfSSL embedded TLS has bug fixes and new features including: ## Fixes * Fix for RSA public encrypt / private sign with RSA key sizes over 2048-bit. -* Fixes for DTLS handshake issues. * Correct misspellings. * Secure renegotiation fix. * Fix memory leak when using ATECC and non-SECP256R1 curves for sign, verify, diff --git a/README.md b/README.md index ec3ba544e..98d7ff9a0 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,6 @@ Release 4.4.0 of wolfSSL embedded TLS has bug fixes and new features including: ## Fixes * Fix for RSA public encrypt / private sign with RSA key sizes over 2048-bit. -* Fixes for DTLS handshake issues. * Correct misspellings. * Secure renegotiation fix. * Fix memory leak when using ATECC and non-SECP256R1 curves for sign, verify,