SwitchEV / RISE-V2G

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

Fix typo, verify leaf certificate attributes #54

Closed jessekerkhoven closed 4 years ago

jessekerkhoven commented 4 years ago

The result of the verify leaf certificate attributes was ignored and always be OK. This fix will return corresponding error when verify leaf certificate attributes returns a not OK response code.

MarcMueltin commented 4 years ago

Thanks for finding that error! I'll approve your merge request.