summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-06-07 13:34:25 +0000
committerBodo Möller <bodo@openssl.org>1999-06-07 13:34:25 +0000
commitd4443edc5714712bef2b623102b56a0fc78c1524 (patch)
tree697fcb461ead722b6d32ef68eaffae6027ac7436 /CHANGES
parent6576774b51d50acd12174dbdc3f6b01df953a516 (diff)
Mention mkdir-p.pl.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f5ba024d0d..a104524077 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,9 @@
Changes between 0.9.3a and 0.9.4
+ *) Instead of "mkdir -p", which is not fully portable, use new
+ Perl script "util/mkdir-p.pl".
+
*) Rewrite the way password based encryption (PBE) is handled. It used to
assume that the ASN1 AlgorithmIdentifier parameter was a PBEParameter
structure. This was true for the PKCS#5 v1.5 and PKCS#12 PBE algorithms