Bug 1619056 - Update README: TLS 1.3 is not experimental anymore. r=jcj
Differential Revision:
https://phabricator.services.mozilla.com/D64863
--- a/readme.md
+++ b/readme.md
@@ -1,13 +1,13 @@
# Network Security Services
Network Security Services (NSS) is a set of libraries designed to support
cross-platform development of security-enabled client and server
-applications. NSS supports SSL v3-TLS 1.2 (experimental TLS 1.3), PKCS #5, PKCS#7,
+applications. NSS supports TLS 1.2, TLS 1.3, PKCS #5, PKCS#7,
PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security
standards.
## Getting started
In order to get started create a new directory on that you will be uses as your
local work area, and check out NSS and NSPR. (Note that there's no git mirror of
NSPR and you require mercurial to get the latest NSPR source.)