#include "auth_lib.h"
Functions | |
int | auth_server (int sock, char *pub_key_dir) |
A server process calls this function to authenticate clients that are using this library. | |
int | auth_client (int sock, char *user_name, char *usr_priv_key) |
A client process calls this function to authenticate with a server using this library. |