Christoph Zwirello
|
ebccfa5a06
make signature of encryptContractCertPrivateKey more specific
|
před 7 roky |
Marc Mültin
|
cc26d2a239
The field 'ReceiptRequired' in the ChargingStatusRes message is optional. Fixed the code in EVCC's class WaitForChargingStatusRes.java so that it does not necessarily expect the field 'ReceiptRequired' to be set (otherwise a NullPointerException would be thrown). Also made sure that WaitForChargingStatusRes.java only sends a MeteringReceiptReq message if the connection is secured by TLS - as signed MeteringReceiptReq messages are only possible with Plug & Charge that demands TLS to be used.
|
před 7 roky |
Marc Mültin
|
af4ad25f49
Merge branch 'master' of https://github.com/V2GClarity/RISE-V2G
|
před 7 roky |
Marc Mültin
|
a74e0ad073
The field 'ReceiptRequired' in the CurrentDemandRes message is optional. Fixed the code in EVCC's class WaitForCurrentDemandRes.java so that it does not necessarily expect the field 'ReceiptRequired' to be set (otherwise a NullPointerException would be thrown).
|
před 7 roky |
Marc Mültin
|
25f3207f36
Update README.md
|
před 7 roky |
Marc Mültin
|
12ca0fdafa
Update README.md
|
před 7 roky |
Marc Mültin
|
1ff1725ddb
Update README.md
|
před 7 roky |
Marc Mültin
|
3389c669af
Corrected timeout value for supportedAppProtocolResponse. Value was set statically to 2 seconds. Now the value given in TimeRestrictions.java (located in package com.v2gclarity.risev2g.shared.misc) is taken instead.
|
před 7 roky |
Marc Mültin
|
b82aa11b86
Updated content of folder signature-creation-testdata and corrected an error in the README.md file which stated that the signature for the CertificateInstallationRes message would be created with the private key of the MO sub-CA 2. Correct is that the signature is created with the private key of the CPS (certificate provisioning service) sub-CA 2.
|
před 7 roky |
Marc Mültin
|
9a3f2244eb
Merge branch 'master' of https://github.com/V2GClarity/RISE-V2G
|
před 7 roky |
Marc Mültin
|
a15e4ff29e
Rewrote the generateCertificates script
|
před 7 roky |
Marc Mültin
|
8b364c2c57
Merge pull request #24 from kssim/master
|
před 7 roky |
KyeongSeob Sim
|
bbaa57b25b
Fixes issues #23 Modify typos in the "generateCertificates.sh" file
|
před 7 roky |
Marc Mültin
|
b2b8ad07c2
- Updated the generateCertificates.sh script with slight modifications to the documentation and commands for generating all certificates needed for Plug & Charge
|
před 7 roky |
Marc Mültin
|
cba5e041f6
- TargetCurrent in DummyEVController, used in PreChargeReq message, was set to 2A to comply to IEC 61851-23
|
před 7 roky |
Marc Mültin
|
0e4b838f8d
Fixes issues #18 (chargingLoop counter was disregarded when sending MeteringReceiptRes) and #19 (error in DER encoding of ECDSA signature)
|
před 8 roky |
Marc Mültin
|
d1056e6168
Fix for previous release v1.2. Still missed one additional instantiation of MessageHandler in V2GCommuicationSessionHandlerSECC that needs to be removed.
|
před 8 roky |
Marc Mültin
|
6f6be89a09
Improved the performance of RISE V2G by converting the MessageHandler into a Singleton. When instantiating the MessageHandler, the JAXB Context is set which is a pretty time-consuming task. Before the improvement, the MessageHandler was instantiated by the V2GCommunicationSessionHandlerSECC and the V2GCommunicationSessionHandlerSECC class.
|
před 8 roky |
Marc Mültin
|
d31a6446ca
Update README.md
|
před 8 roky |
Marc Mültin
|
babd2ee114
Changelog 13.10.17:
|
před 8 roky |
Marc Mültin
|
374e06e843
Changelog:
|
před 8 roky |
Marc Mültin
|
d8c9fc7bcd
Changelog commit 15.9.17
|
před 8 roky |
Marc Mültin
|
75cb9ed392
Update README.md
|
před 8 roky |
Marc Mültin
|
e216d7d072
This update is due to new findings regarding XML namespace settings for creating the XML reference elements of the parameters of CertificateInstallationRes and CertificateUpdateRes. The namespace "urn:iso:15118:2:2013:MsgBody" shall be used, whereas the empty namespace is not conform to the standard.
|
před 8 roky |
Marc Mültin
|
084320d6d6
Loading EXIficient is now much faster than before. XSD schema files have been converted to EXI grammar Java files. Also, JAXB context is now only set once at startup of SECC and EVCC respectively as setting the JAXB context is a very time consuming task.
|
před 8 roky |
Marc Mültin
|
47028b4bbd
Merge pull request #10 from Sevenstax/win_network_interface_fix
|
před 8 roky |
Marc Mültin
|
7cd067c118
Added property "EXICodec" in EVCCConfig.properties and SECCConfig.properties to set the EXI codec. Changed the handling in the constructor of the MessageHandler.java accordingly.
|
před 8 roky |
Jan Pohlmann
|
222530cfb7
Find the network interface by index on windows operating systems.
|
před 8 roky |
Marc Mültin
|
ee5756c592
Minor changes in transport layer classes and main method
|
před 8 roky |
Marc Mültin
|
d75e57457b
Added two complete CertificateInstallationRes.xml according to the test data provided: one with the MsgBody namespace, one with the empty namespace
|
před 8 roky |