-
Notifications
You must be signed in to change notification settings - Fork 136
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
Add tests for TLSLib, to cover: TLS connection and service creation, Cipher lists settings #1257
base: dev/202405
Are you sure you want to change the base?
Conversation
- Add and integrate to project a TLS tests file - Initiate basic tests
- Test for connection - Test for ciphers set/get
- Minimize header dependancy - Fix funcs input type
- Fix defines, rename functions - Initialize vars - Remove commented tests - Fix formatting
@microsoft-github-policy-service agree company="Microsoft" |
da17fd6
to
ff2deb0
Compare
- Fix bugs - Extend tests
Description
Add tests for TLSLib, covers:
For details on how to complete these options and their meaning refer to CONTRIBUTING.md.
How This Was Tested
Compilation checked locally on dev machine. Tests runtime by running Tiano_platforms simulator.
Integration Instructions
N/A