summaryrefslogtreecommitdiff
path: root/README.ENGINE
diff options
context:
space:
mode:
authorlevitte <levitte>2000-09-24 14:48:47 +0000
committerlevitte <levitte>2000-09-24 14:48:47 +0000
commitc0e3007edf431249d4ea549e2e027ef0c141b0b2 (patch)
tree54f7b50608b3a82c2895f081d9eeeef0b38a877c /README.ENGINE
parent0876a75ec4d1ba379b90d85e5d74c0b98236d5e3 (diff)
downloadopenssl-c0e3007edf431249d4ea549e2e027ef0c141b0b2.tar.gz
Change the Windows building scripts to enable DSO_WIN32.
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 b30206c0e..3d88ed152 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.
+