From 036cbb6bbf30955abdcffaf6e52cd926d8d8ee75 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Wed, 10 Jun 2020 14:15:28 +0200 Subject: Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txt Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/12109) --- demos/README | 9 --------- demos/README.txt | 9 +++++++++ demos/bio/README | 7 ------- demos/bio/README.txt | 6 ++++++ demos/certs/README | 21 --------------------- demos/certs/README.txt | 18 ++++++++++++++++++ 6 files changed, 33 insertions(+), 37 deletions(-) delete mode 100644 demos/README create mode 100644 demos/README.txt delete mode 100644 demos/bio/README create mode 100644 demos/bio/README.txt delete mode 100644 demos/certs/README create mode 100644 demos/certs/README.txt (limited to 'demos') diff --git a/demos/README b/demos/README deleted file mode 100644 index d2155ef973..0000000000 --- a/demos/README +++ /dev/null @@ -1,9 +0,0 @@ -NOTE: Don't expect any of these programs to work with current -OpenSSL releases, or even with later SSLeay releases. - -Original README: -============================================================================= - -Some demo programs sent to me by various people - -eric diff --git a/demos/README.txt b/demos/README.txt new file mode 100644 index 0000000000..ef48bf580f --- /dev/null +++ b/demos/README.txt @@ -0,0 +1,9 @@ +NOTE: Don't expect any of these programs to work with current +OpenSSL releases, or even with later SSLeay releases. + +Original README.md: +============================================================================= + +Some demo programs sent to me by various people + +eric diff --git a/demos/bio/README b/demos/bio/README deleted file mode 100644 index a36bb48a5d..0000000000 --- a/demos/bio/README +++ /dev/null @@ -1,7 +0,0 @@ -This directory contains some simple examples of the use of BIO's -to simplify socket programming. - -The client-conf, server-conf, client-arg and client-conf include examples -of how to use the SSL_CONF API for configuration file or command line -processing. - diff --git a/demos/bio/README.txt b/demos/bio/README.txt new file mode 100644 index 0000000000..a8467cda64 --- /dev/null +++ b/demos/bio/README.txt @@ -0,0 +1,6 @@ +This directory contains some simple examples of the use of BIO's +to simplify socket programming. + +The client-conf, server-conf, client-arg and client-conf include examples +of how to use the SSL_CONF API for configuration file or command line +processing. diff --git a/demos/certs/README b/demos/certs/README deleted file mode 100644 index fde832eb2f..0000000000 --- a/demos/certs/README +++ /dev/null @@ -1,21 +0,0 @@ -There is often a need to generate test certificates automatically using -a script. This is often a cause for confusion which can result in incorrect -CA certificates, obsolete V1 certificates or duplicate serial numbers. -The range of command line options can be daunting for a beginner. - -The mkcerts.sh script is an example of how to generate certificates -automatically using scripts. Example creates a root CA, an intermediate CA -signed by the root and several certificates signed by the intermediate CA. - -The script then creates an empty index.txt file and adds entries for the -certificates and generates a CRL. Then one certificate is revoked and a -second CRL generated. - -The script ocsprun.sh runs the test responder on port 8888 covering the -client certificates. - -The script ocspquery.sh queries the status of the certificates using the -test responder. - - - diff --git a/demos/certs/README.txt b/demos/certs/README.txt new file mode 100644 index 0000000000..88cf56b1f8 --- /dev/null +++ b/demos/certs/README.txt @@ -0,0 +1,18 @@ +There is often a need to generate test certificates automatically using +a script. This is often a cause for confusion which can result in incorrect +CA certificates, obsolete V1 certificates or duplicate serial numbers. +The range of command line options can be daunting for a beginner. + +The mkcerts.sh script is an example of how to generate certificates +automatically using scripts. Example creates a root CA, an intermediate CA +signed by the root and several certificates signed by the intermediate CA. + +The script then creates an empty index.txt file and adds entries for the +certificates and generates a CRL. Then one certificate is revoked and a +second CRL generated. + +The script ocsprun.sh runs the test responder on port 8888 covering the +client certificates. + +The script ocspquery.sh queries the status of the certificates using the +test responder. -- cgit v1.2.3