Read Me
*** This belongs to the 3 version serie, not fully PROD ready.
* Transition cross version ( namespace x<> )
* - Full crypto end-to-end
* - Introduced aggressive secured memory management
* - More features, added some CLI tools for regression tests/solidity audit
*
* Java Admin app under total revamp with the admin server
*
* /!\ - Run 'autoreconf -i' before any build attempt
* - Create first a user and a group 'cvault' and add your own
* not privileged user to the group cvault.
BUILD ON AIX:
It can appear that the build fails with the error
"rpl_malloc" or "rpl_realloc" not defined.
This bug is known and the issue can be worked around
by exporting the following variables in the environment
before running the "configure" script:
$ export ac_cv_func_realloc_0_nonnull=yes
$ export ac_cv_func_malloc_0_nonnull=yes