aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-14 02:33:41 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-14 02:33:41 +1300
commit002894293733ffcf91056d3127200b076f75dc8a (patch)
tree57a700ddf6d5ecfe4a7569351c3eea8341b7aefe
parentUpdate README.markdown again (diff)
downloadMail-Run-Crypt-002894293733ffcf91056d3127200b076f75dc8a.tar.gz
Mail-Run-Crypt-002894293733ffcf91056d3127200b076f75dc8a.zip
Update BUGS/LIMITATIONS sections
-rw-r--r--README.markdown9
-rwxr-xr-xbin/runcrypt8
-rw-r--r--lib/Mail/Run/Crypt.pm9
3 files changed, 5 insertions, 21 deletions
diff --git a/README.markdown b/README.markdown
index a87b688..8d9187d 100644
--- a/README.markdown
+++ b/README.markdown
@@ -118,13 +118,8 @@ with any other OpenPGP implementations.
# BUGS AND LIMITATIONS
-Providing the `passphrase` directly from an environment variable is not great.
-The documentation needs to make that clear and offer a less bad alternative,
-probably specifying the path to a secure file that it refuses to use unless it
-has sufficiently restrictive permissions.
-
-This is very hard to test and the author has not yet figured out how to do
-that.
+Definitely. This code is not production-ready. In particular, there is almost
+no test suite.
# AUTHOR
diff --git a/bin/runcrypt b/bin/runcrypt
index f852a49..82bfa9a 100755
--- a/bin/runcrypt
+++ b/bin/runcrypt
@@ -262,13 +262,7 @@ with any other OpenPGP implementations.
=head1 BUGS AND LIMITATIONS
-Providing the C<passphrase> directly from an environment variable is not great.
-The documentation needs to make that clear and offer a less bad alternative,
-probably specifying the path to a secure file that it refuses to use unless it
-has sufficiently restrictive permissions.
-
-This is very hard to test and the author has not yet figured out how to do
-that.
+Definitely.
=head1 AUTHOR
diff --git a/lib/Mail/Run/Crypt.pm b/lib/Mail/Run/Crypt.pm
index e1a8755..5dc148a 100644
--- a/lib/Mail/Run/Crypt.pm
+++ b/lib/Mail/Run/Crypt.pm
@@ -280,13 +280,8 @@ with any other OpenPGP implementations.
=head1 BUGS AND LIMITATIONS
-Providing the C<passphrase> directly from an environment variable is not great.
-The documentation needs to make that clear and offer a less bad alternative,
-probably specifying the path to a secure file that it refuses to use unless it
-has sufficiently restrictive permissions.
-
-This is very hard to test and the author has not yet figured out how to do
-that.
+Definitely. This code is not production-ready. In particular, there is almost
+no test suite.
=head1 AUTHOR