Skip to content

Commit 6b28a68

Browse files
committed
Add DTLS 1.3 to README
1 parent c88fec1 commit 6b28a68

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ certificate #3389). For additional information, visit the wolfCrypt FIPS FAQ
2020
There are many reasons to choose wolfSSL as your embedded SSL solution. Some of
2121
the top reasons include size (typical footprint sizes range from 20-100 kB),
2222
support for the newest standards (SSL 3.0, TLS 1.0, TLS 1.1, TLS 1.2, TLS 1.3,
23-
DTLS 1.0, and DTLS 1.2), current and progressive cipher support (including
24-
stream ciphers), multi-platform, royalty free, and an OpenSSL compatibility API
25-
to ease porting into existing applications which have previously used the
26-
OpenSSL package. For a complete feature list, see chapter 4 of the wolfSSL
27-
manual. (https://www.wolfssl.com/docs/wolfssl-manual/ch4/)
23+
DTLS 1.0, DTLS 1.2, and DTLS 1.3), current and progressive cipher support
24+
(including stream ciphers), multi-platform, royalty free, and an OpenSSL
25+
compatibility API to ease porting into existing applications which have
26+
previously used the OpenSSL package. For a complete feature list, see chapter 4
27+
of the wolfSSL manual. (https://www.wolfssl.com/docs/wolfssl-manual/ch4/)
2828

2929
*** Notes, Please read ***
3030

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ or contact fips@wolfssl.com.
2727
There are many reasons to choose wolfSSL as your embedded, desktop, mobile, or
2828
enterprise SSL/TLS solution. Some of the top reasons include size (typical
2929
footprint sizes range from 20-100 kB), support for the newest standards
30-
(SSL 3.0, TLS 1.0, TLS 1.1, TLS 1.2, TLS 1.3, DTLS 1.0, and DTLS 1.2), current
31-
and progressive cipher support (including stream ciphers), multi-platform,
30+
(SSL 3.0, TLS 1.0, TLS 1.1, TLS 1.2, TLS 1.3, DTLS 1.0, DTLS 1.2, and DTLS 1.3),
31+
current and progressive cipher support (including stream ciphers), multi-platform,
3232
royalty free, and an OpenSSL compatibility API to ease porting into existing
3333
applications which have previously used the OpenSSL package. For a complete
3434
feature list, see [Chapter 4](https://www.wolfssl.com/docs/wolfssl-manual/ch4/)

0 commit comments

Comments
 (0)