diff options
author | Jack Lloyd <[email protected]> | 2018-05-26 09:12:23 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-05-26 09:12:23 -0400 |
commit | 501e524c886cdafd797a81c5c11410c71426e225 (patch) | |
tree | 337a0e2cf863993e6aaa5a0dec953ef8ad5046e5 | |
parent | aeda0592a42fa52bc5db21cf9064b19c3b4ab1a9 (diff) |
Wording tweaks
-rw-r--r-- | doc/manual/roadmap.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual/roadmap.rst b/doc/manual/roadmap.rst index 03461da20..18052381d 100644 --- a/doc/manual/roadmap.rst +++ b/doc/manual/roadmap.rst @@ -39,8 +39,8 @@ Performance Improvements The eventual goal would be performance parity with OpenSSL, but initial target is probably more like "no worse than 30% slower for any algorithm". -[Major improvements were made in ECC and RSA performance were made -between 2.4.0 and 2.7.0, measurement and optimization work is ongoing.] +[Major improvements to ECC and RSA performance were made between 2.4.0 +and 2.7.0, measurement and optimization work is ongoing.] Elliptic Curve Pairings ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -62,7 +62,7 @@ Initial work is focused on features which are included in TLS v1.3 but also available for TLS v1.2 (such as PSS signatures and FFDHE) as well as refactorings which will make the eventual implementation of v1.3 simpler. Assuming no source of dedicated funding appears, a full v1.3 implementation will -likely not available until sometime in 2019. +likely not be available until sometime in 2019. ASN.1 Redesign ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |