Projet

Général

Profil

« Précédent | Suivant » 

Révision bf9c3717

Ajouté par Remy Menard il y a environ 11 ans

Version 1.99

  • All:
    - a few bugs fixed!
  • New web application LaMBDa
  • ETa:
    - new testing application to capture events
  • SigMa-Test:
    - new options to the command line to configure the public/private keys
    for TLS and for signature
  • ALfA, OMeGa:
    - new method more accurate than "traceEPC": the events are sorted by
    EPCIS
  • OmICroN:
    - New options added to the command line
  • YPSilon, EpcisPHI:
    - user can be identified by alias, if the DN of his certificate is
    incompatible with the LDAP directory
  • YPSilon:
    - new shell script to configure the LDAP directory (same
    functionnalities as IoTa-Installer)
  • IoTa-Installer:
    - installs and configures LaMBDa
    - finer certificate mangagement
    - EpcILoN correctly subscribe with TLS to ETa
  • Greyc letters figures:
    - new figure for LaMBDa
    - shows data flows between PHI and YPSilon
    - sets DS and DSeTa in different schemas

Voir les différences:

PSi/src/main/java/fr/unicaen/iota/simulator/util/Config.java
public static boolean sign;
public static String sigma_keystore;
public static String sigma_keystore_password;
public static String sigma_signer_id;
public static String pks_filename;
public static String pks_password;
public static String trust_pks_filename;
......
sign = Boolean.valueOf(props.getProperty("sign"));
sigma_keystore = props.getProperty("sigma-keystore");
sigma_keystore_password = props.getProperty("sigma-keystore-password");
sigma_signer_id = props.getProperty("sigma-signer-id");
pks_filename = props.getProperty("pks-filename", "privatekeys.jks");
pks_password = props.getProperty("pks-password", "changeit");
trust_pks_filename = props.getProperty("trust-pks-filename", "publickeys.jks");

Formats disponibles : Unified diff