-
Notifications
You must be signed in to change notification settings - Fork 833
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
Ada Bindings for wolfSSL #6605
Ada Bindings for wolfSSL #6605
Conversation
FYI: Only issue is C++ style comments. Please use C style
|
I have added the Ada tls v1.3 client application and updated the WolfSSL Ada package. I seem to have trouble uploading the changes: To get the source code locally on my computer I followed the instructions at: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally git clone https://github.com/wolfSSL/wolfssl Will be away from keyboard for a couple of hours and will try again later. |
… be formally verified by the SPARK tools.
…ources of the WolfSSL library. Removed definitions of exceptions.
wrapper/Ada/README.md
Outdated
gprbuild default.gpr | ||
|
||
|
||
./c_tls_server_main |
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.
@joakim-strandberg can you expand this section and update with latest steps? Perhaps also add some information about Ada and advantages for using?
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.
Sure!
…fication file of the WolfSSL package. Made it possible to get error codes through the WolfSSL API.
…ild the Ada TLS server application does not try to build the Ada TCL client application that makes use of the secondary stack.
Thanks @joakim-strandberg works good. Not seeing the contributor documents in our internal tracker that we need in place yet though to merge. I'll be following up on that internally. |
Description
Ada Bindings for wolfSSL. TLS server and client.
Credit @joakim-strandberg Joakim Dahlgren Strandberg joakimds@kth.se
Testing
See wrapper/Ada/README.md
Checklist