1.0.12 - 2021-11-25
- Build fixes
1.0.11 - 2021-11-19
- TIRPC support
- Ocaml > 4.10 support
- Better integration tests
1.0.10 - 2020-09-22
- Sequential compilation
- GCC-10 fixes
- Travis-CI fixes
1.0.9 - 2020-05-22
- Fix compilation for recent coccinelle versions
- MinGW fixes
- Travis-CI is now used
- Docker can be used to compile recent/older targets
1.0.8 - 2016-07-05
- OpenSSL 1.1.0 support (#23)
- Fix some Win32 compilation issues
- Improved support for TLS mutual auth when using Ocamlnet 4.x
1.0.7 - 2015-11-23
- Merge support for OCamlnet 4.x (#13)
- Fix uninstall target (#18), credits to [email protected]
1.0.6 - 2015-05-28
- Switch to MIT license for the project.
1.0.5 - 2015-04-17
- Ability to configure your own wrapping format key.
- Add key escrow filter to the engine.
- pkcs11proxyd can use PFS ciphersuites (#12).
- OCaml PKCS#11 bindings can be compiled separately with
--without-caml-crush
. - Documentation of PKCS#11 patchsets.
- Modify erroneous LICENSE.txt file to CeCILL-B.
- Switch back to GPLv2 pkcs11.h file.
- Remove dependency on des.h file, use CeCILL-B feature instead.
- TLS is now restricted to TLS1.2.
- ocaml-ssl 0.4.7 is required for TLS support.
- Various fixup to configure script.
- More robust slot aliasing.
- Do not exit when pkcs11proxyd cannot be reached (#4, contrib from Nikos Mavrogiannopoulos).
1.0.4 - 2014-12-02
- Move debian directory to dedicated branch.
- Support installing client library in dedicated directory.
1.0.3 - 2014-11-20
- Various documentation improvements.
- Initial Debian package support.
- Improved Win32 support.
- Client library can fetch module alias from file.
- Add support for PKCS#11 v2.20 amendment 3.
- Add support for white listing of SSL clients on the server-side.
- Add support for setting multiple SSL server certificates on the client-side.
- Add support for using a custom RPC timeout value.
- Fix potential overflow in C to OCaml functions.
- correct conflicting attribute patch regarding.
- GnuTLS ressource deallocation issue.