arduino-libraries / ArduinoBearSSL

Port of BearSSL to Arduino
MIT License
85 stars 49 forks source link

Add DigiCertGlobalRootG2 and MicrosoftRSARootCertificateAuthority2017… #66

Closed RLeclair closed 1 year ago

RLeclair commented 2 years ago

… as trust anchor

Adding DigiCertGlobalRootG2 and MicrosoftRSARootCertificateAuthority2017 as trust anchors.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

github-actions[bot] commented 2 years ago

Memory usage change @ b28fbcddb585a6dc519d695fa9b42d7255944f0b

Board flash % RAM for global variables %
arduino:megaavr:uno2018 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:samd:mkr1000 :small_red_triangle: 0 - +1040 0.0 - +0.4 0 - 0 0.0 - 0.0
arduino:samd:mkrgsm1400 :small_red_triangle: 0 - +1040 0.0 - +0.4 0 - 0 0.0 - 0.0
Click for full report table Board|examples/SHA1
flash|%|examples/SHA1
RAM for global variables|%|examples/SHA256
flash|%|examples/SHA256
RAM for global variables|%|examples/WiFiSSLClient
flash|%|examples/WiFiSSLClient
RAM for global variables|%|examples/MKRGSMSSLClient
flash|%|examples/MKRGSMSSLClient
RAM for global variables|% -|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|- arduino:megaavr:uno2018|0|0.0|0|0.0|0|0.0|0|0.0 arduino:samd:mkr1000|0|0.0|0|0.0|0|0.0|0|0.0|1040|0.4|0|0.0 arduino:samd:mkrgsm1400|0|0.0|0|0.0|0|0.0|0|0.0|||||1040|0.4|0|0.0
Click for full report CSV ``` Board,examples/SHA1
flash,%,examples/SHA1
RAM for global variables,%,examples/SHA256
flash,%,examples/SHA256
RAM for global variables,%,examples/WiFiSSLClient
flash,%,examples/WiFiSSLClient
RAM for global variables,%,examples/MKRGSMSSLClient
flash,%,examples/MKRGSMSSLClient
RAM for global variables,% arduino:megaavr:uno2018,0,0.0,0,0.0,0,0.0,0,0.0 arduino:samd:mkr1000,0,0.0,0,0.0,0,0.0,0,0.0,1040,0.4,0,0.0 arduino:samd:mkrgsm1400,0,0.0,0,0.0,0,0.0,0,0.0,,,,,1040,0.4,0,0.0 ```
RLeclair commented 2 years ago

Hello @per1234, wanted to know what else is needed for us to move forward with merging. Thanks!

RLeclair commented 1 year ago

Hi @per1234, wanted to check if you had the chance to look at the comment above! Is there anyone I can reach out to in order to move forward with this? Thanks!

per1234 commented 1 year ago

Hi @RLeclair. Thanks so much for your pull request. My role in this project is janitorial in nature. I am not in a position to decide about pull request merges. One of the other maintainers may be able to answer your question.

RLeclair commented 1 year ago

Thank you @per1234! @facchinm wanted to check on the above to see if there's anything else I can do to move this forward. If there's anyone else I should reach out to please let me know. Thank you!

facchinm commented 1 year ago

Fine for me, merging :slightly_smiling_face: thx!

RLeclair commented 1 year ago

Thanks @facchinm :) just one more question, I saw the latest release was Aug 02, 2021. Is there a planned release date for 1.7.3 which would include the changes here?