Skip to content

Initial Official wolfSSL Arduino Library#4056

Merged
MatteoPologruto merged 1 commit intoarduino:mainfrom
gojimmypi:PR-add-official-wolfssl
Feb 21, 2024
Merged

Initial Official wolfSSL Arduino Library#4056
MatteoPologruto merged 1 commit intoarduino:mainfrom
gojimmypi:PR-add-official-wolfssl

Conversation

@gojimmypi
Copy link
Copy Markdown

@gojimmypi gojimmypi commented Feb 15, 2024

Add Official wolfSSL Arduino Library

As noted in:

This PR replaces the current onelife/Arduino_wolfssl with the Official wolfSSL repository at:

https://github.com/wolfSSL/Arduino-wolfSSL

The existing URL is intentionally being changed.

About

The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3!

License

Dual Commercial or GPLv2

https://github.com/wolfSSL/wolfssl?tab=GPL-2.0-1-ov-file#readme

Support

See https://www.wolfssl.com/products/support-and-maintenance/

How to Create a Support Ticket or Forum Post

wolfSSL maintains two support channels: a public support forum and a support ticket system. The wolfSSL ticket system should be used when looking for the fastest response time. Sending an email to [email protected] will automatically generate a new support ticket. The public wolfSSL forums are also available, and are a great place to search for existing issues.

Support and Maintenance Packages

Support packages and maintenance for wolfSSL products including the wolfSSL embedded SSL/TLS library, wolfCrypt embedded crypto engine, wolfSSH SSHv2 Server library, and more are available directly from wolfSSL on a yearly basis. The comparison matrix below outlines differences in package features and prices.

For more information, or to visit with a wolfSSL representative, please Contact Us

General product questions, FIPS, porting, etc.

Email: [email protected]

Phone: +1 (425) 245-8247

Licensing Questions

Open source or Commercial license questions or inquiries.

Email: [email protected]

Technical Support

Technical support for wolfSSL products.

Email: [email protected]

@github-actions
Copy link
Copy Markdown
Contributor

Hi @gojimmypi.
Your pull request has been detected as something other than a Library Manager submission.
A maintainer will need to review it before it can be merged.

If you intended to submit a library, please check the instructions and update your pull request if necessary:
https://github.com/arduino/library-registry/blob/main/README.md#instructions

@github-actions github-actions bot added the topic: modification Change existing list entry label Feb 15, 2024
@github-actions
Copy link
Copy Markdown
Contributor

ERROR: Arduino Lint found errors with https://github.com/wolfSSL/arduino-wolfSSL:

Linting library in arduino-wolfSSL
INFO: No header file found matching library name (wolfSSL.h). Best practices are for primary header filename to match   
      library name.                                                                                                     
      See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format            
      (Rule LS008)                                                                                                      
ERROR: Library name wolfSSL not found in the Library Manager index. Library names are not allowed to change after being 
       added to the index.                                                                                              
       See: https://github.com/arduino/library-registry/blob/main/FAQ.md#how-can-i-change-a-librarys-name               
       (Rule LP018)                                                                                                     
WARNING: No example sketches found. Please provide examples.                                      
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD004)                                                                             

Linter results for project: 1 ERRORS, 1 WARNINGS

-------------------

@github-actions
Copy link
Copy Markdown
Contributor

Thanks for your interest in contributing to the Arduino Library Manager index @gojimmypi
Please resolve the error(s) mentioned in the previous comment.

After resolving the issue, trigger this check again by doing one of the following:

  • Commit the required change to the branch you submitted this pull request from.
  • Comment here, mentioning @ArduinoBot in the comment.

NOTE: It is not necessary to open a new pull request. ❗

More information:
https://github.com/arduino/library-registry/blob/main/README.md#if-the-problem-is-with-the-pull-request

@gojimmypi
Copy link
Copy Markdown
Author

I've applied update to rename the library to (all lower case) wolfssl as noted in wolfSSL/Arduino-wolfSSL#3

@ArduinoBot

@github-actions
Copy link
Copy Markdown
Contributor

Hello! I'm checking your submission again.

@github-actions
Copy link
Copy Markdown
Contributor

