diff --git a/README.md b/README.md index 8183cd21..cd56e8c2 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,7 @@ details. #### tirtos_ccs_examples (TI-RTOS) 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 further usage and details. diff --git a/crypto/README.md b/crypto/README.md index d5deabc6..882e4e0b 100644 --- a/crypto/README.md +++ b/crypto/README.md @@ -3,11 +3,11 @@ This directory contains examples that demonstrate using the wolfCrypt functionality to encrypt files with different algorithms (aes, 3des, etc.) For further usage and details: -
+ Please see the [3des/README.md](3des/README.md) for 3des. -
+ Please see the [aes/README.md](aes/README.md) for aes. -
+ Please see the [camellia/README.md](camellia/README.md) for camellia. -
+ Please see the [pkcs12/README.md](pkcs12/README.md) for pkcs12. diff --git a/hash/Makefile b/hash/Makefile index 7f03671d..a4e85540 100644 --- a/hash/Makefile +++ b/hash/Makefile @@ -1,4 +1,4 @@ -# ECC Examples Makefile +# Hash Examples Makefile CC = gcc -fsanitize=address LIB_PATH = /usr/local CFLAGS = -Wall -I$(LIB_PATH)/include diff --git a/java/README.md b/java/README.md index d5a839b7..0d7702c2 100644 --- a/java/README.md +++ b/java/README.md @@ -4,7 +4,7 @@ and example keystores. For furher usage and details: -
+ Please see the [example-keystores/README.md](example-keystores/README.md) for keystore. -
+ Please see the [https-url/README.md](https-url/README.md) for HTTPS URL. diff --git a/pk/README.md b/pk/README.md index e4916eeb..49474720 100644 --- a/pk/README.md +++ b/pk/README.md @@ -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.). For further usage and details: -
+ Please see the [dh-pg/README.md](dh-pg/README.md) for dh-pg. -
+ Please see the [ecc/README.md](ecc/README.md) for ecc. -
+ Please see the [ecdh_generate_secret/README.md](ecdh_generate_secret/README.md) for ecdh_generate_secret. -
+ Please see the [ed25519/README.md](ed25519/README.md) for ed25519. -
+ Please see the [ed25519_gen/README.md](ed25519_gen/README.md) for ed25519_gen. -
+ Please see the [ed448/README.md](ed448/README.md) for ed448. -
+ Please see the [enc-through-sign-rsa/README.md](enc-through-sign-rsa/README.md) for enc-through-sign-rsa. -
+ Please see the [rsa/README.md](rsa/README.md) for rsa. -
+ Please see the [rsa-kg/README.md](rsa-kg/README.md) for rsa-kg. -
+ Please see the [rsa-pss/README.md](rsa-pss/README.md) for rsa-pss. -
+ Please see the [srp/README.md](srp/README.md) for srp. -
+ Please see the [test_cert_and_private_keypair/README.md](test_cert_and_private_keypair/README.md) for test_cert_and_private_keypair.