SwitchEV / RISE-V2G

The only fully-featured reference implementation of the Vehicle-2-Grid communication interface ISO 15118
MIT License
217 stars 93 forks source link

Is RFC6061 trusted_ca_keys supported #94

Open artur522y opened 1 year ago

artur522y commented 1 year ago

Hello colleges,

according to 15118-2 V2G2-651 client can send root certs via "trusted_ca_keys" of RFC6066 in clientHello TLS rq:

[V2G2-651] The EVCC shall send a list of V2G Root Certificates it possesses, an extension of type "trusted_ca_keys" in the (extended) client hello as defined in IETF RFC 6066.

I'd like to know whether this feature is supported?

Best wishes

P.S. AFAIK neither Java implementation of SSL nor openssl don't support "trusted_ca_keys" feature.

Baymax-Rob commented 1 year ago

I think you can refer to the information in the RISE-V2G-Certificates directory, the relevant parts of TLS: secret key, public key, etc. are related to certificates,