Document the latest change in ENGINEs.

This commit is contained in:
Richard Levitte 2001-05-26 16:58:34 +00:00
parent 6c1a3e4f58
commit 79bb8d0077

View File

@ -11,6 +11,11 @@
*) applies to 0.9.6a (/0.9.6b) and 0.9.7
+) applies to 0.9.7 only
+) Change the key loading routines for ENGINEs to use the same kind
callback (pem_password_cb) as all other routines that need this
kind of callback.
[Richard Levitte]
*) Fix for compatibility mode trust settings: ignore trust settings
unless some valid trust or reject settings are present.
[Steve Henson]