diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-08-02 18:31:42 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-08-02 18:35:21 (EDT) |
commit | eab0c95114d11805116ac5d7849102e3ec42a331 (patch) | |
tree | ec388fa8626370cbde9763734797f4e79006af23 /substvars | |
parent | 9c6ba47dff70a48cb3e98e880bca1c7ada98e263 (diff) |
Drop "SSL/" from package descriptions
SSL is disabled, so it's not really an SSL/TLS library as configured.
Diffstat (limited to 'substvars')
-rw-r--r-- | substvars | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,10 +1,10 @@ Abi-Version: 24 Common-Description: - The wolfSSL embedded SSL library (formerly CyaSSL) is a lightweight SSL/TLS - library written in ANSI C and targeted for embedded, RTOS, and - resource-constrained environments - primarily because of its small size, speed, - and feature set. wolfSSL supports industry standards up to the current TLS 1.3 - and DTLS 1.2 levels, is up to 20 times smaller than OpenSSL, and offers - progressive ciphers such as ChaCha20, Curve25519, NTRU, and Blake2b. User - benchmarking and feedback reports dramatically better performance when using - wolfSSL over OpenSSL. + The wolfSSL embedded SSL library (formerly CyaSSL) is a lightweight TLS library + written in ANSI C and targeted for embedded, RTOS, and resource-constrained + environments - primarily because of its small size, speed, and feature set. + wolfSSL supports industry standards up to the current TLS 1.3 and DTLS 1.2 + levels, is up to 20 times smaller than OpenSSL, and offers progressive ciphers + such as ChaCha20, Curve25519, NTRU, and Blake2b. User benchmarking and + feedback reports dramatically better performance when using wolfSSL over + OpenSSL. |