Skip to content

Commit ff4bbd9

Browse files
committed
Update README.md to document OpenSSL speed bug
Signed-off-by: Steve Linsell <stevenx.linsell@intel.com>
1 parent 1ae13ef commit ff4bbd9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,22 @@ production use.
7272
again then the Intel&reg; Quickassist Technology OpenSSL\* Engine will
7373
not be available in that forked process.
7474

75+
## Known Issues
76+
77+
There is currently a bug in OpenSSL\* speed that was introduced by
78+
the following commit:
79+
80+
0930e07d1eb522e663abe543ee865a508749946e
81+
Useless allocation
82+
83+
The commit causes random failures when running asynchronous RSA/DSA/ECDSA
84+
speed tests. The commit will be reverted in the launch version of
85+
OpenSSL\* 1.1.0. In the meantime as a workaround the commit can be
86+
reverted manually in your clone of the OpenSSL\* 1.1.0 repo using the
87+
following git command:
88+
89+
git revert 0930e07d1eb522e663abe543ee865a508749946e
90+
7591
## Installation Instructions
7692

7793
### Build Intel&reg; QuickAssist Technology Driver

0 commit comments

Comments
 (0)