| File |
Date |
Author |
Commit |
|
cvad
|
2015-07-06
|
lainal
|
[r210]
doc update,FreeBSD support
|
|
cvapi
|
2015-07-06
|
lainal
|
[r210]
doc update,FreeBSD support
|
|
cvcc
|
2015-06-25
|
lainal
|
[r209]
bulk update v3
|
|
cvcrypto
|
2015-07-06
|
lainal
|
[r210]
doc update,FreeBSD support
|
|
cvctl
|
2015-07-06
|
lainal
|
[r210]
doc update,FreeBSD support
|
|
cvquery
|
2015-07-06
|
lainal
|
[r210]
doc update,FreeBSD support
|
|
cvsecmm
|
2015-07-06
|
lainal
|
[r210]
doc update,FreeBSD support
|
|
cvtools
|
2015-07-06
|
lainal
|
[r210]
doc update,FreeBSD support
|
|
doc
|
2015-07-06
|
lainal
|
[r210]
doc update,FreeBSD support
|
|
filescan
|
2015-07-06
|
lainal
|
[r210]
doc update,FreeBSD support
|
|
java
|
2015-07-06
|
lainal
|
[r210]
doc update,FreeBSD support
|
|
m4
|
2015-06-25
|
lainal
|
[r209]
bulk update v3
|
|
AUTHORS
|
2015-06-25
|
lainal
|
[r209]
bulk update v3
|
|
COPYING
|
2015-06-25
|
lainal
|
[r209]
bulk update v3
|
|
ChangeLog
|
2015-06-25
|
lainal
|
[r209]
bulk update v3
|
|
INSTALL
|
2015-06-25
|
lainal
|
[r209]
bulk update v3
|
|
Makefile.am
|
2015-06-25
|
lainal
|
[r209]
bulk update v3
|
|
NEWS
|
2015-06-25
|
lainal
|
[r209]
bulk update v3
|
|
README
|
2015-06-25
|
lainal
|
[r209]
bulk update v3
|
|
TODO
|
2015-06-25
|
lainal
|
[r209]
bulk update v3
|
|
configure.ac
|
2015-06-25
|
lainal
|
[r209]
bulk update v3
|
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
* - For the doc (under sphinx control), go to sphinx/source
* and then "make html" to get a ready-for-use HTML version.
* !! The doc is far from up-to-date !!
* - 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