From 3ae5f627b0e529d0ca879d006e8eed32682db0e0 Mon Sep 17 00:00:00 2001 From: Valeriy O Date: Wed, 3 Jul 2019 11:33:33 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ca3b2f51..17666249 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ This directory contains example uTasker client and server tasks that demonstrate using wolfSSL with the uTasker stack. These have been tested on the uTasker Simulator. -Please see the README.md in utasker/ for further usage and details. +Please see the [utasker/README.md](utasker/README.md) for further usage and details. #### android (Android NDK Examples) This directory contains examples that demonstrate using wolfSSL and wolfSSLJNI on the Android platform, using the Android NDK toolchain. -Please see the README.md in android/ for further usage and details. +Please see the [android/README.md](android/README.md) for further usage and details. #### certfields (X509 field extraction) @@ -31,14 +31,14 @@ This directory contains an example that demonstrate using the wolfSSL to read a DER encoded certificate and extract the public key and subject name information. -Please see the README.md in certfields/ for further usage and details. +Please see the [certfields/README.md](certfields/README.md) for further usage and details. #### certmanager (wolfSSL CertManager) This directory contains examples that demonstrate using the wolfSSL CertManager (Certificate Manager) functionality. -Please see the README.md in certmanager/ for further usage and details. +Please see the [certmanager/README.md](certmanager/README.md) for further usage and details. #### wolfCLU (wolfSSL Command Line Utility) @@ -46,7 +46,7 @@ This is a tool to provide command line access to wolfcrypt cryptographic libraries. wolfSSL command line utility will allow users to encrypt or decrypt a user specified file to any file name and extension. -Please see the README.md in clu/ for further usage and details. +Please see the [clu/README.md](clu/README.md) for further usage and details. ###### Unique feature to wolfSSL CLU The decision to allow for unique file extensions was prompted by automated From ffe2e313f43760a389b83df6f6e729faf3a04b20 Mon Sep 17 00:00:00 2001 From: Valeriy O Date: Wed, 3 Jul 2019 11:45:39 -0700 Subject: [PATCH 2/2] remove iml files --- android/.gitignore | 3 + android/wolfcryptjni-ndk-gradle/app/app.iml | 178 ------------------ .../wolfcryptjni-ndk-gradle.iml | 19 -- android/wolfssljni-ndk-gradle/app/app.iml | 178 ------------------ .../wolfssljni-ndk-gradle.iml | 19 -- 5 files changed, 3 insertions(+), 394 deletions(-) create mode 100644 android/.gitignore delete mode 100644 android/wolfcryptjni-ndk-gradle/app/app.iml delete mode 100644 android/wolfcryptjni-ndk-gradle/wolfcryptjni-ndk-gradle.iml delete mode 100644 android/wolfssljni-ndk-gradle/app/app.iml delete mode 100644 android/wolfssljni-ndk-gradle/wolfssljni-ndk-gradle.iml diff --git a/android/.gitignore b/android/.gitignore new file mode 100644 index 00000000..68c75a36 --- /dev/null +++ b/android/.gitignore @@ -0,0 +1,3 @@ +*.iml +.DS_Store + diff --git a/android/wolfcryptjni-ndk-gradle/app/app.iml b/android/wolfcryptjni-ndk-gradle/app/app.iml deleted file mode 100644 index 8ebe5099..00000000 --- a/android/wolfcryptjni-ndk-gradle/app/app.iml +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/android/wolfcryptjni-ndk-gradle/wolfcryptjni-ndk-gradle.iml b/android/wolfcryptjni-ndk-gradle/wolfcryptjni-ndk-gradle.iml deleted file mode 100644 index 2f7d0940..00000000 --- a/android/wolfcryptjni-ndk-gradle/wolfcryptjni-ndk-gradle.iml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/android/wolfssljni-ndk-gradle/app/app.iml b/android/wolfssljni-ndk-gradle/app/app.iml deleted file mode 100644 index c006fc16..00000000 --- a/android/wolfssljni-ndk-gradle/app/app.iml +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/android/wolfssljni-ndk-gradle/wolfssljni-ndk-gradle.iml b/android/wolfssljni-ndk-gradle/wolfssljni-ndk-gradle.iml deleted file mode 100644 index 2a55a1a3..00000000 --- a/android/wolfssljni-ndk-gradle/wolfssljni-ndk-gradle.iml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file