From d5b80cd8905238a3be65d960fe4e0d27c097313f Mon Sep 17 00:00:00 2001 From: John Blixt Date: Thu, 14 Jul 2016 15:19:14 -0600 Subject: [PATCH] Updated Home (markdown) --- Home.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index 843dc8f..1e8e0f2 100644 --- a/Home.md +++ b/Home.md @@ -1,13 +1,13 @@ ## [wolfSSL Embedded SSL/TLS Library](https://wolfssl.com/wolfSSL/Products-wolfssl.html) ### What is it? -The wolfSSL embedded TLS library is a lightweight [SSL/TLS library](https://www.wolfssl.com/wolfSSL/ssl-library.html) written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating environments as well because of its royalty free pricing and cross platform support. wolfSSL supports industry standards up to the current TLS 1.2 level, 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. wolfSSL is a more tested and secure alternative to OpenSSL. For more on testing at wolfSSL please see our [testing blog post](https://wolfssl.com/wolfSSL/Blog/Entries/2016/2/12_Overview_of_Testing_in_wolfSSL.html). +The wolfSSL embedded TLS library is a lightweight [SSL/TLS library](https://www.wolfssl.com/wolfSSL/ssl-library.html) written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating environments as well because of its royalty-free pricing and cross-platform support. wolfSSL supports industry standards up to the current TLS 1.2 level, 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. wolfSSL is a more tested and secure alternative to OpenSSL. For more on testing at wolfSSL please see our [testing blog post](https://wolfssl.com/wolfSSL/Blog/Entries/2016/2/12_Overview_of_Testing_in_wolfSSL.html). ### Ease of Use wolfSSL is built for maximum portability and is generally very easy to compile on new platforms. Several abstraction layers (including operating system, Custom I/O, and Standard C library), a simple API, and an OpenSSL compatibility layer make it easier than ever to get working in your environment or on your platform. For porting to non-standard environments wolfSSL has put together a [porting guide](https://wolfssl.com/wolfSSL/Docs-wolfssl-porting-guide.html) for our users! ### Language Support -wolfSSL supports the C programming language as a primary interface. It also supports several other host languages, including Java, C#, PHP, Perl, and Python (through a swig interface). Supported languages documentation can be found on our [documents page](https://wolfssl.com/wolfSSL/Docs.html) under the "Technical Documentation" section. If you have interest in using wolfSSL in another programming language that it does not currently support, please contact wolfSSL. +wolfSSL supports the C programming language as a primary interface. It also supports several other host languages, including Java, C#, PHP, Perl, and Python (through a swig interface). Supported languages documentation can be found on our [documents page](https://wolfssl.com/wolfSSL/Docs.html) under the "Technical Documentation" section. If you have an interest in using wolfSSL in another programming language that it does not currently support, please contact wolfSSL. For Java users, the [wolfSSL JNI](https://www.wolfssl.com/wolfSSL/Products-wolfssljni.html) package has been designed to be used specifically with wolfSSL. This provides a JNI wrapper around wolfSSL to save Java developers time and effort. @@ -74,4 +74,5 @@ Win32/64, Linux, Mac OS X, Solaris, ThreadX, VxWorks, FreeBSD, NetBSD, OpenBSD, ### Resources wolfSSL Website: [[https://www.wolfssl.com]]
wolfSSL Manual: [[https://wolfssl.com/wolfSSL/Docs-wolfssl-manual-toc.html]]
-wolfSSL API Reference: [[https://wolfssl.com/wolfSSL/Docs-wolfssl-manual-17-wolfssl-api-reference.html]] \ No newline at end of file +wolfSSL API Reference: [[https://wolfssl.com/wolfSSL/Docs-wolfssl-manual-17-wolfssl-api-reference.html]]
+wolfCrypt API Reference: [[https://wolfssl.com/wolfSSL/Docs-wolfssl-manual-18-wolfcrypt-api-reference.html]] \ No newline at end of file