summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-03-13 21:31:46 +0100
committerBodo Möller <bodo@openssl.org>2000-03-13 21:31:46 +0100
commit46c4647e3c7e5bd0ba9267091bb18677ee387f52 (patch)
tree1883389c23f38342db0c9a25855abf7cda6ce056 /CHANGES
parentInclude a timing test that works without RSA. (diff)
downloadopenssl-46c4647e3c7e5bd0ba9267091bb18677ee387f52.tar.xz
openssl-46c4647e3c7e5bd0ba9267091bb18677ee387f52.zip
"openssl no-..." commands for avoiding the need to grep
"openssl list-standard-commands".
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c87a7d437c..b16e1d7d89 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,17 @@
Changes between 0.9.5 and 0.9.5a [XX XXX 2000]
+ *) For easily testing in shell scripts whether some command exists,
+ 'openssl no-XXX' returns with exit code 0 iff the command XXX is
+ available. 'no-XXX' is printed in this case, 'XXX' otherwise
+ (i.e. when a command of this name exists). In both cases,
+ the output goes to stdout and nothing is printed to stderr.
+ Additional arguments are always ignored.
+
+ Since for each cipher there is a command of the same name,
+ the 'no-cipher' compilation switches can be tested this way.
+ [Bodo Moeller]
+
*) Update test suite so that 'make test' succeeds in 'no-rsa' configuration.
[Bodo Moeller]