Skip to content

Commit

Permalink
Update README.md to document OpenSSL speed bug
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Linsell <[email protected]>
  • Loading branch information
stevelinsell committed Aug 21, 2016
1 parent 1ae13ef commit ff4bbd9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,22 @@ production use.
again then the Intel&reg; Quickassist Technology OpenSSL\* Engine will
not be available in that forked process.

## Known Issues

There is currently a bug in OpenSSL\* speed that was introduced by
the following commit:

0930e07d1eb522e663abe543ee865a508749946e
Useless allocation

The commit causes random failures when running asynchronous RSA/DSA/ECDSA
speed tests. The commit will be reverted in the launch version of
OpenSSL\* 1.1.0. In the meantime as a workaround the commit can be
reverted manually in your clone of the OpenSSL\* 1.1.0 repo using the
following git command:

git revert 0930e07d1eb522e663abe543ee865a508749946e

## Installation Instructions

### Build Intel&reg; QuickAssist Technology Driver
Expand Down

0 comments on commit ff4bbd9

Please sign in to comment.