From 2a9ffcc9ec6450b2f8157ca0787189542416d697 Mon Sep 17 00:00:00 2001 From: Rob Eden Date: Thu, 17 Apr 2014 17:49:34 -0500 Subject: [PATCH 1/2] Typo corrections in "security considerations" warning --- example/server/createCA.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example/server/createCA.sh b/example/server/createCA.sh index ed580ab..2093b94 100755 --- a/example/server/createCA.sh +++ b/example/server/createCA.sh @@ -6,14 +6,14 @@ # completely clean out and re-create demoCA database directories (DESTRUCTIVE!!) echo "#################################################################" echo "SECURITY CONSIDERATIONS - NOTE WELL" -echo "The sample scripts used to handler EST operations are NOT" +echo "The sample scripts used to handle EST operations are NOT" echo "intended to provide a secure implementation. They have not" -echo "been evaluated for security, the have not had a Thread Model" +echo "been evaluated for security, they have not had a Thread Model" echo "reviewed, they are not particularly good about cleaning up after" echo "themselves and they assume the data exchnaged is well formed" echo "if the cryptographic checks pass." echo "" -echo "In short: They are not to be trusted. The provide a functional" +echo "In short: They are not to be trusted. They provide a functional" echo "implementation only." echo "" echo "Continuing will completely erase/destroy/nuke the existing estCA" From 7945ca127207407bb59df70c99a32c29934a442b Mon Sep 17 00:00:00 2001 From: Rob Eden Date: Thu, 17 Apr 2014 17:53:21 -0500 Subject: [PATCH 2/2] Minor spelling correction --- example/server/createCA.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/server/createCA.sh b/example/server/createCA.sh index 2093b94..6d261ec 100755 --- a/example/server/createCA.sh +++ b/example/server/createCA.sh @@ -10,7 +10,7 @@ echo "The sample scripts used to handle EST operations are NOT" echo "intended to provide a secure implementation. They have not" echo "been evaluated for security, they have not had a Thread Model" echo "reviewed, they are not particularly good about cleaning up after" -echo "themselves and they assume the data exchnaged is well formed" +echo "themselves and they assume the data exchanged is well formed" echo "if the cryptographic checks pass." echo "" echo "In short: They are not to be trusted. They provide a functional"