CryptoAuth_setAuth(String_CONST(authPassword), NULL, sess); } return ctx; } static void testHello(uint8_t* password, uint8_t* expectedOutput) { Assert_true(CString_strlen((char*)expectedOutput) == 264); struct Allocator* alloc = MallocAllocator_new(1<<20); struct Cont...
CryptoAuth_addUser_ipv6(String_CONST("pass"), String_CONST("user"), nodeAAddress, ctx->nodeB.ca); } if(maybe(ctx,3)) { //33% chance of no authentication CryptoAuth_removeUsers(ctx->nodeB.ca,String_CONST("user")); }elseif(maybe(ctx,2)) { ...