Marc Mültin
|
0cac87ea24
Ongoing timer settings in V2GCommunicationSessionEVCC.java
|
8 lat temu |
Marc Mültin
|
af1f3480e0
Added PreCharge Timer, CableCheck Timer to TimeRestrictions.java and added handling for those timers in EVCC package.
|
8 lat temu |
Marc Mültin
|
d933ba39ad
Added functionality in IEVController and DummyEVController which enables a predefined number of loops for ChargingStatusReq/-Res and CurrentDemandReq/-Res message pairs
|
8 lat temu |
Marc Mültin
|
777a2934ba
Some minor bugfixing after a successful test session with Verisco. SECC part is now fully tested with good and error test cases and has now very high probability to being fully conform to the ISO 15118-2 standard.
|
8 lat temu |
Marc Mültin
|
f301e82367
Forgot to add PKI.java to last commit
|
8 lat temu |
Marc Mültin
|
788280cd68
- Replaced System.currentTimeMillis() by System.nanoTime() for timing tasks.
|
8 lat temu |
Marc Mültin
|
d829d9d47c
Merge pull request #8 from I2SE/fix-pkcs8-assembly
|
8 lat temu |
Stefan Wahren
|
49a350173f
Make sure MO Sub-CA 2 PKCS#8 file is added to package, because it's
|
8 lat temu |
Marc Mültin
|
0bf8aee4f3
keyAgreement bit was set in the configuration file for the SECC leaf certificate (seccCert.cnf in the RISE-V2G-Certificates > configs folder)
|
8 lat temu |
Marc Mültin
|
c5afa07241
Update README.md
|
8 lat temu |
Marc Mültin
|
2267ad741d
Changed absolute path of openssl to relative path in generateCertificates.sh. Be aware to use an openssl version of 1.0.2 or above when you run openssl. You might need to use Homebrew to install a newer version if you use MacOS X. An absolute path to your openssl installation of Homebrew might then be needed in generateCertificates.sh.
|
8 lat temu |
Marc Mültin
|
d61fde3264
Changed package structure from org.eclipse.risev2g to org.v2gclarity.risev2g
|
8 lat temu |
Marc Mültin
|
21f9e74e2b
Update README.md
|
8 lat temu |
Marc Mültin
|
04ff623d05
Delete about.html
|
8 lat temu |
Marc Mültin
|
ed524bb9d5
Update README.md
|
8 lat temu |
Marc Mültin
|
9fc23006ea
Create LICENSE
|
8 lat temu |
Marc Mültin
|
b0c4b6d657
Changed license from EPL to MIT and updated README.md
|
8 lat temu |
Marc Mültin
|
cc79a41428
Renamed config files for certificate creation (for consistency reasons)
|
8 lat temu |
Marc Mültin
|
6b366610bc
Commit-Nachricht für RISE V2G
|
8 lat temu |
Marc Mültin
|
4838729761
Update README.md
|
8 lat temu |
Marc Mültin
|
435d739d79
Update README.md
|
8 lat temu |
Marc Mültin
|
bb40200deb
Updated generateCertificates.sh shell script to make sure the necessary folders ‚certs‘, ‚csrs‘, ‚keystores‘, and ‚privateKeys‘ exist or are created if they don’t exist before executing the rest of the script
|
8 lat temu |
Marc Mültin
|
0047027eea
minor changes
|
9 lat temu |
Marc Mültin
|
fd20302604
- added signature creation when sending MeteringReceiptReq during DC charging
|
9 lat temu |
Marc Mültin
|
7cd7bde429
- made sure that no ServiceDetailReq is sent for the ChargeService (for which no ServiceParameterList is available)
|
9 lat temu |
Marc Mültin
|
54759ee249
- Bugfix: corrected the use of XSD schema files when applying EXI encoding for signature creation. Distinguishes now between EXI encoding for the SignedInfoElement of the header's signature (where XMLdsig schema needs to be used) and EXI encoding for the reference elements of the header's signature.
|
9 lat temu |
Marc Mültin
|
8cf20ba88a
Update README.md
|
9 lat temu |
Marc Mültin
|
2ec832c1d7
- Bugfix: The signature key for signing SalesTariff elements was wrong (not the provisioning service certificate private key but the MO Sub-CA 2 certificate private key needs to be used here).
|
9 lat temu |
Marc Mültin
|
c8c9fb21d6
Merge branch 'hotfix/porsche-test'
|
9 lat temu |
Marc Mültin
|
0fc64963f7
minor debugging and error catching changes
|
9 lat temu |