mirror of https://github.com/wolfSSL/wolfssh.git
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. |
||
---|---|---|
.. | ||
api.c | ||
api.h | ||
include.am | ||
sftp.c | ||
sftp.h | ||
testsuite.c | ||
testsuite.h | ||
unit.c | ||
unit.h |