minor spelling and markdown fixes

pull/263/head
Lealem Amedie 2021-06-30 09:35:29 -06:00
parent be264f0511
commit f30fea9e3c
5 changed files with 20 additions and 20 deletions

View File

@ -259,7 +259,7 @@ details.
#### tirtos_ccs_examples (TI-RTOS) #### tirtos_ccs_examples (TI-RTOS)
This directory contains a client/server examples that demonstrates using wolfSSL This directory contains a client/server examples that demonstrates using wolfSSL
in a TI-RTOS ecosysytem. in a TI-RTOS ecosystem.
Please see the [tirtos_ccs_examples/README.md](tirtos_ccs_examples/README.md) for Please see the [tirtos_ccs_examples/README.md](tirtos_ccs_examples/README.md) for
further usage and details. further usage and details.

View File

@ -3,11 +3,11 @@ This directory contains examples that demonstrate using the wolfCrypt
functionality to encrypt files with different algorithms (aes, 3des, etc.) functionality to encrypt files with different algorithms (aes, 3des, etc.)
For further usage and details: For further usage and details:
<br>
Please see the [3des/README.md](3des/README.md) for 3des. Please see the [3des/README.md](3des/README.md) for 3des.
<br>
Please see the [aes/README.md](aes/README.md) for aes. Please see the [aes/README.md](aes/README.md) for aes.
<br>
Please see the [camellia/README.md](camellia/README.md) for camellia. Please see the [camellia/README.md](camellia/README.md) for camellia.
<br>
Please see the [pkcs12/README.md](pkcs12/README.md) for pkcs12. Please see the [pkcs12/README.md](pkcs12/README.md) for pkcs12.

View File

@ -1,4 +1,4 @@
# ECC Examples Makefile # Hash Examples Makefile
CC = gcc -fsanitize=address CC = gcc -fsanitize=address
LIB_PATH = /usr/local LIB_PATH = /usr/local
CFLAGS = -Wall -I$(LIB_PATH)/include CFLAGS = -Wall -I$(LIB_PATH)/include

View File

@ -4,7 +4,7 @@ and example keystores.
For furher usage and details: For furher usage and details:
<br>
Please see the [example-keystores/README.md](example-keystores/README.md) for keystore. Please see the [example-keystores/README.md](example-keystores/README.md) for keystore.
<br>
Please see the [https-url/README.md](https-url/README.md) for HTTPS URL. Please see the [https-url/README.md](https-url/README.md) for HTTPS URL.

View File

@ -2,27 +2,27 @@
This directory contains examples that demonstrate various wolfCrypt public-key functionality (storing and loading keys after generation, extracting public key from private key, etc.). This directory contains examples that demonstrate various wolfCrypt public-key functionality (storing and loading keys after generation, extracting public key from private key, etc.).
For further usage and details: For further usage and details:
<br>
Please see the [dh-pg/README.md](dh-pg/README.md) for dh-pg. Please see the [dh-pg/README.md](dh-pg/README.md) for dh-pg.
<br>
Please see the [ecc/README.md](ecc/README.md) for ecc. Please see the [ecc/README.md](ecc/README.md) for ecc.
<br>
Please see the [ecdh_generate_secret/README.md](ecdh_generate_secret/README.md) for ecdh_generate_secret. Please see the [ecdh_generate_secret/README.md](ecdh_generate_secret/README.md) for ecdh_generate_secret.
<br>
Please see the [ed25519/README.md](ed25519/README.md) for ed25519. Please see the [ed25519/README.md](ed25519/README.md) for ed25519.
<br>
Please see the [ed25519_gen/README.md](ed25519_gen/README.md) for ed25519_gen. Please see the [ed25519_gen/README.md](ed25519_gen/README.md) for ed25519_gen.
<br>
Please see the [ed448/README.md](ed448/README.md) for ed448. Please see the [ed448/README.md](ed448/README.md) for ed448.
<br>
Please see the [enc-through-sign-rsa/README.md](enc-through-sign-rsa/README.md) for enc-through-sign-rsa. Please see the [enc-through-sign-rsa/README.md](enc-through-sign-rsa/README.md) for enc-through-sign-rsa.
<br>
Please see the [rsa/README.md](rsa/README.md) for rsa. Please see the [rsa/README.md](rsa/README.md) for rsa.
<br>
Please see the [rsa-kg/README.md](rsa-kg/README.md) for rsa-kg. Please see the [rsa-kg/README.md](rsa-kg/README.md) for rsa-kg.
<br>
Please see the [rsa-pss/README.md](rsa-pss/README.md) for rsa-pss. Please see the [rsa-pss/README.md](rsa-pss/README.md) for rsa-pss.
<br>
Please see the [srp/README.md](srp/README.md) for srp. Please see the [srp/README.md](srp/README.md) for srp.
<br>
Please see the [test_cert_and_private_keypair/README.md](test_cert_and_private_keypair/README.md) for test_cert_and_private_keypair. Please see the [test_cert_and_private_keypair/README.md](test_cert_and_private_keypair/README.md) for test_cert_and_private_keypair.