Skip to content

Commit

Permalink
config UPDATE diff trustore and keystore
Browse files Browse the repository at this point in the history
Trustore and keystore modules now support diff YANG data. Symmetric-keys
keystore feature disabled. New private header for server configuration.
  • Loading branch information
roman committed May 25, 2023
1 parent cf43992 commit e2d8fa4
Show file tree
Hide file tree
Showing 10 changed files with 1,469 additions and 858 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ set(libsrc
src/session_client.c
src/session_server.c
src/server_config.c
src/server_config_ks.c
src/server_config_ts.c
src/config_new_ssh.c)

if(ENABLE_SSH)
Expand Down
18 changes: 0 additions & 18 deletions src/config_new_ssh.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,24 +64,6 @@ typedef enum {
NC_ALG_MAC
} NC_ALG_TYPE;

/**
* @brief Configures the listen subtree in the ietf-netconf-server module.
*
* @param[in] op Operation to be done on the subtree. Only does something if the operation is NC_OP_DELETE.
* @return 0 on success, 1 on error.
*/
int nc_server_config_listen(NC_OPERATION op);

/**
* @brief Deletes everything stored in the keystore.
*/
void nc_server_config_del_keystore(void);

/**
* @brief Deletes everything stored in the truststore.
*/
void nc_server_config_del_trustore(void);

#ifdef __cplusplus
}
#endif
Expand Down
Loading

0 comments on commit e2d8fa4

Please sign in to comment.