libnetconf2
libnetconf2 copied to clipboard
C NETCONF library
hello, New libnetconf2 introduced new API e.g ``` nc_client_ssh_set_knownhosts_mode ``` and obsolete some API e.g ``` nc_client_ssh_set_auth_hostkey_check_clb ``` Changed some API, e.g from `void nc_client_init()` to `int nc_client_init()` Is there...
This PR is adding pkcs#11 support for TLS private key storage. This was tested using Intel 'Key Management Reference Application (KMRA)' project, which uses SGX enclave to store manage keys,...
This is an initial commit adding pkcs#11 support for TLS private key storage. This was tested using Intel 'Key Management Reference Architecture (KMRA)' project, which uses SGx enclave to store...
Hi, When I list modules in ietf-yang-library, there is an internal module named "yang". I would like to hide it from the list, is there a way to achieve it?...
Hello, I'm using netopeer2-server configured for call-home. The client is ncclient running on Windows PC. I'm having issues sometimes - about 25% of the time - the connection fails on...
This is literally the bare minimum that one has to do in order to let a properly configured CMake do its thing and produce a static library. *v2: be lazy...
while `make` after `cmake ..`successed, there is erro occured > ld: Undefined symbols: _pthread_rwlock_timedrdlock, referenced from: _pthread_rwlock_clockrdlock in compat.c.o _pthread_rwlock_timedwrlock, referenced from: _pthread_rwlock_clockwrlock in compat.c.o clang: error: linker command failed...
I created a new yang file based on the work of others, and compiled it according to the sample server and client ``` module demo-mac { namespace "urn:demo:demo-mac"; prefix demo-mac;...
The callback given to `nc_server_ssh_set_interactive_auth_clb` takes a `ssh_message`, so the prompt for interactive auth can be sent with `ssh_message_auth_interactive_request`. However, there is no way to actually either send the messages...
Hi we are planning for upgrade libnetconf to 2.1.31 version.. do we need to upgrade libssh version also?