Revision 19b58bab
Added by Remy Menard over 11 years ago
make-all.sh | ||
---|---|---|
do_compile "bug-free Epcis repository webapp" lib/epcis-0.5.0
|
||
p_info "\n"
|
||
|
||
p_bold "Model Utilities for Epcis events (μ)\n"
|
||
do_compile Mu Mu
|
||
p_info "\n"
|
||
|
||
p_bold "TLS and Authentication library (τ)\n"
|
||
do_compile TAu TAu
|
||
p_info "\n"
|
||
... | ... | |
p_info "\n"
|
||
|
||
p_bold "Epcis Trust Agency (η)\n"
|
||
do_compile ETa-Client ETa/ETa-Client
|
||
do_compile ETa-Query-Client ETa/ETa-Query-Client
|
||
do_compile ETa-Capture-Client ETa/ETa-Capture-Client
|
||
do_compile ETa-Callback-Filter ETa/ETa-Callback/ETa-Callback-Filter
|
||
do_compile ETa-Callback-Receiver ETa/ETa-Callback/ETa-Callback-Receiver
|
||
do_compile ETa-Callback-Sender ETa/ETa-Callback/ETa-Callback-Sender
|
||
... | ... | |
do_compile EpcILoN EpcILoN
|
||
p_info "\n"
|
||
|
||
p_bold "Application Interface (α, μ, ο, ω, ρ)\n"
|
||
p_bold "Application Interface (α, ο, ω, ρ)\n"
|
||
do_compile ALfA-PI ALfA/ALfA-PI
|
||
do_compile ALfA ALfA/ALfA
|
||
do_compile Mu Mu
|
||
do_compile ALfA-RMI ALfA/ALfA-RMI
|
||
do_compile_pack OmICron OMeGa/OmICron
|
||
do_compile OMeGa OMeGa/OMeGa
|
Also available in: Unified diff
Version 1.9
- use TLS for secured links
- SigMa is now fully functionnal
- completed documention
- a lot of bugs fixed!
- signature creation from the canonical form of the event
- signature creation using ECDSA algorithm
- signature is correctly verified
- manage the extension identifying the owner of the event
- if no identity is provided, the identity of the certificate is used
- access to the web interface of policy management is made by
certificate
- if no identity is provided, the identity of the certificate is used
- create and use certificates for TLS
- configure Apache Tomcat for TLS
- show SigMa library (SigMa-Commons)