Hi @gojimmypi.
Your pull request has been detected as something other than a Library Manager submission.
A maintainer will need to review it before it can be merged.

If you intended to submit a library, please check the instructions and update your pull request if necessary:
https://github.com/arduino/library-registry/blob/main/README.md#instructions

@github-actions github-actions bot removed the request for review from per1234 February 15, 2024 22:50
@github-actions
Copy link
Copy Markdown
Contributor

ERROR: Arduino Lint found errors with https://github.com/wolfSSL/arduino-wolfSSL:

Linting library in arduino-wolfSSL
INFO: No header file found matching library name (wolfSSL.h). Best practices are for primary header filename to match   
      library name.                                                                                                     
      See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format            
      (Rule LS008)                                                                                                      
ERROR: Library name wolfSSL not found in the Library Manager index. Library names are not allowed to change after being 
       added to the index.                                                                                              
       See: https://github.com/arduino/library-registry/blob/main/FAQ.md#how-can-i-change-a-librarys-name               
       (Rule LP018)                                                                                                     
WARNING: No example sketches found. Please provide examples.                                      
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD004)                                                                             

Linter results for project: 1 ERRORS, 1 WARNINGS

-------------------

@github-actions
Copy link
Copy Markdown
Contributor

Thanks for your interest in contributing to the Arduino Library Manager index @gojimmypi
Please resolve the error(s) mentioned in the previous comment.

After resolving the issue, trigger this check again by doing one of the following:

  • Commit the required change to the branch you submitted this pull request from.
  • Comment here, mentioning @ArduinoBot in the comment.

NOTE: It is not necessary to open a new pull request. ❗

More information:
https://github.com/arduino/library-registry/blob/main/README.md#if-the-problem-is-with-the-pull-request

@github-actions github-actions bot requested a review from per1234 February 15, 2024 22:51
@gojimmypi
Copy link
Copy Markdown
Author

@github-actions
Copy link
Copy Markdown
Contributor

Hello! I'm checking your submission again.

@github-actions
Copy link
Copy Markdown
Contributor

Hi @gojimmypi.
Your pull request has been detected as something other than a Library Manager submission.
A maintainer will need to review it before it can be merged.

If you intended to submit a library, please check the instructions and update your pull request if necessary:
https://github.com/arduino/library-registry/blob/main/README.md#instructions

@github-actions github-actions bot removed the request for review from per1234 February 15, 2024 23:57
@github-actions
Copy link
Copy Markdown
Contributor

Arduino Lint has suggestions for possible improvements to https://github.com/wolfSSL/arduino-wolfSSL:

Linting library in arduino-wolfSSL
WARNING: No example sketches found. Please provide examples.                                      
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD004)                                                                             

Linter results for project: 0 ERRORS, 1 WARNINGS

-------------------

@github-actions github-actions bot requested a review from per1234 February 15, 2024 23:58
@per1234 per1234 mentioned this pull request Feb 16, 2024
Copy link
Copy Markdown
Contributor

@per1234 per1234 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @gojimmypi. I am confirming your request.

Unlike submissions, this type of request is still handled manually. The Library Manager index maintainer occasionally comes through to clear all the outstanding requests. They will merge this pull request when it is done. You will get a notification from GitHub at that time.

After that, you can monitor the indexing of the library via its dedicated logs web page.
Information about that here:
https://github.com/arduino/library-registry/blob/main/FAQ.md#can-i-check-on-library-releases-being-added-to-library-manager

@per1234 per1234 added topic: URL change Change library repository URL status: pending backend Depends on backend maintenance operations and removed topic: modification Change existing list entry labels Feb 16, 2024
@MatteoPologruto MatteoPologruto self-assigned this Feb 21, 2024
Copy link
Copy Markdown
Contributor

@MatteoPologruto MatteoPologruto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done:

2024/02/21 16:04:51 Loaded 6679 libraries from DB
Changing URL of library wolfssl from https://github.com/onelife/Arduino_wolfssl.git to https://github.com/wolfSSL/Arduino-wolfSSL.git
Success!

@MatteoPologruto MatteoPologruto merged commit 80ce21b into arduino:main Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

conclusion: resolved Issue was resolved status: pending backend Depends on backend maintenance operations topic: URL change Change library repository URL

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants