#include <cat/boks.h>
#define CATBOKS_STATUSLEN 16
int catboks_route(char *route, char encryption_status[16], char auth_status[16]);
Possible values for auth_status include
"dasp"
to indicate that strong authentication is required.
Return values for encryption_status include "nd2"
to request encryption using the ND2 algorithm, "null"
to use the encryption protocol with a null algorithm, and "none"
to skip encryption. Any other response should be treated as a request to
use the strongest available encryption.