-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugfix/66 gracefull crash handling #70
Conversation
61bb58d
to
a207003
Compare
…hierarchy usage Signed-off-by: AssemblyJohn <[email protected]>
Signed-off-by: AssemblyJohn <[email protected]>
Signed-off-by: AssemblyJohn <[email protected]>
Signed-off-by: AssemblyJohn <[email protected]>
- Refactored get_key_pair for extra info Signed-off-by: AssemblyJohn <[email protected]>
Signed-off-by: AssemblyJohn <[email protected]>
Signed-off-by: AssemblyJohn <[email protected]>
Fixed code for tests Signed-off-by: AssemblyJohn <[email protected]>
Signed-off-by: AssemblyJohn <[email protected]>
Signed-off-by: AssemblyJohn <[email protected]>
Signed-off-by: AssemblyJohn <[email protected]>
…nings when compiling Signed-off-by: AssemblyJohn <[email protected]>
Signed-off-by: AssemblyJohn <[email protected]>
a207003
to
b56760f
Compare
Signed-off-by: AssemblyJohn <[email protected]>
ed2f85a
to
72e0b45
Compare
Signed-off-by: AssemblyJohn <[email protected]>
Signed-off-by: AssemblyJohn <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, see some comments inline
Signed-off-by: AssemblyJohn <[email protected]>
Update, tested locally, please re-review. |
@@ -142,6 +142,12 @@ class EvseSecurity { | |||
/// @param ocsp_response the actual OCSP data | |||
void update_ocsp_cache(const CertificateHashData& certificate_hash_data, const std::string& ocsp_response); | |||
|
|||
// TODO: Switch to path |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this already returns a optional path, is that what this comment meant?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opps, simply forgot a line.
Describe your changes
Updated the following:
Issue ticket number and link
#66
Supersedes: #64 as it includes all changes placed there.
Checklist before requesting a review