Latest update
This commit is contained in:
@@ -314,6 +314,9 @@
|
||||
Don't build the CAPI engine. This option will be forced if
|
||||
on a platform that does not support CAPI.
|
||||
|
||||
no-cmp
|
||||
Don't build support for CMP features
|
||||
|
||||
no-cms
|
||||
Don't build support for CMS features
|
||||
|
||||
@@ -555,6 +558,9 @@
|
||||
Enable additional unit test APIs. This should not typically
|
||||
be used in production deployments.
|
||||
|
||||
no-uplink
|
||||
Don't build support for UPLINK interface.
|
||||
|
||||
enable-weak-ssl-ciphers
|
||||
Build support for SSL/TLS ciphers that are considered "weak"
|
||||
(e.g. RC4 based ciphersuites).
|
||||
@@ -1200,6 +1206,11 @@
|
||||
|
||||
$ make TESTS='[89]? -90'
|
||||
|
||||
To stochastically verify that the algorithm that produces uniformly distributed
|
||||
random numbers is operating correctly (with a false positive rate of 0.01%):
|
||||
|
||||
$ ./util/shlib_wrap.sh test/bntest -stochastic
|
||||
|
||||
Note on multi-threading
|
||||
-----------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user