This project is a fork of the PKCS#11 Testing Tools. The main changes are:
- Updated build system. All GNU Autoconf and Automake related files were removed and replaced with a hardcoded config.h and GNUmakefile files.
- Converted from C++ to C.
- Updated coding style.
- Added tests for:
- Random number functions.
- SHA224 and SHA384 sign and digest algorithms.
- Sign{Update,Final} signing.
The original authors are listed in AUTHORS and original LICENSE applies.