Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-09-24 20:04:36 +0400
committerRichard Levitte <levitte@openssl.org>2000-09-24 20:04:36 +0400
commit47dc5a132191c01536610063c5a4979e09319912 (patch)
treedb4e153bb04eec2b6a41f2ae242d6b99656972da /README.ENGINE
parent34765151958228ce88934adad72f0877b7c4ded8 (diff)
Merge from main trunk.OpenSSL-engine-0_9_6
Diffstat (limited to 'README.ENGINE')
-rw-r--r--README.ENGINE9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.ENGINE b/README.ENGINE
index b30206c0ed..3d88ed152f 100644
--- a/README.ENGINE
+++ b/README.ENGINE
@@ -52,3 +52,12 @@
device, or the built-in crypto routines will be used, just as in the
default OpenSSL distribution.
+
+ PROBLEMS
+ ========
+
+ It seems like the ENGINE part doesn't work too well with Cryptoswift on
+ Win32. A quick test done right before the release showed that trying
+ "openssl speed -engine cswift" generated errors. If the DSO gets enabled,
+ an attempt is made to write at memory address 0x00000002.
+