COOKIE_SECRET_LENGTH
unsigned char cookie_secret[COOKIE_SECRET_LENGTH];
arc4random_buf(cookie_secret, COOKIE_SECRET_LENGTH);
HMAC(EVP_sha1(), cookie_secret, COOKIE_SECRET_LENGTH,
if (HMAC(EVP_sha1(), cookie_secret, COOKIE_SECRET_LENGTH,