Commit 04d9784d authored by Lutz Jänicke's avatar Lutz Jänicke
Browse files

What is an '-engine' version?

parent bcfca923
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ OpenSSL - Frequently Asked Questions
* How can I contact the OpenSSL developers?
* Where can I get a compiled version of OpenSSL?
* Why aren't tools like 'autoconf' and 'libtool' used?
* What is an 'engine' version?

[LEGAL] Legal questions

@@ -122,6 +123,14 @@ autoconf will probably be used in future OpenSSL versions. If it was
less Unix-centric, it might have been used much earlier.


* What is an '-engine' version?

With version 0.9.6 OpenSSL was extended to interface to external crypto
hardware. This was realized in a special release '0.9.6-engine'. With
version 0.9.7 the changes were merged into the main development line,
so that the special release is no longer necessary.


[LEGAL] =======================================================================

* Do I need patent licenses to use OpenSSL?