wolfssh/tests
John Safranek 672d36e245 KEX Cipher Lists
1. Add APIs for setting the algorithm lists used in the KEX initization
   messages.
2. Add API to check if a specified algorithm name is available.
3. Add APIs to list available algorithms.
4. Add algorithm lists to the WOLFSSH_CTX and WOLFSSH structures.
5. Added a local function to fetch algorithm strings based on their type and
   an index.
6. Added starter tests for the algorithm functions.
7. Move the canned algorithm list strings before CtxInit() so they may be
   used for default lists in the WOLFSSH_CTX.
8. Carry over the algorithm name lists from WOLFSSH_CTX to WOLFSSH.
9. Remove dead code.
10. Add parameter names to a few function prototypes.
2024-02-29 13:18:49 -08:00
..
api.c KEX Cipher Lists 2024-02-29 13:18:49 -08:00
api.h Release v1.4.13 2023-04-03 10:41:10 -07:00
include.am refactor client apps and add X509 to scpclient 2023-04-04 14:59:46 -07:00
sftp.c SFTP Test File 2024-01-03 14:50:55 -08:00
sftp.h Release v1.4.13 2023-04-03 10:41:10 -07:00
testsuite.c SFTP Test Maintenance 2024-01-03 13:24:10 -08:00
testsuite.h Release v1.4.13 2023-04-03 10:41:10 -07:00
unit.c Init zephyr support 2023-10-02 20:38:21 +02:00
unit.h Release v1.4.13 2023-04-03 10:41:10 -07:00