Merge pull request #6 from NickolasLapp/README
(NickolasLapp) Updated README text from cyassl to wolfsslpull/11/head
commit
4f6d2bb798
12
README.md
12
README.md
|
@ -2,7 +2,7 @@ wolfSSL Example Applications
|
||||||
============================
|
============================
|
||||||
|
|
||||||
This repository contains example applications, written in C, which
|
This repository contains example applications, written in C, which
|
||||||
demonstrate how to use the CyaSSL lightweight SSL/TLS library for secure
|
demonstrate how to use the wolfSSL lightweight SSL/TLS library for secure
|
||||||
communication.
|
communication.
|
||||||
|
|
||||||
Each directory represents a unique topic (SSL/TLS, DTLS, PSK, etc.) and
|
Each directory represents a unique topic (SSL/TLS, DTLS, PSK, etc.) and
|
||||||
|
@ -31,11 +31,11 @@ This directory contains examples of using DTLS, with client and server
|
||||||
examples demonstrating UDP, DTLS, non-blocking, session resumption,
|
examples demonstrating UDP, DTLS, non-blocking, session resumption,
|
||||||
and multi-threading.
|
and multi-threading.
|
||||||
|
|
||||||
When compiling CyaSSL for use with these examples, CyaSSL will need to be
|
When compiling wolfSSL for use with these examples, wolfSSL will need to be
|
||||||
compiled with DTLS support:
|
compiled with DTLS support:
|
||||||
|
|
||||||
```
|
```
|
||||||
cd cyassl-[version]
|
cd wolfssl-[version]
|
||||||
./configure --enable-dtls
|
./configure --enable-dtls
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -52,11 +52,11 @@ This directory contains examples of using PSK, with client and server examples
|
||||||
demonstrating TCP/IP, PSK, non-blocking, session resumption, and
|
demonstrating TCP/IP, PSK, non-blocking, session resumption, and
|
||||||
multi-threading.
|
multi-threading.
|
||||||
|
|
||||||
When compiling CyaSSL for use with these examples, CyaSSL will need to be
|
When compiling wolfSSL for use with these examples, wolfSSL will need to be
|
||||||
compiled with PSK support:
|
compiled with PSK support:
|
||||||
|
|
||||||
```
|
```
|
||||||
cd cyassl-[version]
|
cd wolfssl-[version]
|
||||||
./configure --enable-psk
|
./configure --enable-psk
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -84,7 +84,7 @@ make
|
||||||
|
|
||||||
When necessary, examples will use the example certificates and keys located
|
When necessary, examples will use the example certificates and keys located
|
||||||
in the ./certs directory. These certificates and keys have been pulled in from
|
in the ./certs directory. These certificates and keys have been pulled in from
|
||||||
the main CyaSSL repository.
|
the main wolfSSL repository.
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue