* Supporting BIKE KEM reference code
* Hiding print global symbol when VERBOSE!=2
* Supporting USE_OPENSSL + OPENSSL_DIR
* Rename functions by using a legend instead of the FN() macro
* prettyprint
* Fixing the bug caused by OpenSSL GF2m_mod_inv API change in 1.1* see https://github.com/open-quantum-safe/openssl/issues/42 for more details.
* Added example_kem/sig and speed_kem/sig to Visual Studio.
* Updated the dll def file after OQS's refactoring, fixed test_kem's DLL projects config, and added ReleaseDLL config to appveyor.
* Set version of liboqs master and add draft release notes
* Add alg_version field for KEMs and signature schemes
* Prettyprint
* Added alg_version for qtesla and picnic.
* Update versioning proposal
* Check if getentropy exists in configure.ac
* Use getentropy in rand.c if available
* rand.c: try to fix broken osx
* Use /dev/urandom with broken operating systems
* Enable getentropy on macOS
* Don't include <sys/random.h> on Windows
* getentropy needs different header on old Linux versions
* Move getentropy check to different autoconf file
* Added example_kem/sig and speed_kem/sig to Visual Studio.
* Updated sig data sheet (copied from nist-branch).
* Updated ref to branch (nist-branch --> master)
* Shared library support added
* Ignore warnings regrading no symbols in object files on Mac
* Fix a typo
* Add libtool flag to bike
* Test
* Fix static build flag
* Whitespace
* Separate tests into two parts one exercising exposed api versus intertnal apis
* Openssl include fix
* Fix all-tests.sh
* test already builds kat_kem
* Indentation and variable name change
* Fixed a typo in a comment
* Refactored sig API following nist-branch (also fixes issue 380)
* Fixed Windows compilation error in sig.c.
* Added Picnic to Windows' config, and changed defaul alg to Picnic (since qTesla is not yet supported on Windows)
* Moved sig_picnic and sig_qtesla under sig directory, to harmonize with kem api
* Use different default sig alg on Windows to fix Travis back-compat tests and platform gap.
* Further changes required for OQS to be properly used by applications
* Compare OQS functions's return values to OQS error codes in sig.c.
* Fixed typos in comments.
* Replaced minimal_oqs_sig with example_sig.
* Ensure travis tests fail on error
* Add try-catch block in all-tests.sh
* Ignore example_sig
* Point global-namespace-check to .libs/liboqs.a
* More precise error handling in global-namespace-check
* Warning colours in travis tests and error handling in free-check
* Error handling in style-check
* Clean up style-check
* Removed leftover minimal_sig_oqs ref and VS projects.
* Prettyprint
* Revert clang-format version check
* Re-revert clang-format style check
* Prettyprint
* Added speed_sig to master.
* Removed superfluous extern from sig schemes .h