-
Notifications
You must be signed in to change notification settings - Fork 21
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
V1.1.2 update, upgrades mbedtls #27
Conversation
I just had a thought on the commit to ignore the CA root certificate warning. The input is the flags, and if we ever see a warning that ISNT the root certificate warning, it may also print that instead. However, if we set the flags as such:
|
2c1b7be
to
0e973a3
Compare
I updated the code with that, I think it makes sense if we ignore that warning normally anyway. |
Godbolt link showing it only removes the bits we want: |
While you're here, can you absorb this PR please (if still relevant): #25 |
No idea if that's relevant since we don't print a warning by default anymore |
0e973a3
to
cad75a5
Compare
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.
Perfect, thanks!
cad75a5
to
e105390
Compare
No extra newlines, timestamps on each line
e105390
to
655ab6c
Compare
Small update here